v1

latestOpenAPI 3.1.02026-07-26261466.6 KB
Wallet 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/api/v2/wallet

Query parameters

user_idstring required

The connected user's id.

Response

The wallet.

object'wallet'
user_idstring
addressstring

The wallet's on-chain address.

balance_usdcstring

Current balance in USD, as a decimal string.

balance_unavailableboolean

Present and true when the balance could not be read right now — distinguish "no funds" from "couldn't read".

statusstring