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
sell_token_id— TRC10 token ID being sold, as a numeric string (for example, “1000006”).buy_token_id— TRC10 token ID being purchased, as a numeric string.visible— optional boolean. Some node builds requirevisible: true.
Response
sell_token_id— token ID being soldbuy_token_id— token ID being purchasedprices— array of recent price points containing:sell_token_quantity— quantity of sell tokenbuy_token_quantity— quantity of buy tokentimestamp— when this price point was recorded
Use case
Thewallet/getmarketpricebypair method is used for:
- Getting current market rates for trading pair price calculations.
 - Building price tracking and charting applications for TRON DEX.
 - Implementing automated trading strategies based on market prices.
 - Displaying real-time pricing information in trading interfaces.
 - Analyzing price trends and market volatility for specific token pairs.
 
curl example
Shell
Body
application/json