Skip to main content
POST
Create Account

Authorizations

X-API-KEY
string
header
required

Body

application/json

Create account request

currencies
string[]
required

Supported currency symbols on this account.

Example:
reference
string
required

Bundling key: one chain_id per account per reference.

Example:

"treasury"

type
enum<string>
required

Account type. Create currently accepts CryptoPayIn only.

Available options:
CryptoPayIn
Example:

"CryptoPayIn"

address
string

Self-custody wallet address (required when ManagedAccount is false).

chain_id
integer

Chain ID for the wallet/account.

Example:

8453

name
string

Human-readable account name.

Example:

"Treasury"

parent_account_id
string

Optional parent settlement account ID.

Example:

"42"

Response

OK

data
object

Response payload when the request succeeded.

error
boolean

True when the request failed.

message
string

Human-readable status or error message.