curl --location --request GET '/baseurl/api/v1/cards//topups?limit&offset&from&to' \
--header 'X-API-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Body-Hash;'{
"data": [
{
"id": "a1b2c3d4-e5f6-4782-996c-db9b45c47a29",
"cardId": "ef0c9071-f1d5-4782-996c-db9b45c47a29",
"amount": 2500,
"currency": "USD",
"status": "success",
"createdAt": "2026-03-30T13:30:00Z"
}
],
"pagination": {
"total": 1,
"limit": 20,
"offset": 0,
"hasMore": false
}
}