NullPay
  1. Merchant
NullPay
  • Private
    • Transaction
      • Transaction History
      • Create Transaction
      • Transaction Detail
    • Merchant
      • Balances
        GET
      • Coin Settings
        GET
      • Update Coin Settings
        PATCH
    • Withdraw
      • Withdrawal History
      • Withdraw
      • Fiat Withdraw
  • Public
    • Health Check
      GET
    • Get Coins
      GET
    • Get Currencies
      GET
  • IPN Webhooks
    • IPN Handler
      POST
  1. Merchant

Balances

GET
/api/v1/p/wallets
Get the available balances of the merchant.

Request

Query Params

Header Params

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.nullpay.net/api/v1/p/wallets' \
--header 'x-api-key;'

Responses

🟢200Returns the available balances of the merchant.
application/json
Body

Example
{}
🟠400Bad request, please check the request payload.
🟠401Unauthorized request, please check the API key.
🟠408Request timeout, please try again later.
🟠429Too many requests, please try again later.
Modified at 2024-07-20 10:32:08
Previous
Transaction Detail
Next
Coin Settings
Built with