v3

latestOpenAPI 3.0.32026-07-21128192192.7 KB
Profile

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

route_idinteger required
unix_timeinteger required

When transaction happened in blockchain - unix seconds

logical_timeinteger required

When transaction happened in blockchain - on-chain logical time

dexstring required

Example response

[
  {
    "from": {
      "token_blockchain": "ton"
    },
    "to": {
      "token_blockchain": "ton"
    },
    "dex": "stonfi"
  }
]