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