API key authentication using signed requests
Request signature
"{{request}}"
Unique request identifier
"{{nonce}}"
Method. Example: 1 to display deposits / 2 to display withdraws. Do not send this parameter in order to receive both deposits and withdraws.
1, 2 1
Can be used for filtering transactions by specific address.
"3ApEASLcrQtZpg1TsssFgYF5V5YQJAKvuE"
Can be used for filtering transactions by specific array of addresses.
20["3ApEASLcrQtZpg1TsssFgYF5V5YQJAKvuE"]
Can be used for filtering transactions by specific unique id
"24529041"
LIMIT is a special clause used to limit records a particular query can return.
1 <= x <= 100100
Use the OFFSET clause to return entries starting from a particular line.
0 <= x <= 100000
Can be used for filtering transactions by status codes.
⚠️ Caution: Use this parameter with the appropriate transactionMethod and valid status codes for that method. See the endpoint description above for valid codes. Example: "status": [3,7]
[3, 7]