GET
/
v1
/
partnership
/
{address}
/
transactions
curl --request GET \
  --url https://backend.swap.coffee/v1/partnership/{address}/transactions
[
  {
    "query_id": 123,
    "route_id": 123,
    "timestamp": 123,
    "hash": "<string>",
    "lt": 123,
    "user_wallet": "<string>",
    "token_from": "<string>",
    "token_to": "<string>",
    "amount_from": 123,
    "amount_from_usd": 123,
    "amount_to": 123,
    "amount_to_usd": 123,
    "dex": "<string>",
    "ref_fee_usd": 123,
    "failed": true,
    "suspicious": true
  }
]

Authorizations

X-Api-Key
string
header
required

Path Parameters

address
string
required
Example:

"UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"

Query Parameters

page
integer
default:1
Required range: x >= 1

Response

200
application/json

Raw transaction records

The response is of type object[].