get https://api.klarda.com/api/v1/market/exchange/token-amount
Get NFT Metadata By Address
Definition
This endpoint retrieves the amount of a specified token available on a particular exchange. It provides users with real-time information about the liquidity or availability of the token on the exchange, facilitating trading decisions and market analysis.
Query Parameters
- exchange_key (string): The unique identifier or key representing the exchange from which token amount is requested.
- chain_id (string): The identifier of the blockchain network. Use "all" to indicate all available chains.
- token_id (string): The unique identifier or symbol of the token for which the amount is requested.
Response
The response will include a JSON object containing the amount of the specified token available on the exchange.
This endpoint is essential for obtaining real-time liquidity information of a specific token on a particular exchange, enabling users to assess market depth and availability for trading purposes.