Skip to main content
GET
/
v1
/
wallets
List wallets
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"
}

Overview

Retrieve a list of all wallets associated with your account. This endpoint returns all wallets with their balances, currencies, and status information.

Authorizations

X-API-KEY
string
header
required

API key for authentication.

Response

Wallets retrieved successfully

status
boolean
data
object[]
error
any[]
message
string