Wallets

Crypto wallet creation and management.

Create Wallet

Create a wallet for a user

post
Authorizations
x-api-keystringRequired

Project API key (or CopterPay API key for webhooks).

AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
chainstring · enumRequired

Chain identifier used to create the wallet.

Possible values:
Body
user_idstring · uuidRequiredExample: 550e8400-e29b-41d4-a716-446655440000
assetstring · enumRequiredPossible values:
Responses
chevron-right
200

Wallet created

application/json
post
/mint/v1/accounts/wallets

List Project Wallets

List wallets for a project

get
Authorizations
x-api-keystringRequired

Project API key (or CopterPay API key for webhooks).

AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitinteger · min: 1Optional

Number of items per page.

Default: 10
pageintegerOptional

Page index starting at 0.

Default: 0
assetstring · enumOptionalPossible values:
user_idstringOptional
wallet_idstringOptional
chainstring · enumOptionalPossible values:
addressstringOptional
Responses
chevron-right
200

Wallet list

application/json
get
/mint/v1/accounts/wallets

List User Wallets with Balances

List user wallets with balances

get
Authorizations
x-api-keystringRequired

Project API key (or CopterPay API key for webhooks).

AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
user_idstringRequired
Responses
chevron-right
200

Wallet list with balances

application/json
get
/mint/v1/accounts/wallets/{user_id}

Withdraw ARSX to Fiat

Withdraw ARSX to fiat

post

Requires either to_cvu or to_alias in the request body.

Authorizations
x-api-keystringRequired

Project API key (or CopterPay API key for webhooks).

AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

Either to_cvu or to_alias is required.

or
Responses
chevron-right
200

Withdrawal initiated

application/json
post
/mint/v1/accounts/wallets/withdraw

Last updated