Skip to main content
GET
Get Balance
Returns the current USDC balance, spending totals, and wallet address for the project linked to the authenticated API token. All monetary values are in micro-USDC (1 USDC = 1,000,000).
Requires a bearer token with the read permission.

Request

This endpoint takes no query parameters or request body.

Response

string
required
Unique project identifier.
string
required
Always "usdc".
integer
required
Available USDC balance in micro-USDC.
integer
required
Pending USDC balance in micro-USDC. Funds in transit that are not yet available.
integer
required
Cumulative USDC funded into this project in micro-USDC.
integer
required
Cumulative USDC spent from this project in micro-USDC.
string | null
required
Bridge wallet address on Base for receiving USDC deposits. null if no wallet has been created yet.

Examples

Response (200 OK)