LogoLogo
  • General
    • Welcome to 0xpay
    • Transaction Fees
    • Networks & Assets
  • Integration Cookbook
    • Getting Started
      • Merchant Setup
    • Receive assets
    • Send assets
    • Invoices
    • Exchanges
  • Public API
    • Authorization
      • Signature Examples
    • Endpoints
      • Merchant
      • Basic crypto operations
      • Crypto Invoices
      • Basic Fiat Operations
      • Fiat Invoices
      • Exchange
      • Exchange + Withdrawal
    • Notifications
      • Crypto Callbacks
      • Fiat Callbacks
      • Exchange Callbacks
    • JS/TS SDK
      • Getting started
      • Processing WebHook Notifications
      • Reference
  • Legal Info
    • Terms of Service
      • ANNEX 1: RISK DISCLOSURE
      • ANNEX 2: PROHIBITED BUSINESSES
      • ANNEX 3: HIGH-RISK STATES, TERRITORIES AND JURISDICTIONS
    • Privacy Policy
Powered by GitBook
On this page
  1. Public API
  2. Endpoints

Merchant

PreviousEndpointsNextBasic crypto operations

Last updated 1 year ago

Get balance

GET https://public.api.0xpay.app/merchants/balances

This method is used to get merchants balances.

Query Parameters

Name
Type
Description

tickers*

string[ ]

find tickers with

GET  https://public.api.0xpay.app/merchants/balances?tickers=UAH,BTC
//In response, you'll get an Array of: 
[
    {
        "value": "516.75",
        "ticker": "UAH"
    },
    {
        "value": "0.00094002",
        "ticker": "BTC"
    }
]
#list-all-supported-fiat-assets
#list-all-supported-crypto-assets