Skip to main content
POST
Initiate crypto collection

Authorizations

Authorization
string
header
required

Use your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.

Headers

Accept
string
default:application/json

Content type header.

Body

application/json
amount
number
required

Amount to collect (minimum 0.1).

Required range: x >= 0.1
wallet_id
string
required

Wallet ID to fund.

network
string
required

Blockchain network (e.g., ETHEREUM_MAINNET, MATIC_MAINNET, TRON_MAINNET).

token
string
required

Token to use (e.g., USDT, USDC).

customer_id
string

Existing customer ID to associate with the collection.

Response

Crypto collection initiated successfully.

message
string
required
transaction
object
required