GET
/
accounts
/
balance
{
  "data": {
    "amount": 20000,
    "currency": "USD"
  }
}

Query Parameters

id
string
required

Account id

Example:

"3fa85f64-5717-4562-b3fc-2c963f66afa6"

provider
enum<string>
required
Available options:
teller,
plaid,
gocardless
Example:

"teller"

accessToken
string

Teller & Plaid access token

Example:

"test_token_ky6igyqi3qxa4"

Response

200
application/json
Retrieve account balance
data
object | null
required