Get balance

What is left to spend. reserved is held against tasks still running and is released or charged when each one finishes.

GET/balance
AuthAPI keyorOAuth tokenHow to send it

Response#

200Account balance

dataobjectrequired
availablestringrequired

Spendable balance: balance minus reserved.

balancestringrequired

Current account balance in USD.

currency"usd"required
reservedstringrequired

Amount reserved by in-flight tasks.

Errors#

A failed call names what went wrong in code, with a sentence in message. The codes, which of them are worth retrying, and how to read a validation failure are on Errors.