Unofficial Rango SDK for Rust
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.
Title | Status |
---|---|
Meta (chains,swappers,messaging_protocols) | ✅ |
/meta |
✅ |
/quote |
✅ |
/is-approved |
✅ |
/status |
✅ |
/balance |
✅ |
/swap |
✅ |
/report-tx |
❌ |
Not implemented.