curl --request GET \
--url https://backend.swap.coffee/v1/profile/{address}/transactions \
--header 'x-verify: <x-verify>'
[
{
"route_id": 123,
"unix_time": 123,
"logical_time": 123,
"from": {
"token_blockchain": "ton",
"token_address": "<string>",
"amount": 123
},
"to": {
"token_blockchain": "ton",
"token_address": "<string>",
"amount": 123
},
"dex": "stonfi"
}
]
curl --request GET \
--url https://backend.swap.coffee/v1/profile/{address}/transactions \
--header 'x-verify: <x-verify>'
[
{
"route_id": 123,
"unix_time": 123,
"logical_time": 123,
"from": {
"token_blockchain": "ton",
"token_address": "<string>",
"amount": 123
},
"to": {
"token_blockchain": "ton",
"token_address": "<string>",
"amount": 123
},
"dex": "stonfi"
}
]
TON proof for the given address
"UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"
If set, only transactions related to this token will be returned
"native"
If set, only transactions related to this token pair will be returned
"EQCl0S4xvoeGeFGijTzicSA8j6GiiugmJW5zxQbZTUntre-1"
1 <= x <= 100
x >= 1
Historical account transactions
The response is of type object[]
.