Skip to main content
POST
Crypto deposit

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

Token symbol (e.g. usdc)

Example:

"usdc"

payment_rail
string
required

Blockchain network (e.g. ethereum, solana)

Example:

"ethereum"

Response

Crypto deposit initiated

status
string
data
object