Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 679 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 679 Bytes

rango-sdk

Unofficial Rango SDK for Rust

Usage

First you need to initialize your client:

let rango = Client::new(
        "put-a-device-id-for-your-client",
        "YOUR_API_KEY",
        None,
    );

Then you can use available methods to interact with rango.

Examples can be found here.

Status

Basic API Checklist

Title Status
Meta (chains,swappers,messaging_protocols)
/meta
/quote
/is-approved
/status
/balance
/swap
/report-tx

Multi API Checklist

Not implemented.