GET
/
api
/
v0
/
balance
/
usdc
Get USDC balance for an app
curl --request GET \
  --url https://api.devdraft.ai/api/v0/balance/usdc \
  --header 'x-client-secret: <api-key>'
{
  "currency": "usdc",
  "total_balance": "5678.90",
  "balances": [
    {}
  ]
}

Authorizations

x-client-secret
string
header
required

Your secret API key. Keep this secure and never expose it in client-side code.

Response

200
application/json

USDC balance retrieved successfully

The response is of type object.