The Wallet API provides on-chain wallet data services, including supported chain queries, token balance lookups across multiple chains, and on-chain transaction history.
Feature Overview
| Feature | Endpoint | Method | Description |
|---|---|---|---|
| Supported Chains | /api/v1/dex/balance/supported/chain | GET | Query supported blockchain networks |
| All Token Balances | /api/v1/dex/balance/all-token-balances-by-address | GET | Get all token balances for a wallet |
| Token Balances by Address | /api/v1/dex/balance/token-balances-by-address | POST | Get balances for specific tokens |
| Transaction History | /api/v1/dex/post-transaction/transactions-by-address | GET | Get on-chain transaction history for a wallet |
| Transaction Detail | /api/v1/dex/post-transaction/transaction-detail-by-txhash | GET | Get full transaction detail by hash |
Last modified on