Query exchange pair based on id (Confirmed state).
This method will use 30 Compute Units.
30
id - Int32 - Transaction Pair ID
id
exchange_id
int64
Exchange pair ID
creator_address
string
Creator address
create_time
Creation time
first_token_id
First token ID
first_token_balance
First token balance
second_token_id
Second token ID
second_token_balance
Second token balance
// Result { "exchange_id": 1, "creator_address": "410ca7c49aa44d26aabfe7f594c645cf9f17a4ff70", "create_time": 1575754887000, "first_token_id": "31303030303033", "first_token_balance": 9, "second_token_id": "5f", "second_token_balance": 240000000 }
Last updated 9 months ago
Was this helpful?
curl https://mainnet.tron.validationcloud.io/v1/<YOUR_API_KEY_HERE>/walletsolidity/getexchangebyid \ -X POST \ -H "Content-Type: application/json" \ -d '{"id":1}'