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
id
— the unique exchange ID to query
Response
Returns an exchange object 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/getexchangebyid
method is used for:
- Retrieving specific exchange pair details for trading interfaces
- Checking current liquidity balances before executing trades
- Monitoring individual exchange pair performance and metrics
- Validating exchange pair existence before performing operations
Body
application/json
Response
Successful response with exchange details
Unique identifier for the exchange pair
Address that created the exchange pair
Timestamp when the exchange was created
Token ID of the first token in the pair
Current balance of the first token
Token ID of the second token in the pair
Current balance of the second token