Cards

Get card by ID

Get single card details by Card UUID.

get/api/v1/cards/{card_id}

Path parameters

card_idstring uuid required

Headers

x-api-keystring nullable

Response

Successful Response

idstring uuid required
externalIdstring required

Provider-specific card identifier.

walletAddressstring nullable

Linked wallet address

status'pending' | 'active' | 'blocked' | 'closed'

Card status.

createdAtstring nullable
activatedboolean

True if card details have been revealed and cached

dailySpendnumber

Total spent today on this card (from fiat_transfers)

labelstring nullable

User-defined card label/nickname

Changes

Changed in 1 of the 4 revisions of this API.11

  • 7ed1b58c560711See the full diff
    • for the path request parameter card_id, the format changed from no format to uuid

      request-parameter-type-changed

    • added the required property to the response with the status

      response-required-property-added

    This revision also has 47 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog