v3
latestOpenAPI 3.0.32026-07-21128192192.7 KBProfile
Get historical account transactions on swap.coffee
get/v1/profile/{address}/transactions
Path parameters
addressstring required
Example:UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV
Query parameters
tokenstring
Example:native
If set, only transactions related to this token will be returned
token2string
Example:EQCl0S4xvoeGeFGijTzicSA8j6GiiugmJW5zxQbZTUntre-1
If set, only transactions related to this token pair will be returned
sizeinteger
pageinteger
Headers
x-verifystring required
TON proof for the given address
Response
Historical account transactions
Example response
[
{
"from": {
"token_blockchain": "ton"
},
"to": {
"token_blockchain": "ton"
},
"dex": "stonfi"
}
]