Skip to main content
GET
Load a reloadable card balance

Query Parameters

amount
number
required

USD of USDC to load onto the card balance (min $5, max $1,000). The x402 price equals this amount; Laso absorbs the bridge cost.

Required range: 5 <= x <= 1000

Response

Card balance funded.

funded_usd
number

USD loaded onto the card balance.

deposit_address
string

The account holder's own deposit address at the card issuer, on Base.

network
string
Example:

"base"

asset
string
Example:

"USDC"

settlement_state
string

success once the Base mint has landed, pending while Circle attests the burn.

Example:

"success"

transaction_hash
string

The burn transaction on the source chain.

transaction_url
string

Block explorer link for the burn.

mint_transaction_hash
string

The mint transaction on Base, present once it has landed.

mint_transaction_url
string

Block explorer link for the mint that credited the balance on Base.

note
string