cURL
curl --request GET \ --url https://api.anycheck.ai/bank-statements/{id}/currency-overview \ --header 'Authorization: Bearer <token>'
200
Example
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "currency_overview": [ { "currency": "IDR", "credit_mutation_number": 1500000, "credit_mutation_idr": 1500000, "debit_mutation_number": 1200000, "debit_mutation_idr": 1200000, "total_debit": 45, "total_credit": 38 } ]}
Retrieve currency breakdown and analysis from bank statements
JWT token obtained from /auth/login endpoint.
/auth/login
Example:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Verification ID
Filter by account number (optional)
Currency overview data
Show child attributes
Was this page helpful?