From 26a6ed385ef3cfc9fd41f91b3eea056de1136429 Mon Sep 17 00:00:00 2001 From: nikolaysamoil0ff Date: Fri, 20 Feb 2026 10:49:01 +0100 Subject: [PATCH 1/2] added java/README.md --- examples/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/README.md b/examples/README.md index 6b2b4d270..608240c35 100644 --- a/examples/README.md +++ b/examples/README.md @@ -17,3 +17,7 @@ To run Go examples, see [go/README.md](./go/README.md). ## Rust To run Rust examples, see [rust/README.md](./rust/README.md). + +## Java + +To run Java examples, see [java/README.md](./java/README.md) From 6dcbca521ec1edd6edbd6f1aa6b0da3752c6317f Mon Sep 17 00:00:00 2001 From: nikolaysamoil0ff Date: Fri, 20 Feb 2026 10:53:03 +0100 Subject: [PATCH 2/2] added Rust --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64c15d69d..6967bc923 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ CDP SDK has auto-generated SDK docs for each of the full-featured client librari - [TypeScript](https://coinbase.github.io/cdp-sdk/typescript) - [Python](https://coinbase.github.io/cdp-sdk/python) - [Go](https://coinbase.github.io/cdp-sdk/go) +- [Rust](https://docs.rs/cdp-sdk/latest/cdp_sdk/) Further documentation is also available on the CDP docs website: