Manage account balances and transaction history
The Account API provides endpoints to manage banking accounts, including balance inquiries and transaction history.
Key Features
- Balance Management: Query current account balances including total, blocked, and available amounts
- Transaction History: Retrieve paginated account statements with cursor-based navigation
Available Endpoints
Balance Operations
- Get Account Balance - Retrieve current balance information for an account
- Get Account Statement - Retrieve paginated transaction history with cursor-based pagination
Authentication
All Account API endpoints require:
- Bearer Token: Include in the
Authorizationheader - HMAC Signature: Include in the
hmacheader for API audience requests
