curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getmarketpairlist \
--header 'Content-Type: application/json' \
--data '{}'{
"orderPair": [
{
"sell_token_id": "<string>",
"buy_token_id": "<string>"
}
]
}curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getmarketpairlist \
--header 'Content-Type: application/json' \
--data '{}'{
"orderPair": [
{
"sell_token_id": "<string>",
"buy_token_id": "<string>"
}
]
}TRON API method that retrieves all available trading pairs on the TRON DEX marketplace. This provides a comprehensive list of all token pairs that can be traded on the decentralized exchange.Documentation Index
Fetch the complete documentation index at: https://chainstack-mintlify-flesh-empty-pages.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
orderPair — array of trading pair objects, each containing:
sell_token_id — token ID for the sell side of the pair (empty for TRX)buy_token_id — token ID for the buy side of the pair (empty for TRX)wallet/getmarketpairlist method is used for:
The body is of type object.
All available trading pairs
Array of trading pair objects
Show child attributes
Was this page helpful?