cdp-sdk 0.5.0

SDK for interacting with the Coinbase Developer Platform Wallet API
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![allow(clippy::doc_lazy_continuation)]
#![allow(clippy::doc_overindented_list_items)]

include!("./api.rs");

pub mod api;
pub mod auth;
pub mod error;

/// The default base URL for the Coinbase Developer Platform API
pub const CDP_BASE_URL: &str = "https://api.cdp.coinbase.com/platform";