curl -X GET 'https://crypto-api.yativo.com/api/v1/swap/history?limit=20&offset=0&status=completed' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{"success": true, "data": []}
Swap
Swap History
Retrieve the history of swap transactions
GET
/
v1
/
swap
/
history
curl -X GET 'https://crypto-api.yativo.com/api/v1/swap/history?limit=20&offset=0&status=completed' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{"success": true, "data": []}
string
required
Bearer token:
Bearer YOUR_ACCESS_TOKENinteger
Maximum number of swaps to return. Defaults to
20.integer
Number of records to skip for pagination. Defaults to
0.string
Filter by swap status. One of:
pending, completed, failed.curl -X GET 'https://crypto-api.yativo.com/api/v1/swap/history?limit=20&offset=0&status=completed' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{"success": true, "data": []}

