Wallets
Create Wallet
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 · enumRequiredPossible values:
Chain identifier used to create the wallet.
Body
user_idstring · uuidRequiredExample:
550e8400-e29b-41d4-a716-446655440000assetstring · enumRequiredPossible values:
Responses
200
Wallet created
application/json
400
Bad request
application/json
401
Unauthorized
application/json
409
Conflict
application/json
500
Internal server error
application/json
501
Not implemented
application/json
post
/mint/v1/accounts/walletsList Project Wallets
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: 1OptionalDefault:
Number of items per page.
10pageintegerOptionalDefault:
Page index starting at 0.
0assetstring · enumOptionalPossible values:
user_idstringOptional
wallet_idstringOptional
chainstring · enumOptionalPossible values:
addressstringOptional
Responses
200
Wallet list
application/json
401
Unauthorized
application/json
500
Internal server error
application/json
get
/mint/v1/accounts/walletsList User Wallets with Balances
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
200
Wallet list with balances
application/json
401
Unauthorized
application/json
500
Internal server error
application/json
get
/mint/v1/accounts/wallets/{user_id}Withdraw ARSX to Fiat
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
200
Withdrawal initiated
application/json
400
Bad request
application/json
401
Unauthorized
application/json
500
Internal server error
application/json
501
Not implemented
application/json
post
/mint/v1/accounts/wallets/withdrawLast updated