Get the user's wallet
Balance funding
Get the user's wallet
The connected user’s wallet and current balance — render it in your own wallet UI. Provisions the wallet on first read.
GET
Get the user's wallet
Notes
- The wallet is provisioned automatically on first read — there is no separate provision call.
balance_usdcis the current balance as a decimal string (e.g."25.00").- If
balance_unavailableis present andtrue, the balance could not be read right now — treat it as “unknown”, not “$0”.
Authorizations
A platform access token. Get one on the Create an access token endpoint by exchanging your client_id + client_secret, then send it as Authorization: Bearer <token>. Tokens live one hour.
Query Parameters
The connected user's id.