oklink

Crates.iooklink
lib.rsoklink
version0.0.4
created_at2025-04-18 09:50:03.389439+00
updated_at2025-05-13 07:30:50.812168+00
descriptionA Rust SDK for interacting with the OKLink API
homepagehttps://github.com/rooct/oklink-sdk-rs.git
repositoryhttps://github.com/rooct/oklink-sdk-rs.git
max_upload_size
id1639140
size72,915
Hoctok (rooct)

documentation

README

OKLink SDK for Rust

A Rust SDK for interacting with the OKLink API.

Features

  • Interact with OKLink API endpoints.
  • Easy-to-use interface for common operations.
  • Supports various API functionalities.

Installation

Add the following to your Cargo.toml:

usage

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,
        );
}
Commit count: 0

cargo fmt