v1

latestOpenAPI 3.0.02026-08-04620256.0 KB
Card

Card Balance History

get/cards/{cardId}/balance-history

Path parameters

cardIdstring uuid required

The unique identifier for the card for which you want to retrieve the deposit and withdrawal history.

Query parameters

pagestring

The page number to retrieve in a paginated response. Used in combination with limit to specify the starting point for a subset of records.

limitstring

A limit on the number of objects to be returned.

toDatestring date

The end date for filtering the records, formatted as YYYY-MM-DD. Only records up to this date will be retrieved.

fromDatestring date

The start date for filtering the records, formatted as YYYY-MM-DD. Only records from this date onwards will be retrieved.

type'DEPOSIT' | 'WITHDRAWAL'

Specifies the type of balance change to retrieve. Possible values are DEPOSIT or WITHDRAWAL. Use this parameter to filter records by transaction type.

txnHashstring

transaction hash of the crypto transaction. Only applicable to card program that opt in for cardholder managed funding model.

Headers

Accept-Versionstring required

Specifies the API version to use for this request.

Response

Card transactions