Docs 0xProcessing
  • 💡Basic
    • General
      • Terms and definitions
      • Available assets
      • Transaction Fees
    • Introduction guide
      • Deposit flow
      • Payment form
      • Withdrawal flow
      • VRCS - automatic conversion to stablecoins
      • Webhooks flow
      • Web3 processing
      • 0xProcessing use cases
  • 🔑0xProcessing API
    • Obtaining API Keys
    • Deposits
      • Payment form with fixed amount
      • Payment without fixed amount
      • Static wallet
    • Withdrawals
      • Withdrawal by client
      • Check withdrawal status by Withdrawal ID
    • Webhooks
      • Payment form with fixed amount
      • Payment without fixed amount
      • Static wallet
      • Withdrawals
    • Informational Commands
      • Request for balances
      • Coin info
    • Crypto or Fiat Equivalent
      • Fiat currency conversion
      • Conversion of fiat currencies into cryptocurrency
      • Conversion of cryptocurrencies into fiat currencies
      • List of supported fiat currencies for conversion
    • Errors
  • âš¡Web3 processing API
    • Introduction
    • Web3 pool API
  • 🚀Quick start
    • Account registration
    • API set up
    • Setting up Webhooks
    • Payment confirmation
    • Managing withdrawals
    • Create a Manager role
    • Currency management
    • VRCS setup
    • Balance management
    • Transactions and address tracking
    • Notifications
    • Account security
    • Match Crypto Wallet Addresses
  • 🔄FAQ
Powered by GitBook
On this page
  1. 0xProcessing API
  2. Informational Commands

Request for balances

Learn how to request and retrieve balances from the payment gateway with ease, ensuring transparency and efficient account management.

The GetBalances request is a type of API request that allows merchants to retrieve their current account balances for cryptocurrencies supported by 0xProcessing. This method provides merchants with a quick and easy way to check their account balances without having to log into their 0xProcessing dashboard.

Request Request Type: GET

Endpoint:

https://app.0xprocessing.com/Api/GetBalances

Can be integrated by merchant's technical specialists for the following purposes:

  • to identify positive balances and conduct further withdrawal using the method for withdrawal of funds in automatic or semi-automatic mode;

  • to control sufficient liquidity on merchant's balances to ensure withdrawals of the merchant customers.

The request must contain an APIKEY header with your API key. The key can be generated in the menu Merchant\Classic processing\General settings

Reply

Response Type: JSON

The response will contain a list of positive balances.

Parameters:

Name
Description
Type

Currency

Currency

String

Amount

Balance

Double

PreviousInformational CommandsNextCoin info

Last updated 4 months ago

🔑