From 33d620cb2fca270fb66f84c24e017e3f17050b80 Mon Sep 17 00:00:00 2001 From: autumncrypto Date: Fri, 27 Feb 2026 08:32:17 +0000 Subject: [PATCH] Fixed the API reference from V1 to V2 Other Coinbase SDK files use the API v2 reference, so for consistency and to correctly match the current version of the Wallet API, the reference has been updated. --- examples/java/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/java/README.md b/examples/java/README.md index 5f0ddc5a8..4ea425b97 100644 --- a/examples/java/README.md +++ b/examples/java/README.md @@ -175,5 +175,5 @@ cd ../../java && ./gradlew build ## Learn More - [CDP Documentation](https://docs.cdp.coinbase.com) -- [API Reference](https://docs.cdp.coinbase.com/api-reference) +- [API Reference](https://docs.cdp.coinbase.com/api-reference/v2/introduction) - [Java SDK README](../../java/README.md)