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
address
— hexadecimal address of the account whose market orders you want to queryoffset
— (optional) starting position for pagination (default: 0)limit
— (optional) maximum number of orders to return (default: 20, max: 100)
Response
orders
— array of market order objects, each containing:order_id
— unique identifier for the market orderowner_address
— hexadecimal address of the order creatorcreate_time
— timestamp when the order was createdsell_token_id
— token ID being sold (empty for TRX)sell_token_quantity
— quantity of tokens being soldbuy_token_id
— token ID being purchased (empty for TRX)buy_token_quantity
— quantity of tokens being purchasedsell_token_quantity_remain
— remaining quantity available for salebuy_token_quantity_remain
— remaining quantity to be purchasedstate
— current order status (ACTIVE, INACTIVE, CANCELED, etc.)
Use case
Thewallet/getmarketorderbyaccount
method is used for:
- Viewing all trading orders for a specific account on TRON DEX.
- Building portfolio management dashboards showing order history.
- Tracking order execution status and remaining quantities.
- Analyzing trading patterns and market participation.
- Creating automated trading monitoring systems.
Market orders on TRON DEX can trade TRX against TRC-10 tokens. Empty token IDs represent TRX in the trading pair. The order state indicates whether the order is still active and available for matching with other orders.
Body
application/json
Response
200 - application/json
Market orders for the account