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
}
]
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
}
]
"UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"
x >= 1
Raw transaction records
The response is of type object[]
.