cURL
curl --request GET \ --url https://api.dev.monei.cc/api/v1/wallet/me \ --header 'X-API-KEY: <api-key>'
{ "statusCode": 123, "message": "<string>", "data": { "nairaBalance": 123, "subwallets": [ { "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "deletedDate": "2023-11-07T05:31:56Z", "parentWalletId": "<string>", "type": "FIAT", "currency": "<string>", "balance": 123, "chain": "<string>", "publicAddress": "<string>", "evmPortfolio": {}, "solPortfolio": {} } ], "evmPortfolio": {}, "solPortfolio": {} }, "errors": {} }
Documentation IndexFetch the complete documentation index at: https://docs.monei.cc/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.monei.cc/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes