Skip to main content
POST
Preview a stablecoin send for a ready customer account

Authorizations

X-API-Key
string
header
required

Path Parameters

customer_id
string
required

Public customer id returned by POST /partner/customers

Example:

"pcus_a1b2c3d4e5f6"

account_id
integer
required

Account id returned by the customer account API

Required range: x >= 1
Example:

21

Body

application/json

Preview a same-asset USDC send (fee + receive amount; not an FX quote).

to_address
string
required
Required string length: 8 - 128
amount
string
required

Decimal amount in USDC, e.g. 10.50

network
string | null

Must match the account network when set (Base or Polygon)

Response

Successful Response