Get Transaction History of a Token
Get Transaction History of a Token
Path
Description
Parameters
Request Example
GET /transactions/ETH/0x123456...Response Example
{
"transactions": [
{
"tx_hash": "0x123456...",
"sender": "0xSenderAddress...",
"recipient": "0xRecipientAddress...",
"amount": 100,
"op": "tsf",
"tick": "ETH",
// ... other transaction details
},
// ... more transactions
]
}Error Responses
Last updated