API ReferenceWallet
Get Wallet Balance
Current project wallet balance.
GET/open-api/v1/wallet/balance
Returns the current wallet balance for the authenticated project. The wallet is your source of funds for card funding and card issuance — top it up out-of-band through your contract terms.
Response
balanceintegerCurrent balance in cents.
Response
{
"code": 0,
"message": "SUCCESS",
"data": {
"balance": 123450
}
}Pre-flight this before bulk-issuing cards or running a large funding sweep. The POST /cards endpoint will fail-closed if there are insufficient funds.