Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
This method does not require any parameters.Response
Returns an array of exchange objects, each containing:exchange_id
— unique identifier for the exchange paircreator_address
— address that created the exchange paircreate_time
— timestamp when the exchange was createdfirst_token_id
— token ID of the first token in the pairfirst_token_balance
— current balance of the first tokensecond_token_id
— token ID of the second token in the pairsecond_token_balance
— current balance of the second token
Use case
Thewallet/listexchanges
method is used for:
- Displaying all available trading pairs on decentralized exchange interfaces
- Market discovery and analysis of available token pairs
- Building exchange aggregators that need to know all active pairs
- Monitoring liquidity pools and their current token balances
Body
application/json
Whether to return human-readable addresses
Response
Successful response with list of exchanges