Skip to main content
POST
Crypto withdrawal

Headers

Authorization
string
default:NONE
required

Bearer JWT for user-facing flows (Bearer eyJraWQ...), or the literal string NONE when authenticating via API key.

Example:

"Bearer eyJraWQ..."

X-Api-Key
string
default:NONE
required

API key for server-to-server flows, or the literal string NONE when authenticating via JWT.

Example:

"pcx_abc123_xxxx"

Body

application/json
account_id
string
required
amount
number<float>
required
currency
string
required
Example:

"usdc"

payment_rail
string
required
Example:

"ethereum"

to_address
string
required

Destination wallet address

Response

Crypto withdrawal initiated

status
string
data
object