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": []}
Retrieve the history of swap transactions
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": []}
Documentation Index
Fetch the complete documentation index at: https://docs.yativo.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer YOUR_ACCESS_TOKEN20.0.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": []}