{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "hl-spot-production-up-railway-app-api-tokens",
  "title": "HL Spot \u00b7 Token Search & Metadata",
  "url": "https://hl-spot-production.up.railway.app/api/tokens",
  "category": "data",
  "summary": "Search tokens by name or symbol and retrieve metadata including decimals and contract information.",
  "seo": {
    "title": "Token Search API | HL Spot x402",
    "description": "Search and filter tokens by name or symbol with metadata including decimals and contract info. 0.002 USDC per call on Base."
  },
  "use_cases": [
    "Find token contracts by symbol or name",
    "Retrieve token metadata for portfolio tracking",
    "Validate token existence before transactions",
    "Build token search into trading interfaces"
  ],
  "ideal_buyer": "DeFi interfaces, wallets, and trading tools needing lightweight token metadata lookup.",
  "example_prompt": "Search for tokens matching 'USDC' and return their contract addresses and decimals",
  "example_request_body": {
    "search": "USDC"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.1,
    "median_category_atomic": 20000
  },
  "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": [],
            "properties": {
              "search": {
                "type": "string",
                "description": "Optional filter: search tokens by name or symbol (case-insensitive substring match). Omit to return all 454 tokens."
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "schema": {
            "type": "object",
            "required": [
              "tokens",
              "count"
            ],
            "properties": {
              "count": {
                "type": "number",
                "description": "Number of tokens returned"
              },
              "tokens": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "index": {
                      "type": "number"
                    },
                    "tokenId": {
                      "type": "string"
                    },
                    "decimals": {
                      "type": "number"
                    },
                    "weiDecimals": {
                      "type": "number"
                    }
                  }
                }
              }
            }
          },
          "example": {}
        }
      }
    }
  ],
  "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-tokens",
    "url": "https://x402all.com/resource/hl-spot-production-up-railway-app-api-tokens",
    "name": "HL Spot \u00b7 Token Search & Metadata",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/hl-spot-production-up-railway-app-api-tokens",
      "@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/tokens",
    "@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-tokens",
    "description": "Search and filter tokens by name or symbol with metadata including decimals and contract info. 0.002 USDC per call on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=hl-spot-production-up-railway-app-api-tokens",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=hl-spot-production-up-railway-app-api-tokens"
}
