cURL
curl --request GET \ --url https://api.anycheck.ai/bank-statements/{id}/currency-overview \ --header 'Authorization: Bearer <token>'
200
Example
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?