| Field | Type | Description | Notes |
|---|---|---|---|
id | string (uuid) | - | - |
card_id | string (uuid) | - | - |
amount | number | - | - |
fee | number | Fee charged for this top-up. | - |
currency | string | - | - |
status | string | - | - |
transaction_reference | string | - | nullable |
created_at | string (date-time) | - | - |
curl --location -g --request GET '{{baseUrl}}/api/v1/cards/a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11/topups?limit&offset&from&to' \
--header 'X-API-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Body-Hash;'{}