Skip to main content

Treasury

Get your linked wallets​

GET /api/v1/treasury/balance

Scope: read. Priced as a read call.

curl https://veltro.online/api/v1/treasury/balance \
-H "Authorization: Bearer vltro_live_xxx"
{
"data": {
"wallets": [
{ "address": "0x...", "chain": "base", "label": "Treasury Safe", "is_primary": true }
]
}
}

This returns the wallets linked to your account — not live on-chain USDC balances. To check an actual balance, read the wallet address on-chain yourself (e.g. via an RPC provider), since Veltro never holds custody of these funds.