v25

latestOpenAPI 3.1.0raw.githubusercontent.com2024-11-23142234.7 KB

Get Account Balance

get/accounts/balance

Query parameters

idstring required

Account id

Example:3fa85f64-5717-4562-b3fc-2c963f66afa6
provider'teller' | 'plaid' | 'gocardless' required
Example:teller
accessTokenstring

Teller or Plaid access token

Example:test_token_ky6igyqi3qxa4

Response

Retrieve account balance

Example response

{
  "data": {
    "amount": 20000,
    "currency": "USD"
  }
}