Skip to main content
POST
Provision a wallet for an end-user (currency-scoped)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Partner end-user id

Body

application/json
currency
string
required

Wallet currency (e.g. USDC, EURC, GBPC, NGN). USD/EUR/GBP aliases map to USDC/EURC/GBPC.

Example:

"USDC"

Response

Wallet created

success
boolean
required
Example:

true

data
object
required