get_card_statements_primary
Retrieve complete primary card account statements with pagination support to access financial transaction history and account activity details.
Instructions
Get complete statements for the primary card account. Returns full statement objects. Example: {"limit":10}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cursor | No | ||
limit | No |
Input Schema (JSON Schema)
{
"properties": {
"cursor": {
"type": "string"
},
"limit": {
"type": "number"
}
},
"type": "object"
}