Overview
Use this after creating an end-user account. Provide theentityId (account.id) and set walletType: USER to create both USD and NGN wallets.
Endpoint
POST {{LIQUIDITY_URL}}/v1/ext/wallet/create- Auth: Bearer
{{accessToken}}
Request
Fields
| Field | Type | Description | Required |
|---|---|---|---|
entityId | string | Entity ID from account creation | Yes |
walletType | string | Use USER for end-user wallets | Yes |
Response (200)
Notes
- Creates both USD and NGN wallets for the entity.
- For collection vs spend wallets, use the multi-currency retrieval endpoint with
type=collectionorspend.