Skip to main content

/wallet/exchangetransaction REST API Endpoint

Loading...

Updated on
Oct 04, 2023

/wallet/exchangetransaction REST API Endpoint

Body Parameters

owner_address
string
REQUIRED
Loading...
exchange_id
string
REQUIRED
Loading...
token_id
integer
REQUIRED
Loading...
permission_id
integer
Loading...
visible
boolean
Loading...
quant
integer
REQUIRED
Loading...
expected
string
REQUIRED
Loading...

Returns

visible
Loading...
txid
Loading...
raw_data
Loading...
contract
Loading...
parameter
Loading...
value
Loading...
amount
Loading...
expected
Loading...
exchange_id
Loading...
owner_address
Loading...
token_id
Loading...
type_url
Loading...
type
Loading...
ref_block_bytes
Loading...
ref_block_hash
Loading...
expiration
Loading...
timestamp
Loading...
raw_data_hex
Loading...
signature
Loading...
Request
1
curl https://docs-demo.tron-mainnet.quiknode.pro/wallet/exchangetransaction \
2
--header 'accept: application/json' \
3
--header 'content-type: application/json' \
4
--data '
5
{
6
"owner_address": "OWNER_ADDRESS",
7
"exchange_id": 12,
8
"token_id": "TOKEN_ID",
9
"quant": 100,
10
"expected": 10,
11
"visible": true
12
}
13
'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free