Create a wallet

POST {{baseUrl}}/v1/wallets

Creates an end user wallet.

Body Params

idempotencyKey string (REQUIRED)
Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.

description string
A human-friendly, non-unique identifier for a wallet.

Request Body

{"idempotencyKey"=>"{{$guid}}", "description"=>"Treasury Wallet"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"data":{"walletId":"1016945744","entityId":"dfee2397-f3d6-4676-8405-4dda7e1b5b0d","type":"end_user_wallet","description":"Treasury Wallet","balances":[]}}