The Balance object
This is an object representing your Zoneless balance. You can retrieve it to see the balance currently on your Zoneless account or a connected account.
Attributes
Available funds that you can transfer or pay out. You can find the available balance for each currency in this array.
Has the value true if the object exists in live mode or the value false if the object exists in test mode.
{
"object": "balance",
"available": [
{
"amount": 666670,
"currency": "usdc",
"source_types": {
"wallet": 666670
}
}
],
"livemode": false,
"pending": [
{
"amount": 61414,
"currency": "usdc",
"source_types": {
"wallet": 61414
}
}
],
"platform_account": "acct_z_Platform123abc"
}