cURL
curl --request GET \ --url https://api.platnova.com/v1/wallets \ --header 'X-API-KEY: <api-key>'
{ "status": true, "data": [ { "id": "wl_43a2b75e-5c59-429e-872a-2a54c7b17e37", "currency": "NGN", "balance": "150000.00", "status": "active" }, { "id": "wl_5c5e173f-7754-41af-a2ee-b4be7d709e0c", "currency": "USD", "balance": "2500.50", "status": "active" } ], "error": [], "message": "operation was successful" }
Documentation IndexFetch the complete documentation index at: https://docs.platnova.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.platnova.com/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication.
Wallets retrieved successfully
Show child attributes