Skip to main content
POST
Create Customer Wallets
Fin.com issued crypto wallets require pre-configuration. Contact support to learn more.
Wallets start with a status of PENDING. They move to ACTIVE (or INACTIVE) asynchronously once the wallet address has been issued, so creation is not synchronous. Poll Get Customer Wallets to check on status. Supported rails and currencies: If any requested wallet (same rail + currency pair) already exists for the customer, the request fails with a 409 and lists the colliding pairs; none of the requested wallets are created.

Authorizations

Authorization
string
header
required

Bearer token authentication. Obtain token from Issue a Token endpoint

Path Parameters

customer_id
string
required

Body

application/json
wallets
object[]
required

Wallets to provision, one entry per rail.

Minimum array length: 1

Response

Wallet creation request accepted for processing. Note the nested data: the outer envelope wraps a message plus the inner data array of wallets being provisioned.

data
object