Skip to main content
GET
/
balance
cURL
curl --request GET \
  --url https://sandbox.onconsul.com/v1/balance \
  --header 'Authorization: Bearer <token>'
{
  "amount": "<string>",
  "chain": "ethereum",
  "currency": "USDC",
  "last_updated": "2023-11-07T05:31:56Z"
}
Returns the current USDC balance of your Consul account. The balance reflects the settled funds immediately available for payouts or withdrawals. Funds are held as USDC on Base.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

amount
string<decimal>
required
chain
enum<string>
required
Available options:
ethereum,
polygon,
base,
arbitrum,
optimism
currency
enum<string>
required
Available options:
USDC,
USDT,
USD,
BRL,
ARS,
COP,
MXN
last_updated
string<date-time>
required