| Crates.io | oklink |
| lib.rs | oklink |
| version | 0.0.4 |
| created_at | 2025-04-18 09:50:03.389439+00 |
| updated_at | 2025-05-13 07:30:50.812168+00 |
| description | A Rust SDK for interacting with the OKLink API |
| homepage | https://github.com/rooct/oklink-sdk-rs.git |
| repository | https://github.com/rooct/oklink-sdk-rs.git |
| max_upload_size | |
| id | 1639140 |
| size | 72,915 |
A Rust SDK for interacting with the OKLink API.
Add the following to your Cargo.toml:
use oklink_sdk_rs::OklinkClient;
#[tokio::main]
async fn main() {
let client = OkLinkClient::new(
"https://www.oklink.com/api/v5/explorer".to_string(),
api_key,
"btc".to_string(),
1,
);
}