{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "hl-spot-production-up-railway-app-api-balance",
  "title": "HL Spot Production \u00b7 Wallet Balance Query",
  "url": "https://hl-spot-production.up.railway.app/api/balance",
  "category": "finance",
  "summary": "Retrieve token balances for a specified wallet address, including available and locked amounts per asset.",
  "seo": {
    "title": "HL Spot Balance API: Wallet Balance via x402",
    "description": "Query wallet token balances via HL Spot Production x402 API. Returns available and locked balances per asset. 0.002 USDC per call on Base."
  },
  "use_cases": [
    "Check wallet token balances before executing trades",
    "Monitor locked versus available asset positions",
    "Aggregate portfolio holdings across tokens"
  ],
  "ideal_buyer": "AI agents and trading systems requiring programmatic wallet balance checks for position management or pre-trade validation.",
  "example_prompt": "Get the token balances for wallet 0xd8dA6BF26964aF9D7eEd9e0...",
  "example_request_body": {
    "address": "0xd8dA6BF26964aF9D7eEd9e0..."
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.067,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x6e8b64638b24c6d625b045dd353120d850064e2e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "2000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "address"
            ],
            "properties": {
              "address": {
                "type": "string",
                "description": "Wallet address in 0x format (42 characters). Example: 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "schema": {
            "type": "object",
            "required": [
              "address",
              "balances",
              "count"
            ],
            "properties": {
              "count": {
                "type": "number"
              },
              "address": {
                "type": "string",
                "description": "Wallet address"
              },
              "balances": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "coin": {
                      "type": "string"
                    },
                    "hold": {
                      "type": "string"
                    },
                    "total": {
                      "type": "string"
                    },
                    "entryNtl": {
                      "type": "string"
                    },
                    "available": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          },
          "example": {}
        }
      }
    }
  ],
  "duplicate_cluster_id": "finance-cl-4de8d6383fdb",
  "origin": {
    "slug": "hl-spot-production-up-railway-app",
    "host": "hl-spot-production.up.railway.app",
    "title": "HL Spot Production API",
    "description": "x402-payable API origin hosted on Railway. No public homepage available; endpoints may be accessed directly by authenticated agents.",
    "url": "https://hl-spot-production.up.railway.app",
    "favicon": "https://hl-spot-production.up.railway.app/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/hl-spot-production-up-railway-app-api-balance",
    "url": "https://x402all.com/resource/hl-spot-production-up-railway-app-api-balance",
    "name": "HL Spot Production \u00b7 Wallet Balance Query",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/hl-spot-production-up-railway-app-api-balance",
      "@type": "Offer",
      "price": "0.002",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.002000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://hl-spot-production.up.railway.app/api/balance",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/hl-spot-production-up-railway-app",
      "url": "https://hl-spot-production.up.railway.app",
      "name": "HL Spot Production API",
      "@type": "Organization"
    },
    "identifier": "hl-spot-production-up-railway-app-api-balance",
    "description": "Query wallet token balances via HL Spot Production x402 API. Returns available and locked balances per asset. 0.002 USDC per call on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=hl-spot-production-up-railway-app-api-balance",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=hl-spot-production-up-railway-app-api-balance"
}
