cdp_sdk/lib.rs
1#![allow(clippy::doc_lazy_continuation)]
2#![allow(clippy::doc_overindented_list_items)]
3
4include!("./api.rs");
5
6pub mod api;
7pub mod auth;
8pub mod error;
9
10/// The default base URL for the Coinbase Developer Platform API
11pub const CDP_BASE_URL: &str = "https://api.cdp.coinbase.com/platform";