Skip to main content
POST
Build a vault withdrawal transaction (exact USDC out)

Body

application/json
caller
string
required

The account sending this transaction (must sign it).

amountUsdc
required

Exact USDC to withdraw.

receiver
string

Recipient of the resulting shares/assets; defaults to the caller.

owner
string

Owner of the shares being spent; defaults to the caller (requires share approval if different).

Response

Success envelope: ok is true and data carries the payload documented below.

ok
enum<boolean>
required

Always true on success.

Available options:
true
data
object
required

An unsigned EVM transaction. Sign it with the from key and broadcast it yourself, or submit the signed bytes via POST /v2/relay.