Merchant
Get balance
GET
https://public.api.0xpay.app/merchants/balances
This method is used to get merchants balances.
Query Parameters
Name
Type
Description
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"
}
]
Last updated