Retrieve Balances

GET /balance/

Get user balances in Nord PAY.

Headers

Name
Value

Content-Type

application/json

X-API-KEY

<token>

Response

{
    "USDTBEP20": 100,
    "USDTERC20": 100,
    "USDTTRC20": 100,
    ...
}

Example

curl -X GET "https://api.nord-pay.com/balance/" \
     -H "Content-Type: application/json" \
     -H "X-API-KEY: YOUR_API_KEY"

Last updated