Retrieve a list of all cards associated with the authenticated user, including details such as balance, status, and currency.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
limit |
query | integer |
no | Maximum number of cards to return. Default is 10. |
offset |
query | integer |
no | Offset from where to start returning cards. Default is 0. |
Responses
| Status | Body | Description |
|---|---|---|
200 |
CardsResponse |
Successfully retrieved the list of cards. |
400 |
Error |
Invalid request. |
Specification
This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.