Skip to main content
GET
/
api
/
v1
/
withdrawals
/
balance
curl -X GET "https://crypto.api.loveandpay.io/api/v1/withdrawals/balance" \
  -H "X-Api-Key: lc_ваш_ключ"
{
  "success": true,
  "data": {
    "balances": [
      {
        "currency": "USDT_TRC20",
        "currencyName": "USDT_TRC20",
        "network": "Tron",
        "networkName": "Tron",
        "available": 1500.50,
        "pending": 100.00,
        "total": 1600.50
      },
      {
        "currency": "USDT_ERC20",
        "currencyName": "USDT_ERC20",
        "network": "Ethereum",
        "networkName": "Ethereum",
        "available": 500.00,
        "pending": 0,
        "total": 500.00
      },
      {
        "currency": "USDT_BEP20",
        "currencyName": "USDT_BEP20",
        "network": "BinanceSmartChain",
        "networkName": "BNB Smart Chain",
        "available": 250.25,
        "pending": 50.00,
        "total": 300.25
      }
    ],
    "totalUsdValue": 2400.75
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.loveandpay.io/llms.txt

Use this file to discover all available pages before exploring further.

Заголовки

X-Api-Key
string
required
Ваш API ключ
{
  "success": true,
  "data": {
    "balances": [
      {
        "currency": "USDT_TRC20",
        "currencyName": "USDT_TRC20",
        "network": "Tron",
        "networkName": "Tron",
        "available": 1500.50,
        "pending": 100.00,
        "total": 1600.50
      },
      {
        "currency": "USDT_ERC20",
        "currencyName": "USDT_ERC20",
        "network": "Ethereum",
        "networkName": "Ethereum",
        "available": 500.00,
        "pending": 0,
        "total": 500.00
      },
      {
        "currency": "USDT_BEP20",
        "currencyName": "USDT_BEP20",
        "network": "BinanceSmartChain",
        "networkName": "BNB Smart Chain",
        "available": 250.25,
        "pending": 50.00,
        "total": 300.25
      }
    ],
    "totalUsdValue": 2400.75
  }
}
curl -X GET "https://crypto.api.loveandpay.io/api/v1/withdrawals/balance" \
  -H "X-Api-Key: lc_ваш_ключ"

Описание полей

ПолеОписание
availableДоступно для вывода (подтверждённые средства)
pendingВ ожидании подтверждения блокчейном
totalОбщий баланс (available + pending)
totalUsdValueОбщая сумма в USD по всем валютам