curl -X GET 'https://crypto-api.yativo.com/api/yativo-card/yvc_01HX9KZMB3F7VNQP8R2WDGT4EI/cards/crd_01HX9KZMB3F7VNQP8R2WDGT4EJ/transactions?limit=20&status=completed&from_date=2026-03-01T00:00:00Z' \ -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{ "status": "success", "message": "Transactions retrieved successfully", "data": { "transactions": [ { "transaction_id": "ctxn_01HX9KZMB3F7VNQP8R2WDGT4EL", "card_id": "crd_01HX9KZMB3F7VNQP8R2WDGT4EJ", "merchant_name": "Amazon", "merchant_category": "ecommerce", "amount": "49.99", "currency": "USD", "status": "completed", "created_at": "2026-03-20T14:30:00Z" } ], "total": 1, "limit": 20, "offset": 0 } }
Retrieve the transaction history for a specific card
Bearer YOUR_ACCESS_TOKEN
20
0
pending
completed
declined
refunded
disputed
2026-01-01T00:00:00Z
2026-03-26T23:59:59Z