Skip to main content
GET
/
api
/
dev
/
get_balance
curl "https://api.liquid.tf/api/dev/get_balance" \
  -H "X-API-Key: YOUR_SITE_API_KEY"
{
  "balance": 25000,
  "pending_balance": 5000
}

Overview

Returns your current available balance and pending balance (deposits requiring verification before becoming available).

Authentication

X-API-Key
string
required
Your site API key

Rate Limit

2 requests per minute

Response

balance
integer
Your current available balance in cents
pending_balance
integer
Pending balance from deposits requiring verification in cents (not yet available for use)
curl "https://api.liquid.tf/api/dev/get_balance" \
  -H "X-API-Key: YOUR_SITE_API_KEY"
{
  "balance": 25000,
  "pending_balance": 5000
}

Understanding Balance vs Pending Balance

balance: Funds available for immediate use
  • Can be withdrawn to your bank account
  • Can be used to purchase items
  • Immediately spendable on the marketplace
pending_balance: Deposits requiring verification
  • Bank transfers that haven’t cleared yet
  • Payment methods pending verification
  • Will become available balance after verification completes
  • Cannot be withdrawn or spent until verified

Use Cases

  • Display current balance in your application
  • Check if user has sufficient funds before purchase
  • Monitor account funds for automated trading bots
  • Track earnings from sales