Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://dev.interface.monirates.com/v1/wallet \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "currency": "<string>", "bvn": "<string>", "companyRegistrationNumber": "<string>" } '
{ "success": true, "message": "<string>", "data": {} }
Create a wallet for a user. A user can have multiple wallets.
API key for API authentication
11
Successful response
true
Response payload