{
  "meta": {
    "category": "finance",
    "label": "Finance",
    "icon": "📈",
    "color": "#22d3ee",
    "count": 138,
    "generated": "2026-03-30T23:25:37.771Z",
    "source": "https://apimap.dev"
  },
  "apis": [
    {
      "id": "polygon-io",
      "name": "Polygon.io",
      "provider": "Polygon.io",
      "category": "finance",
      "description": "Real-time and historical stock, options, forex, and crypto market data from major exchanges.",
      "longDescription": "Polygon.io provides institutional-grade financial market data via a clean REST and WebSocket API. Access real-time trades, quotes, aggregates, and snapshots for US stocks, options chains, forex pairs, and crypto assets. Includes company financials, news, and technical indicators. Used by quant funds, fintech apps, and trading bots.",
      "color": "#22d3ee",
      "tags": [
        "stocks",
        "options",
        "forex",
        "crypto",
        "market-data",
        "real-time",
        "historical"
      ],
      "authType": "api-key",
      "authDescription": "Pass your API key as a query parameter named apiKey on every request.",
      "authExample": "?apiKey=YOUR_API_KEY",
      "baseUrl": "https://api.polygon.io/v2",
      "docsUrl": "https://polygon.io/docs",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 2900,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Unlimited calls, end-of-day data only, 15-min delay"
        },
        "tiers": [],
        "details": "Free: delayed data, limited endpoints. Starter $29/mo: real-time data. Developer $79/mo: options + forex. Advanced $199/mo: unlimited assets + WebSocket."
      },
      "rateLimit": "5 calls/min (free) · Unlimited (paid)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/aggs/ticker/{ticker}/range/{multiplier}/{timespan}/{from}/{to}",
          "description": "Aggregate OHLCV bars for a ticker"
        },
        {
          "method": "GET",
          "path": "/snapshot/locale/us/markets/stocks/tickers",
          "description": "Real-time snapshots for all US stocks"
        },
        {
          "method": "GET",
          "path": "/last/trade/{stocksTicker}",
          "description": "Get the last trade for a stock"
        },
        {
          "method": "GET",
          "path": "/reference/tickers",
          "description": "List and search all available tickers"
        },
        {
          "method": "GET",
          "path": "/v3/reference/options/contracts",
          "description": "List options contracts with filtering"
        },
        {
          "method": "GET",
          "path": "/v2/forex/currencies",
          "description": "Get all forex currency pairs"
        }
      ],
      "sampleRequest": "curl \"https://api.polygon.io/v2/aggs/ticker/AAPL/range/1/day/2024-01-01/2024-01-31?adjusted=true&sort=asc&apiKey=$POLYGON_API_KEY\"",
      "sampleResponse": "{\n  \"ticker\": \"AAPL\",\n  \"resultsCount\": 21,\n  \"results\": [{\n    \"v\": 55884904,\n    \"o\": 185.57,\n    \"c\": 185.92,\n    \"h\": 186.74,\n    \"l\": 183.82,\n    \"t\": 1704067200000,\n    \"n\": 531365\n  }]\n}",
      "scoreDepth": 83,
      "scoreLatency": 38,
      "scorePricing": 90,
      "score": 72,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:17:51.290Z",
      "verifiedStatus": 404,
      "latencyMs": 876
    },
    {
      "id": "coingecko",
      "name": "CoinGecko API",
      "provider": "CoinGecko",
      "category": "finance",
      "description": "Comprehensive crypto market data — prices, market caps, volumes, and metadata for 15,000+ coins.",
      "longDescription": "CoinGecko is the leading independent cryptocurrency data aggregator, tracking 15,000+ coins across 900+ exchanges. The API provides real-time prices, market caps, trading volumes, historical data, OHLC candles, exchange data, DeFi metrics, and NFT floor prices. Widely used in crypto dashboards, wallets, and portfolio trackers.",
      "color": "#8dc647",
      "tags": [
        "crypto",
        "bitcoin",
        "ethereum",
        "defi",
        "nft",
        "market-data",
        "prices"
      ],
      "authType": "api-key",
      "authDescription": "Free tier requires no authentication. Demo and Pro plans use the x-cg-demo-api-key or x-cg-pro-api-key header.",
      "authExample": "x-cg-demo-api-key: CG-...",
      "baseUrl": "https://api.coingecko.com/api/v3",
      "docsUrl": "https://docs.coingecko.com/reference/introduction",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "10,000 calls/month (30 calls/min)"
        },
        "tiers": [],
        "details": "Free: 30 calls/min, 10k/month. Demo $129/mo: 500 calls/min. Analyst $499/mo: 500 calls/min + premium endpoints. Lite $2,499/mo: 1,000 calls/min."
      },
      "rateLimit": "30 calls/min (free)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/simple/price",
          "description": "Get current price for one or more coins"
        },
        {
          "method": "GET",
          "path": "/coins/markets",
          "description": "List coins with market data sorted by rank"
        },
        {
          "method": "GET",
          "path": "/coins/{id}/market_chart",
          "description": "Historical market data (price, volume, market cap)"
        },
        {
          "method": "GET",
          "path": "/coins/{id}/ohlc",
          "description": "OHLC chart data for a coin"
        },
        {
          "method": "GET",
          "path": "/exchanges",
          "description": "List all crypto exchanges with volume data"
        },
        {
          "method": "GET",
          "path": "/global",
          "description": "Global crypto market overview stats"
        }
      ],
      "sampleRequest": "curl \"https://api.coingecko.com/api/v3/simple/price?ids=bitcoin,ethereum&vs_currencies=usd&include_24hr_change=true\" -H \"x-cg-demo-api-key: CG-...\"",
      "sampleResponse": "{\n  \"bitcoin\": {\n    \"usd\": 67234.50,\n    \"usd_24h_change\": 2.34\n  },\n  \"ethereum\": {\n    \"usd\": 3512.88,\n    \"usd_24h_change\": 1.87\n  }\n}",
      "scoreDepth": 83,
      "scoreLatency": 38,
      "scorePricing": 90,
      "score": 72,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:17:51.174Z",
      "verifiedStatus": 404,
      "latencyMs": 732
    },
    {
      "id": "alpha-vantage",
      "name": "Alpha Vantage",
      "provider": "Alpha Vantage",
      "category": "finance",
      "description": "Free stock, ETF, mutual fund, forex, crypto, and economic indicator data via REST and WebSocket.",
      "longDescription": "Alpha Vantage offers free and premium financial market data APIs covering US and global equities, ETFs, mutual funds, forex, cryptocurrencies, and economic indicators like GDP and CPI. Technical indicators (RSI, MACD, Bollinger Bands) are computed server-side. Favored by students, individual investors, and independent developers for its generous free tier.",
      "color": "#1a56db",
      "tags": [
        "stocks",
        "forex",
        "crypto",
        "technical-indicators",
        "fundamentals",
        "free"
      ],
      "authType": "api-key",
      "authDescription": "Pass your API key as the apikey query parameter on every request.",
      "authExample": "?apikey=YOUR_API_KEY",
      "baseUrl": "https://www.alphavantage.co/query",
      "docsUrl": "https://www.alphavantage.co/documentation/",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "25 requests/day"
        },
        "tiers": [],
        "details": "Free: 25 requests/day. Premium $50/mo: 75 requests/min. Premium $120/mo: 150 requests/min. Enterprise: custom rates."
      },
      "rateLimit": "25 requests/day (free) · 75–600 requests/min (paid)",
      "endpoints": [
        {
          "method": "GET",
          "path": "?function=TIME_SERIES_DAILY",
          "description": "Daily OHLCV data for any equity"
        },
        {
          "method": "GET",
          "path": "?function=GLOBAL_QUOTE",
          "description": "Real-time quote for a stock symbol"
        },
        {
          "method": "GET",
          "path": "?function=RSI",
          "description": "Relative Strength Index (RSI) values"
        },
        {
          "method": "GET",
          "path": "?function=FX_DAILY",
          "description": "Daily forex exchange rates"
        },
        {
          "method": "GET",
          "path": "?function=DIGITAL_CURRENCY_DAILY",
          "description": "Daily crypto prices in any fiat currency"
        },
        {
          "method": "GET",
          "path": "?function=INCOME_STATEMENT",
          "description": "Annual and quarterly income statements"
        }
      ],
      "sampleRequest": "curl \"https://www.alphavantage.co/query?function=GLOBAL_QUOTE&symbol=IBM&apikey=$AV_API_KEY\"",
      "sampleResponse": "{\n  \"Global Quote\": {\n    \"01. symbol\": \"IBM\",\n    \"05. price\": \"183.7600\",\n    \"09. change\": \"2.0200\",\n    \"10. change percent\": \"1.1103%\",\n    \"06. volume\": \"3476512\"\n  }\n}",
      "scoreDepth": 81,
      "scoreLatency": 76,
      "scorePricing": 90,
      "score": 82,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:17:51.261Z",
      "verifiedStatus": 200,
      "latencyMs": 814
    },
    {
      "id": "finnhub",
      "name": "Finnhub Stock API",
      "provider": "Finnhub",
      "category": "finance",
      "description": "Real-time stock quotes, company fundamentals, earnings calendars, and alternative data.",
      "longDescription": "Finnhub provides real-time RESTful APIs and WebSocket streams for global stock markets. Features include real-time and historical quotes, SEC filings, earnings call transcripts, analyst recommendations, insider transactions, earnings surprises, economic calendar events, news sentiment, and alternative data like satellite imagery and foot traffic. Covers US, EU, and Asian markets.",
      "color": "#1db954",
      "tags": [
        "stocks",
        "earnings",
        "fundamentals",
        "news",
        "sentiment",
        "real-time"
      ],
      "authType": "api-key",
      "authDescription": "Send your API token in the X-Finnhub-Token request header, or as the token query parameter.",
      "authExample": "X-Finnhub-Token: YOUR_API_KEY",
      "baseUrl": "https://finnhub.io/api/v1",
      "docsUrl": "https://finnhub.io/docs/api",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "60 API calls/minute"
        },
        "tiers": [],
        "details": "Free: 60 calls/min, US stocks only. Growth $14/mo: 300 calls/min. All-in-One $60/mo: 600 calls/min, global coverage + premium data."
      },
      "rateLimit": "60 calls/min (free)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/quote",
          "description": "Real-time stock quote (price, change, volume)"
        },
        {
          "method": "GET",
          "path": "/stock/candle",
          "description": "Historical OHLCV candlestick data"
        },
        {
          "method": "GET",
          "path": "/company-earnings",
          "description": "Earnings history and EPS surprise data"
        },
        {
          "method": "GET",
          "path": "/stock/recommendation",
          "description": "Analyst buy/hold/sell recommendations"
        },
        {
          "method": "GET",
          "path": "/news",
          "description": "Latest financial and market news with sentiment"
        },
        {
          "method": "GET",
          "path": "/stock/insider-transactions",
          "description": "Insider buying and selling data"
        }
      ],
      "sampleRequest": "curl \"https://finnhub.io/api/v1/quote?symbol=AAPL\" -H \"X-Finnhub-Token: $FINNHUB_API_KEY\"",
      "sampleResponse": "{\n  \"c\": 182.63,\n  \"d\": 1.85,\n  \"dp\": 1.0239,\n  \"h\": 183.12,\n  \"l\": 180.97,\n  \"o\": 181.05,\n  \"pc\": 180.78,\n  \"t\": 1704067200\n}",
      "scoreDepth": 81,
      "scoreLatency": 38,
      "scorePricing": 90,
      "score": 71,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:17:51.312Z",
      "verifiedStatus": 401,
      "latencyMs": 807
    },
    {
      "id": "open-exchange-rates",
      "name": "Open Exchange Rates",
      "provider": "Open Exchange Rates",
      "category": "finance",
      "description": "Reliable currency exchange rates for 200+ currencies updated hourly, with historical data.",
      "longDescription": "Open Exchange Rates provides a simple JSON API for current and historical foreign exchange rates, used by thousands of businesses and developers worldwide. Covers 200+ currencies including exotic and black-market rates. Ideal for e-commerce price localization, financial apps, accounting tools, and travel applications.",
      "color": "#f59e0b",
      "tags": [
        "forex",
        "currency",
        "exchange-rates",
        "fiat",
        "conversion",
        "historical"
      ],
      "authType": "api-key",
      "authDescription": "Pass your App ID as the app_id query parameter on every request.",
      "authExample": "?app_id=YOUR_APP_ID",
      "baseUrl": "https://openexchangerates.org/api",
      "docsUrl": "https://docs.openexchangerates.org",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "1,000 requests/month, USD base only"
        },
        "tiers": [],
        "details": "Free: 1k requests/month, hourly rates, USD base only. Developer $12/mo: 3k requests, any base. Enterprise $97/mo: unlimited, real-time rates."
      },
      "rateLimit": "1,000 requests/month (free)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/latest.json",
          "description": "Latest exchange rates (all currencies vs. USD)"
        },
        {
          "method": "GET",
          "path": "/historical/{date}.json",
          "description": "Historical rates for a specific date"
        },
        {
          "method": "GET",
          "path": "/currencies.json",
          "description": "List all supported currency codes and names"
        },
        {
          "method": "GET",
          "path": "/convert/{value}/{from}/{to}",
          "description": "Convert an amount between two currencies"
        },
        {
          "method": "GET",
          "path": "/time-series.json",
          "description": "Rates for a date range (paid plans)"
        }
      ],
      "sampleRequest": "curl \"https://openexchangerates.org/api/latest.json?app_id=$OER_APP_ID&symbols=EUR,GBP,JPY\"",
      "sampleResponse": "{\n  \"disclaimer\": \"Usage subject to terms: https://openexchangerates.org/terms\",\n  \"base\": \"USD\",\n  \"timestamp\": 1704067200,\n  \"rates\": {\n    \"EUR\": 0.9218,\n    \"GBP\": 0.7891,\n    \"JPY\": 142.35\n  }\n}",
      "scoreDepth": 78,
      "scoreLatency": 20,
      "scorePricing": 90,
      "score": 64,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:17:53.061Z",
      "verifiedStatus": 405,
      "latencyMs": 2467
    },
    {
      "id": "coinmarketcap",
      "name": "CoinMarketCap API",
      "provider": "CoinMarketCap",
      "category": "finance",
      "description": "Authoritative crypto prices, rankings, market caps, and metadata for 9,500+ cryptocurrencies.",
      "longDescription": "CoinMarketCap is the world's most-referenced cryptocurrency data provider, tracking 9,500+ cryptocurrencies across 700+ exchanges. The API provides real-time and historical price, market cap, and volume data, global crypto market metrics, Fear & Greed Index, category performance, airdrops calendar, and on-chain DEX trading data. Widely used in crypto apps, media, and institutional research.",
      "color": "#3861fb",
      "tags": [
        "crypto",
        "bitcoin",
        "market-cap",
        "rankings",
        "defi",
        "blockchain"
      ],
      "authType": "api-key",
      "authDescription": "Pass your API key in the X-CMC_PRO_API_KEY request header.",
      "authExample": "X-CMC_PRO_API_KEY: YOUR_API_KEY",
      "baseUrl": "https://pro-api.coinmarketcap.com/v1",
      "docsUrl": "https://coinmarketcap.com/api/documentation/v1/",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "10,000 credits/month"
        },
        "tiers": [],
        "details": "Basic (free): 10k credits/month. Hobbyist $29/mo: 40k credits/month. Startup $79/mo: 200k credits/month. Standard $399/mo: 1M credits/month."
      },
      "rateLimit": "30 calls/min (free)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/cryptocurrency/listings/latest",
          "description": "Latest crypto listings sorted by market cap"
        },
        {
          "method": "GET",
          "path": "/cryptocurrency/quotes/latest",
          "description": "Real-time prices and market data by symbol or ID"
        },
        {
          "method": "GET",
          "path": "/global-metrics/quotes/latest",
          "description": "Global crypto market statistics"
        },
        {
          "method": "GET",
          "path": "/cryptocurrency/info",
          "description": "Metadata: logo, description, URLs, tags"
        },
        {
          "method": "GET",
          "path": "/cryptocurrency/market-pairs/latest",
          "description": "Active market pairs for a cryptocurrency"
        }
      ],
      "sampleRequest": "curl \"https://pro-api.coinmarketcap.com/v1/cryptocurrency/quotes/latest?symbol=BTC,ETH&convert=USD\" -H \"X-CMC_PRO_API_KEY: $CMC_API_KEY\"",
      "sampleResponse": "{\n  \"data\": {\n    \"BTC\": {\n      \"name\": \"Bitcoin\",\n      \"symbol\": \"BTC\",\n      \"quote\": {\n        \"USD\": {\n          \"price\": 67845.23,\n          \"market_cap\": 1334567890123,\n          \"percent_change_24h\": 2.45\n        }\n      }\n    }\n  }\n}",
      "scoreDepth": 81,
      "scoreLatency": 76,
      "scorePricing": 90,
      "score": 82,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:17:51.432Z",
      "verifiedStatus": 200,
      "latencyMs": 819
    },
    {
      "id": "plaid",
      "name": "Plaid API",
      "provider": "Plaid",
      "category": "finance",
      "description": "Connect to 12,000+ financial institutions — read balances, transactions, income, and account data.",
      "longDescription": "Plaid is the leading financial data network, powering connections to 12,000+ banks and financial institutions in the US, Canada, UK, and Europe. The API covers: bank account verification and instant auth, real-time transaction data and categorization, balance checks, identity verification, income verification, payroll data, liabilities (student loans, mortgages), and investment holdings. Used by Venmo, Robinhood, Coinbase, and thousands of fintech apps.",
      "color": "#00c177",
      "tags": [
        "banking",
        "transactions",
        "accounts",
        "identity",
        "income",
        "fintech",
        "open-banking"
      ],
      "authType": "api-key",
      "authDescription": "Include your client_id and secret in the JSON request body (not a header). A user's access_token is obtained via the Link flow and must be included for user-specific endpoints.",
      "authExample": "{\"client_id\": \"YOUR_CLIENT_ID\", \"secret\": \"YOUR_SECRET\", \"access_token\": \"...\"}",
      "baseUrl": "https://production.plaid.com",
      "docsUrl": "https://plaid.com/docs/api/",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "100 items free in sandbox/development"
        },
        "tiers": [],
        "details": "Sandbox/Development: free. Production pricing: Auth $0.60/item/month, Transactions $0.75/item/month, Balance $0.10/call, Identity $1.00/item/month. Volume discounts apply. Contact Plaid for enterprise pricing."
      },
      "rateLimit": "30 requests/min (development) · Higher in production",
      "endpoints": [
        {
          "method": "POST",
          "path": "/link/token/create",
          "description": "Create a Link token to initialize Plaid Link UI"
        },
        {
          "method": "POST",
          "path": "/item/public_token/exchange",
          "description": "Exchange a public token for an access token"
        },
        {
          "method": "POST",
          "path": "/accounts/get",
          "description": "Get account details (name, type, balance)"
        },
        {
          "method": "POST",
          "path": "/transactions/get",
          "description": "Get categorized transaction history"
        },
        {
          "method": "POST",
          "path": "/auth/get",
          "description": "Get bank account and routing numbers"
        },
        {
          "method": "POST",
          "path": "/identity/get",
          "description": "Get verified account owner info"
        }
      ],
      "sampleRequest": "curl \"https://sandbox.plaid.com/accounts/get\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"client_id\": \"$PLAID_CLIENT_ID\",\n    \"secret\": \"$PLAID_SECRET\",\n    \"access_token\": \"$PLAID_ACCESS_TOKEN\"\n  }'",
      "sampleResponse": "{\n  \"accounts\": [{\n    \"account_id\": \"BxBXxLj1m4HMXBm9WZZmCWVbPjX16EHwv99vp\",\n    \"name\": \"Plaid Checking\",\n    \"type\": \"depository\",\n    \"subtype\": \"checking\",\n    \"balances\": {\n      \"available\": 100.00,\n      \"current\": 110.00,\n      \"iso_currency_code\": \"USD\"\n    }\n  }]\n}",
      "scoreDepth": 86,
      "scoreLatency": 38,
      "scorePricing": 90,
      "score": 73,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:17:53.635Z",
      "verifiedStatus": 411,
      "latencyMs": 766
    },
    {
      "id": "wise",
      "name": "Wise API",
      "provider": "Wise",
      "category": "finance",
      "description": "Send international money transfers, get real exchange rates, and manage multi-currency accounts.",
      "longDescription": "The Wise (formerly TransferWise) API enables businesses to automate international payments at the real mid-market exchange rate. Create profiles, get live exchange rate quotes, initiate transfers to 80+ countries, create and fund multi-currency borderless accounts, list account transactions, and receive payout webhooks. Used by e-commerce businesses, payroll platforms, and marketplaces for fast, low-cost international payments.",
      "color": "#00b9ff",
      "tags": [
        "money-transfer",
        "international-payments",
        "exchange-rates",
        "multi-currency",
        "fintech",
        "payroll"
      ],
      "authType": "bearer",
      "authDescription": "Generate an API token in your Wise account settings. Use the sandbox environment (api.sandbox.transferwise.tech) for testing. Pass the token as a Bearer token.",
      "authExample": "Authorization: Bearer YOUR_API_TOKEN",
      "baseUrl": "https://api.wise.com/v1",
      "docsUrl": "https://docs.wise.com/api-docs/",
      "hasFreeTier": false,
      "pricing": {
        "model": "pay-as-you-go",
        "startingCentsPerMonth": null,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Sandbox environment is free for development"
        },
        "tiers": [],
        "details": "Wise charges a transparent fee per transfer, displayed upfront. Fees vary by currency pair and payment method. Typically 0.4–2% of the amount. Business account: free to hold, send has per-transfer fee. API integration is free."
      },
      "rateLimit": "60 requests/min",
      "endpoints": [
        {
          "method": "GET",
          "path": "/rates",
          "description": "Get current exchange rates for a currency pair"
        },
        {
          "method": "POST",
          "path": "/quotes",
          "description": "Get a transfer quote with fees and delivery time"
        },
        {
          "method": "POST",
          "path": "/transfers",
          "description": "Create a money transfer"
        },
        {
          "method": "POST",
          "path": "/transfers/{transferId}/payments",
          "description": "Fund and submit a transfer"
        },
        {
          "method": "GET",
          "path": "/profiles/{profileId}/balance-movements",
          "description": "List account transactions"
        },
        {
          "method": "GET",
          "path": "/profiles",
          "description": "List personal and business profiles"
        }
      ],
      "sampleRequest": "# Get EUR/USD exchange rate\ncurl \"https://api.wise.com/v1/rates?source=EUR&target=USD\" \\\n  -H \"Authorization: Bearer $WISE_API_TOKEN\"",
      "sampleResponse": "[{\n  \"rate\": 1.0862,\n  \"source\": \"EUR\",\n  \"target\": \"USD\",\n  \"time\": \"2024-03-15T10:00:00+0000\"\n}]",
      "scoreDepth": 81,
      "scoreLatency": 38,
      "scorePricing": 75,
      "score": 66,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:17:53.521Z",
      "verifiedStatus": 404,
      "latencyMs": 565
    },
    {
      "id": "1forge-finance-apis",
      "name": "1Forge Finance APIs",
      "provider": "1Forge Finance APIs",
      "category": "finance",
      "description": "1Forge provides real-time forex and stock market quotes. Get live bid/ask prices for 700+ currency pairs and global equities with millisecond latency.",
      "longDescription": "Stock and Forex Data and Realtime Quotes",
      "color": "#22c55e",
      "tags": [
        "finance",
        "forex",
        "currency",
        "market data",
        "trading"
      ],
      "authType": "api-key",
      "authDescription": "API key as a query parameter named api_key",
      "authExample": "GET /forex-quotes?pairs=EURUSD&api_key=YOUR_KEY",
      "baseUrl": "https://1forge.com/forex-quotes",
      "docsUrl": "http://1forge.com",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": 100,
          "unit": "requests",
          "period": "day"
        },
        "tiers": [
          {
            "name": "Free",
            "monthlyCents": 0,
            "included": "100 req/day"
          },
          {
            "name": "Hobbyist",
            "monthlyCents": 1000,
            "included": "10,000 req/day"
          },
          {
            "name": "Startup",
            "monthlyCents": 5000,
            "included": "100,000 req/day"
          },
          {
            "name": "Business",
            "monthlyCents": 25000,
            "included": "Unlimited requests"
          }
        ],
        "details": "Free: 100 req/day. Hobbyist $10/mo (10k/day). Startup $50/mo (100k/day). Business $250/mo (unlimited)."
      },
      "rateLimit": "100 requests/day (free); up to unlimited (paid)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/quotes",
          "description": "Get quotes for all symbols"
        },
        {
          "method": "GET",
          "path": "/symbols",
          "description": "Get a list of symbols for which we provide real-time quotes"
        }
      ],
      "sampleRequest": "curl -X GET 'https://1forge.com/forex-quotes/quotes' \\\n  -H '# No auth required'",
      "sampleResponse": "{}",
      "scoreDepth": 43,
      "scoreLatency": 60,
      "scorePricing": 90,
      "score": 62,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:17:55.056Z",
      "verifiedStatus": 200,
      "latencyMs": 1085
    },
    {
      "id": "the-consumer-financial-protection-bureau",
      "name": "The Consumer Financial Protection Bureau",
      "provider": "The Consumer Financial Protection Bureau",
      "category": "finance",
      "description": "Learn more about home mortgage data, download the data yourself, or build new tools using our API.",
      "longDescription": "Learn more about home mortgage data, download the data yourself, or build new tools using our API.",
      "color": "#22c55e",
      "tags": [
        "finance",
        "consumerfinance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://api.consumerfinance.gov:443/",
      "docsUrl": "https://api.consumerfinance.gov:443/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/data",
          "description": "Get a list of all datasets."
        },
        {
          "method": "GET",
          "path": "/data/hmda",
          "description": "Get metadata for this dataset."
        },
        {
          "method": "GET",
          "path": "/data/hmda/concept/{concept}",
          "description": "Get information about a particular concept in this dataset."
        },
        {
          "method": "GET",
          "path": "/data/hmda/slice/{slice}",
          "description": "Query a slice in this dataset."
        },
        {
          "method": "GET",
          "path": "/data/hmda/slice/{slice}/metadata",
          "description": "Get the metadata for a slice in this dataset."
        },
        {
          "method": "GET",
          "path": "/data/{dataset}",
          "description": "Get metadata about a dataset."
        }
      ],
      "sampleRequest": "curl -X GET 'https://api.consumerfinance.gov:443//data' \\\n  -H '# No auth required'",
      "sampleResponse": "{}",
      "scoreDepth": 53,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 42,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:00.259Z",
      "verifiedStatus": 200,
      "latencyMs": 3751
    },
    {
      "id": "exchangerate",
      "name": "ExchangeRate-API",
      "provider": "ExchangeRate-",
      "category": "finance",
      "description": "Fetch the latest currency exchange rates via API. ExchangeRate-API is free and unlimited.",
      "longDescription": "Fetch the latest currency exchange rates via API. ExchangeRate-API is free and unlimited.",
      "color": "#22c55e",
      "tags": [
        "finance",
        "exchangerate-api"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://api.exchangerate-api.com/v4",
      "docsUrl": "https://api.exchangerate-api.com/v4",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/latest/{base_currency}",
          "description": "Returns latest exchange rates in parameter-supplied base currency."
        }
      ],
      "sampleRequest": "curl -X GET 'https://api.exchangerate-api.com/v4/latest/{base_currency}' \\\n  -H '# No auth required'",
      "sampleResponse": "{}",
      "scoreDepth": 24,
      "scoreLatency": 20,
      "scorePricing": 28,
      "score": 24,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:00.735Z",
      "verifiedStatus": 404,
      "latencyMs": 2684
    },
    {
      "id": "news-plugin",
      "name": "News Plugin",
      "provider": "News Plugin",
      "category": "finance",
      "description": "A plugin that allows the user to obtain and summary latest news using ChatGPT. If you do not know the user's username, ask them first before making queries to the plugin. Otherwise, use the username \"global\".",
      "longDescription": "A plugin that allows the user to obtain and summary latest news using ChatGPT. If you do not know the user's username, ask them first before making queries to the plugin. Otherwise, use the username \"global\".",
      "color": "#22c55e",
      "tags": [
        "finance",
        "freetv-app"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://staging2.freetv-app.com",
      "docsUrl": "https://staging2.freetv-app.com",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/services",
          "description": "Query the latest news"
        }
      ],
      "sampleRequest": "curl -X GET 'https://staging2.freetv-app.com/services' \\\n  -H '# No auth required'",
      "sampleResponse": "{}",
      "scoreDepth": 31,
      "scoreLatency": 20,
      "scorePricing": 28,
      "score": 27,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:02.975Z",
      "verifiedStatus": 200,
      "latencyMs": 4148
    },
    {
      "id": "nfusion-solutions-market-data",
      "name": "nFusion Solutions Market Data API",
      "provider": "nFusion Solutions Market Data",
      "category": "finance",
      "description": "nFusion Solutions provides REST APIs that deliver enterprise-grade financial data. Data sets include real-time and historical pricing for Spot prices of precious metals such as Gold, Silver, Platinum, and Palladium, exchange",
      "longDescription": "nFusion Solutions provides REST APIs that deliver enterprise-grade financial data. Data sets include real-time and historical pricing for Spot prices of precious metals such as Gold, Silver, Platinum, and Palladium, exchange",
      "color": "#22c55e",
      "tags": [
        "finance",
        "nfusionsolutions"
      ],
      "authType": "api-key",
      "authDescription": "API key as a query parameter (token)",
      "authExample": "GET /endpoint?token=YOUR_KEY",
      "baseUrl": "https://api.nfusionsolutions.biz",
      "docsUrl": "https://nfusionsolutions.com/contact-us",
      "hasFreeTier": false,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Paid. Precious metals and market data API. Pricing on request."
      },
      "rateLimit": "Based on plan",
      "endpoints": [
        {
          "method": "GET",
          "path": "/api/v1/Currencies/history",
          "description": "Get historical prices for requested currency pairs"
        },
        {
          "method": "GET",
          "path": "/api/v1/Currencies/history/supported",
          "description": "Get list of currency pairs supported by the history endpoint"
        },
        {
          "method": "GET",
          "path": "/api/v1/Currencies/rate",
          "description": "Get latest mid rate for requested currency pairs"
        },
        {
          "method": "GET",
          "path": "/api/v1/Currencies/rate/supported",
          "description": "Get list of currencies supported by the rate endpoint"
        },
        {
          "method": "GET",
          "path": "/api/v1/Currencies/summary",
          "description": "Get latest Summary for requested currency pairs"
        },
        {
          "method": "GET",
          "path": "/api/v1/Currencies/summary/supported",
          "description": "Get list of currency pairs supported by the Summary endpoint"
        },
        {
          "method": "GET",
          "path": "/api/v1/Metals/benchmark/history",
          "description": "Get historical benchmark prices for requested metals"
        },
        {
          "method": "GET",
          "path": "/api/v1/Metals/benchmark/summary",
          "description": "Get latest Benchmark prices for requested metals"
        }
      ],
      "sampleRequest": "curl -X GET 'https://api.nfusionsolutions.biz/api/v1/Currencies/history' \\\n  -H 'GET /endpoint?token=YOUR_KEY'",
      "sampleResponse": "{}",
      "scoreDepth": 72,
      "scoreLatency": 30,
      "scorePricing": 28,
      "score": 46,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:07.055Z",
      "verifiedStatus": 404,
      "latencyMs": 1994
    },
    {
      "id": "portfolio-optimizer",
      "name": "Portfolio Optimizer",
      "provider": "Portfolio Optimizer",
      "category": "finance",
      "description": "Portfolio Optimizer is a Web API to analyze and optimize investment portfolios (collection of financial assets such as stocks, bonds, ETFs, crypto-currencies) using modern portfolio theory algorithms (mean-variance, VaR, etc.).\n\nAPI General Information\n\n  P",
      "longDescription": "Portfolio Optimizer is a Web API to analyze and optimize investment portfolios (collection of financial assets such as stocks, bonds, ETFs, crypto-currencies) using modern portfolio theory algorithms (mean-variance, VaR, etc.).\n\nAPI General Information\n\n  P",
      "color": "#22c55e",
      "tags": [
        "finance",
        "portfoliooptimizer"
      ],
      "authType": "api-key",
      "authDescription": "API key in the request header (X-API-Key)",
      "authExample": "X-API-Key: YOUR_API_KEY",
      "baseUrl": "https://api.portfoliooptimizer.io/v1",
      "docsUrl": "https://portfoliooptimizer.io/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 100 req/month. Growth $49/mo, Pro $199/mo. Portfolio optimization engine."
      },
      "rateLimit": "100 req/month (free)",
      "endpoints": [
        {
          "method": "POST",
          "path": "/assets/analysis/absorption-ratio",
          "description": "Absorption Ratio"
        },
        {
          "method": "POST",
          "path": "/assets/analysis/turbulence-index",
          "description": "Turbulence Index"
        },
        {
          "method": "POST",
          "path": "/assets/correlation/matrix",
          "description": "Correlation Matrix"
        },
        {
          "method": "POST",
          "path": "/assets/correlation/matrix/bounds",
          "description": "Correlation Matrix Bounds"
        },
        {
          "method": "POST",
          "path": "/assets/correlation/matrix/denoised",
          "description": "Denoised Correlation Matrix"
        },
        {
          "method": "POST",
          "path": "/assets/correlation/matrix/distance",
          "description": "Correlation Matrix Distance"
        },
        {
          "method": "POST",
          "path": "/assets/correlation/matrix/effective-rank",
          "description": "Correlation Matrix Effective Rank"
        },
        {
          "method": "POST",
          "path": "/assets/correlation/matrix/informativeness",
          "description": "Correlation Matrix Informativeness"
        }
      ],
      "sampleRequest": "curl -X GET 'https://api.portfoliooptimizer.io/v1/assets/analysis/absorption-ratio' \\\n  -H 'X-API-Key: YOUR_API_KEY'",
      "sampleResponse": "{}",
      "scoreDepth": 72,
      "scoreLatency": 20,
      "scorePricing": 28,
      "score": 43,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:09.698Z",
      "verifiedStatus": 404,
      "latencyMs": 2897
    },
    {
      "id": "shutterstock-api-explorer",
      "name": "Shutterstock API Explorer",
      "provider": "Shutterstock API Explorer",
      "category": "finance",
      "description": "The Shutterstock API provides access to Shutterstock's library of media, as well as information about customers' accounts and the contributors that provide the media.",
      "longDescription": "The Shutterstock API provides access to Shutterstock's library of media, as well as information about customers' accounts and the contributors that provide the media.",
      "color": "#22c55e",
      "tags": [
        "finance",
        "shutterstock"
      ],
      "authType": "basic",
      "authDescription": "HTTP Basic Auth — base64-encoded username:password",
      "authExample": "Authorization: Basic BASE64(username:password)",
      "baseUrl": "https://api.shutterstock.com",
      "docsUrl": "https://api.shutterstock.com",
      "hasFreeTier": false,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Paid stock photo licensing. On-demand from $0.22/image (Flex pack). Subscriptions from $29/mo."
      },
      "rateLimit": "10,000 req/hour (authenticated)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/v2/ai/audio/descriptors",
          "description": "List computer audio descriptors"
        },
        {
          "method": "GET",
          "path": "/v2/ai/audio/instruments",
          "description": "List computer audio instruments"
        },
        {
          "method": "GET",
          "path": "/v2/ai/audio/renders",
          "description": "Get details about audio renders"
        },
        {
          "method": "POST",
          "path": "/v2/ai/audio/renders",
          "description": "Create rendered audio"
        },
        {
          "method": "GET",
          "path": "/v2/audio",
          "description": "List audio tracks"
        },
        {
          "method": "GET",
          "path": "/v2/audio/collections",
          "description": "List audio collections"
        },
        {
          "method": "POST",
          "path": "/v2/audio/collections",
          "description": "Create audio collections"
        },
        {
          "method": "DELETE",
          "path": "/v2/audio/collections/{id}",
          "description": "Delete audio collections"
        }
      ],
      "sampleRequest": "curl -X GET 'https://api.shutterstock.com/v2/ai/audio/descriptors' \\\n  -H 'Authorization: Basic BASE64(username:password)'",
      "sampleResponse": "{}",
      "scoreDepth": 68,
      "scoreLatency": 10,
      "scorePricing": 28,
      "score": 39,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:14.971Z",
      "verifiedStatus": 404,
      "latencyMs": 6799
    },
    {
      "id": "tradematic-cloud",
      "name": "Tradematic Cloud API",
      "provider": "Tradematic Cloud",
      "category": "finance",
      "description": "Overview\nTradematic Cloud is a trading infrastructure for building investment services.\n\nIt’s a trading engine + API + ready-made adapters to stock and forex brokers, crypto exchanges, and market data providers.\n\nYou can use it as a cloud API, or you can deploy it on your servers. \n\nHow to",
      "longDescription": "Overview\nTradematic Cloud is a trading infrastructure for building investment services.\n\nIt’s a trading engine + API + ready-made adapters to stock and forex brokers, crypto exchanges, and market data providers.\n\nYou can use it as a cloud API, or you can deploy it on your servers. \n\nHow to",
      "color": "#22c55e",
      "tags": [
        "finance",
        "tradematic"
      ],
      "authType": "api-key",
      "authDescription": "API key in the request header (X-API-Key)",
      "authExample": "X-API-Key: YOUR_API_KEY",
      "baseUrl": "https://api.tradematic.com",
      "docsUrl": "https://api.tradematic.com",
      "hasFreeTier": false,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Paid algorithmic trading platform. Pricing on request for cloud-hosted trading."
      },
      "rateLimit": "Based on plan",
      "endpoints": [
        {
          "method": "GET",
          "path": "/autofollow/strategies",
          "description": "Get autofollow strategies list"
        },
        {
          "method": "POST",
          "path": "/autofollow/strategies",
          "description": "Create new autofollow strategy"
        },
        {
          "method": "GET",
          "path": "/autofollow/strategies/{strategyid}",
          "description": "Get autofollow strategy by ID"
        },
        {
          "method": "PUT",
          "path": "/autofollow/strategies/{strategyid}",
          "description": "Update autofollow strategy"
        },
        {
          "method": "PUT",
          "path": "/autofollow/strategies/{strategyid}/content",
          "description": "Update rules for strategy that was created with strategy builder"
        },
        {
          "method": "GET",
          "path": "/autofollow/strategies/{strategyid}/positions",
          "description": "Get positions for strategy"
        },
        {
          "method": "GET",
          "path": "/autofollow/strategies/{strategyid}/signals",
          "description": "Get trading signals for strategy"
        },
        {
          "method": "POST",
          "path": "/autofollow/strategies/{strategyid}/signals",
          "description": "Send a new signal for autofollow strategy"
        }
      ],
      "sampleRequest": "curl -X GET 'https://api.tradematic.com/autofollow/strategies' \\\n  -H 'X-API-Key: YOUR_API_KEY'",
      "sampleResponse": "{}",
      "scoreDepth": 72,
      "scoreLatency": 20,
      "scorePricing": 28,
      "score": 43,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:20.757Z",
      "verifiedStatus": 401,
      "latencyMs": 3208
    },
    {
      "id": "banking",
      "name": "Banking API",
      "provider": "Banking",
      "category": "finance",
      "description": "Codat's Banking API allows you to access standardised data from over bank accounts via third party providers.\n\nStandardize how you connect to your customers’ bank accounts. Retrieve bank account and bank transaction data in the same way via our partnerships with Plaid and TrueLayer.\n\n[Read more...](",
      "longDescription": "Codat's Banking API allows you to access standardised data from over bank accounts via third party providers.\n\nStandardize how you connect to your customers’ bank accounts. Retrieve bank account and bank transaction data in the same way via our partnerships with Plaid and TrueLayer.\n\n[Read more...](",
      "color": "#22c55e",
      "tags": [
        "finance",
        "codat"
      ],
      "authType": "api-key",
      "authDescription": "API key in the request header (Authorization)",
      "authExample": "Authorization: YOUR_API_KEY",
      "baseUrl": "https://api.codat.io",
      "docsUrl": "https://api.codat.io",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Freemium. Open banking API; pricing depends on specific provider and usage."
      },
      "rateLimit": "Varies by provider",
      "endpoints": [
        {
          "method": "GET",
          "path": "/companies/{companyId}/connections/{connectionId}/data/banking-accountBalances",
          "description": "List account balances"
        },
        {
          "method": "GET",
          "path": "/companies/{companyId}/connections/{connectionId}/data/banking-accounts",
          "description": "List accounts"
        },
        {
          "method": "GET",
          "path": "/companies/{companyId}/connections/{connectionId}/data/banking-accounts/{accountId}",
          "description": "Get account"
        },
        {
          "method": "GET",
          "path": "/companies/{companyId}/connections/{connectionId}/data/banking-transactionCategories",
          "description": "List all transaction categories"
        },
        {
          "method": "GET",
          "path": "/companies/{companyId}/connections/{connectionId}/data/banking-transactionCategories/{transactionCategoryId}",
          "description": "Get transaction category"
        },
        {
          "method": "GET",
          "path": "/companies/{companyId}/connections/{connectionId}/data/banking-transactions",
          "description": "List transactions"
        },
        {
          "method": "GET",
          "path": "/companies/{companyId}/connections/{connectionId}/data/banking-transactions/{transactionId}",
          "description": "Get bank transaction"
        },
        {
          "method": "GET",
          "path": "/companies/{companyId}/data/banking-transactions",
          "description": "List banking transactions"
        }
      ],
      "sampleRequest": "curl -X GET 'https://api.codat.io/companies/{companyId}/connections/{connectionId}/data/banking-accountBalances' \\\n  -H 'Authorization: YOUR_API_KEY'",
      "sampleResponse": "{}",
      "scoreDepth": 72,
      "scoreLatency": 0,
      "scorePricing": 28,
      "score": 37,
      "reachable": false,
      "verifiedAt": "2026-03-29T20:18:33.484Z",
      "verifiedStatus": null,
      "latencyMs": null
    },
    {
      "id": "interzoid-convert-currency-rate",
      "name": "Interzoid Convert Currency Rate API",
      "provider": "Interzoid Convert Currency Rate",
      "category": "finance",
      "description": "This API enables you to convert an amount of one currency into another currency using current foreign exchange rates.",
      "longDescription": "This API enables you to convert an amount of one currency into another currency using current foreign exchange rates.",
      "color": "#22c55e",
      "tags": [
        "finance",
        "interzoid"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://api.interzoid.com",
      "docsUrl": "https://www.interzoid.com",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/convertcurrency",
          "description": "Converts amount in one currency to that of another"
        }
      ],
      "sampleRequest": "curl -X GET 'https://api.interzoid.com/convertcurrency' \\\n  -H '# No auth required'",
      "sampleResponse": "{}",
      "scoreDepth": 28,
      "scoreLatency": 4,
      "scorePricing": 28,
      "score": 21,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:37.539Z",
      "verifiedStatus": 404,
      "latencyMs": 8034
    },
    {
      "id": "bitquery",
      "name": "Bitquery API",
      "provider": "Bitquery",
      "category": "finance",
      "description": "Onchain GraphQL APIs & DEX APIs",
      "longDescription": "Onchain GraphQL APIs & DEX APIs",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://graphql.bitquery.io",
      "docsUrl": "https://graphql.bitquery.io/ide",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Blockchain data analytics. Free: 10K credits/month. Starter $100/mo: 100K credits. Business $250/mo: 300K credits. Enterprise custom."
      },
      "rateLimit": "10K credits/month (free) · Scales with plan",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://graphql.bitquery.io'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 30,
      "scorePricing": 28,
      "score": 23,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:52.538Z",
      "verifiedStatus": 401,
      "latencyMs": 1226
    },
    {
      "id": "chainlink",
      "name": "Chainlink API",
      "provider": "Chainlink",
      "category": "finance",
      "description": "Build hybrid smart contracts with Chainlink",
      "longDescription": "Build hybrid smart contracts with Chainlink",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://chain.link",
      "docsUrl": "https://chain.link/developer-resources",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://chain.link'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 76,
      "scorePricing": 90,
      "score": 55,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:52.021Z",
      "verifiedStatus": 200,
      "latencyMs": 700
    },
    {
      "id": "chainpoint",
      "name": "Chainpoint API",
      "provider": "Chainpoint",
      "category": "finance",
      "description": "Chainpoint is a global network for anchoring data to the Bitcoin blockchain",
      "longDescription": "Chainpoint is a global network for anchoring data to the Bitcoin blockchain",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://tierion.com",
      "docsUrl": "https://tierion.com/chainpoint/",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://tierion.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 76,
      "scorePricing": 90,
      "score": 57,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:52.332Z",
      "verifiedStatus": 200,
      "latencyMs": 941
    },
    {
      "id": "covalent",
      "name": "Covalent API",
      "provider": "Covalent",
      "category": "finance",
      "description": "Multi-blockchain data aggregator platform",
      "longDescription": "Multi-blockchain data aggregator platform",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://www.covalenthq.com",
      "docsUrl": "https://www.covalenthq.com/docs/api/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Unified Blockchain API. Free: 100 credits/day. Premium from $99/mo: higher rate limits, all chains, dedicated support."
      },
      "rateLimit": "100 credits/day (free) · Varies by plan",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.covalenthq.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 32,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:52.526Z",
      "verifiedStatus": 200,
      "latencyMs": 1074
    },
    {
      "id": "helium",
      "name": "Helium API",
      "provider": "Helium",
      "category": "finance",
      "description": "Helium is a global, distributed network of Hotspots that create public, long-range wireless coverage",
      "longDescription": "Helium is a global, distributed network of Hotspots that create public, long-range wireless coverage",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://docs.helium.com",
      "docsUrl": "https://docs.helium.com/api/blockchain/introduction/",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://docs.helium.com'",
      "sampleResponse": "{}",
      "scoreDepth": 21,
      "scoreLatency": 76,
      "scorePricing": 90,
      "score": 58,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:52.377Z",
      "verifiedStatus": 200,
      "latencyMs": 872
    },
    {
      "id": "nownodes",
      "name": "Nownodes API",
      "provider": "Nownodes",
      "category": "finance",
      "description": "Blockchain-as-a-service solution that provides high-quality connection via API",
      "longDescription": "Blockchain-as-a-service solution that provides high-quality connection via API",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://nownodes.io",
      "docsUrl": "https://nownodes.io/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 1 node access. Paid from $20/mo (5 nodes) to $399/mo (unlimited)."
      },
      "rateLimit": "Based on plan",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://nownodes.io'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 34,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:52.848Z",
      "verifiedStatus": 200,
      "latencyMs": 1301
    },
    {
      "id": "the-graph",
      "name": "The Graph API",
      "provider": "The Graph",
      "category": "finance",
      "description": "Indexing protocol for querying networks like Ethereum with GraphQL",
      "longDescription": "Indexing protocol for querying networks like Ethereum with GraphQL",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://thegraph.com",
      "docsUrl": "https://thegraph.com",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Decentralized protocol for indexing and querying blockchain data. Free query fees via hosted service. Decentralized network: ~$0.0001/query + curation rewards."
      },
      "rateLimit": "Varies by subgraph and network load",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://thegraph.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 76,
      "scorePricing": 28,
      "score": 38,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:52.406Z",
      "verifiedStatus": 200,
      "latencyMs": 831
    },
    {
      "id": "watchdata",
      "name": "Watchdata API",
      "provider": "Watchdata",
      "category": "finance",
      "description": "Provide simple and reliable API access to Ethereum blockchain",
      "longDescription": "Provide simple and reliable API access to Ethereum blockchain",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://docs.watchdata.io",
      "docsUrl": "https://docs.watchdata.io",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 1M compute units/day. Pro $49/mo. Ethereum blockchain data API."
      },
      "rateLimit": "1M compute units/day (free)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://docs.watchdata.io'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 76,
      "scorePricing": 28,
      "score": 38,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:52.410Z",
      "verifiedStatus": 200,
      "latencyMs": 832
    },
    {
      "id": "coinlayer",
      "name": "Coinlayer API",
      "provider": "Coinlayer",
      "category": "finance",
      "description": "Real-time Crypto Currency Exchange Rates",
      "longDescription": "Real-time Crypto Currency Exchange Rates",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://coinlayer.com",
      "docsUrl": "https://coinlayer.com?utm_source=Github&utm_medium=Referral&utm_campaign=Public-apis-repo-Best-sellers",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Cryptocurrency exchange rates. Free: 100 requests/month. Basic $9.99/mo (10K req). Professional $39.99/mo. Business $79.99/mo."
      },
      "rateLimit": "100 req/month (free)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://coinlayer.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 32,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:56.208Z",
      "verifiedStatus": 200,
      "latencyMs": 1175
    },
    {
      "id": "0x",
      "name": "0x API",
      "provider": "0x",
      "category": "finance",
      "description": "API for querying token and pool stats across various liquidity pools",
      "longDescription": "API for querying token and pool stats across various liquidity pools",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://0x.org",
      "docsUrl": "https://0x.org/api",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://0x.org'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 90,
      "score": 52,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:56.246Z",
      "verifiedStatus": 200,
      "latencyMs": 1182
    },
    {
      "id": "1inch",
      "name": "1inch API",
      "provider": "1inch",
      "category": "finance",
      "description": "API for querying decentralize exchange",
      "longDescription": "API for querying decentralize exchange",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://1inch.io",
      "docsUrl": "https://1inch.io/api/",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://1inch.io'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 40,
      "scorePricing": 90,
      "score": 45,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:57.318Z",
      "verifiedStatus": 200,
      "latencyMs": 2009
    },
    {
      "id": "alchemy-ethereum",
      "name": "Alchemy Ethereum API",
      "provider": "Alchemy Ethereum",
      "category": "finance",
      "description": "Learn how to use Node APIs, Data APIs, Webhooks, Smart Wallets and Rollups to create powerful onchain experiences.",
      "longDescription": "Learn how to use Node APIs, Data APIs, Webhooks, Smart Wallets and Rollups to create powerful onchain experiences.",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://docs.alchemy.com",
      "docsUrl": "https://docs.alchemy.com/alchemy/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 30M compute units/month, 500 CUs/s. Pay-as-you-go: $0.45/M CUs (first 300M), $0.40/M after. Growth $49/mo, Scale $99/mo."
      },
      "rateLimit": "500 CUs/s (free) · Higher on paid",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://docs.alchemy.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 26,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:57.338Z",
      "verifiedStatus": 200,
      "latencyMs": 2023
    },
    {
      "id": "bitcambio",
      "name": "Bitcambio API",
      "provider": "Bitcambio",
      "category": "finance",
      "description": "Get the list of all traded assets in the exchange",
      "longDescription": "Get the list of all traded assets in the exchange",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://nova.bitcambio.com.br",
      "docsUrl": "https://nova.bitcambio.com.br/api/v3/docs#a-public",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://nova.bitcambio.com.br'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 30,
      "scorePricing": 90,
      "score": 42,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:56.508Z",
      "verifiedStatus": 403,
      "latencyMs": 1160
    },
    {
      "id": "bitcoinaverage",
      "name": "BitcoinAverage API",
      "provider": "BitcoinAverage",
      "category": "finance",
      "description": "Digital Asset Price Data for the blockchain industry",
      "longDescription": "Digital Asset Price Data for the blockchain industry",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://apiv2.bitcoinaverage.com",
      "docsUrl": "https://apiv2.bitcoinaverage.com/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 1 req/min, 7-day data. Paid from $9/mo (24h delay) to $49/mo (real-time)."
      },
      "rateLimit": "1 req/min (free)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://apiv2.bitcoinaverage.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 34,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:56.687Z",
      "verifiedStatus": 200,
      "latencyMs": 1313
    },
    {
      "id": "bitfinex",
      "name": "Bitfinex API",
      "provider": "Bitfinex",
      "category": "finance",
      "description": "What is an API?\nAPI is short for Application Programming Interface. An API provides a means for one application to interact with another according to a set of rules. This set of rules can be found in the API documentation and describes how an application can interact with our exchange.\nWhat is the i…",
      "longDescription": "What is an API?\nAPI is short for Application Programming Interface. An API provides a means for one application to interact with another according to a set of rules. This set of rules can be found in the API documentation and describes how an application can interact with our exchange.\nWhat is the i…",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://docs.bitfinex.com",
      "docsUrl": "https://docs.bitfinex.com/docs",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free public API access. Trading fees: maker 0.10%/taker 0.20% (decreases with volume). Margin trading, derivatives, and funding available."
      },
      "rateLimit": "90 req/min (public) · 90 req/min (private)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://docs.bitfinex.com'",
      "sampleResponse": "{}",
      "scoreDepth": 28,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 32,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:58.686Z",
      "verifiedStatus": 200,
      "latencyMs": 3185
    },
    {
      "id": "bitmex",
      "name": "Bitmex API",
      "provider": "Bitmex",
      "category": "finance",
      "description": "Real-Time Cryptocurrency derivatives trading platform based in Hong Kong",
      "longDescription": "Real-Time Cryptocurrency derivatives trading platform based in Hong Kong",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://www.bitmex.com",
      "docsUrl": "https://www.bitmex.com/app/apiOverview",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free public API access. Trading fees: maker -0.010%/taker 0.075% (perpetuals). WebSocket and REST endpoints available."
      },
      "rateLimit": "120 req/min (unauthenticated) · 300 req/min (authenticated)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.bitmex.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 34,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:56.701Z",
      "verifiedStatus": 200,
      "latencyMs": 1170
    },
    {
      "id": "bittrex",
      "name": "Bittrex API",
      "provider": "Bittrex",
      "category": "finance",
      "description": "Next Generation Crypto Trading Platform",
      "longDescription": "Next Generation Crypto Trading Platform",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://bittrex.github.io",
      "docsUrl": "https://bittrex.github.io/api/v3",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free public market data API. Trading fees: 0.35% per trade (flat rate). Note: Bittrex ceased operations in December 2023."
      },
      "rateLimit": "60 req/min",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://bittrex.github.io'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 30,
      "scorePricing": 28,
      "score": 23,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:56.713Z",
      "verifiedStatus": 404,
      "latencyMs": 1063
    },
    {
      "id": "block",
      "name": "Block API",
      "provider": "Block",
      "category": "finance",
      "description": "Bitcoin Payment, Wallet & Transaction Data",
      "longDescription": "Bitcoin Payment, Wallet & Transaction Data",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://block.io",
      "docsUrl": "https://block.io/docs/basic",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free with Block (formerly Square) developer account. Transaction fees apply; API access is free."
      },
      "rateLimit": "Not officially published",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://block.io'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 30,
      "scorePricing": 28,
      "score": 23,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:57.574Z",
      "verifiedStatus": 403,
      "latencyMs": 1808
    },
    {
      "id": "blockchain",
      "name": "Blockchain API",
      "provider": "Blockchain",
      "category": "finance",
      "description": "Bitcoin Payment, Wallet & Transaction Data",
      "longDescription": "Bitcoin Payment, Wallet & Transaction Data",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://www.blockchain.com",
      "docsUrl": "https://www.blockchain.com/api",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free for basic blockchain data. Wallet API requires account. No paid tiers for data endpoints."
      },
      "rateLimit": "Not officially published",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.blockchain.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 32,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:56.901Z",
      "verifiedStatus": 200,
      "latencyMs": 1083
    },
    {
      "id": "blockfrost-cardano",
      "name": "blockfrost Cardano API",
      "provider": "blockfrost Cardano",
      "category": "finance",
      "description": "Interaction with the Cardano mainnet and several testnets",
      "longDescription": "Interaction with the Cardano mainnet and several testnets",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://blockfrost.io",
      "docsUrl": "https://blockfrost.io/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Cardano blockchain API. Free: 50K requests/day. Starter $10/mo: 500K req/day. Pro $30/mo: 1M req/day. Business $60/mo: 5M req/day."
      },
      "rateLimit": "50K req/day (free) · Rate-limited per tier",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://blockfrost.io'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 34,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:56.994Z",
      "verifiedStatus": 200,
      "latencyMs": 1113
    },
    {
      "id": "brave-newcoin",
      "name": "Brave NewCoin API",
      "provider": "Brave NewCoin",
      "category": "finance",
      "description": "Real-time and historic crypto data from more than 200+ exchanges",
      "longDescription": "Real-time and historic crypto data from more than 200+ exchanges",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://bravenewcoin.com",
      "docsUrl": "https://bravenewcoin.com/developers",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 1,000 req/day. Pro $99/mo (50,000 req/day). Enterprise custom pricing."
      },
      "rateLimit": "1,000 req/day (free)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://bravenewcoin.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 76,
      "scorePricing": 28,
      "score": 38,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:57.054Z",
      "verifiedStatus": 200,
      "latencyMs": 864
    },
    {
      "id": "btcturk",
      "name": "BtcTurk API",
      "provider": "BtcTurk",
      "category": "finance",
      "description": "Real-time cryptocurrency data, graphs and API that allows buy&sell",
      "longDescription": "Real-time cryptocurrency data, graphs and API that allows buy&sell",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://docs.btcturk.com",
      "docsUrl": "https://docs.btcturk.com/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free public market data API. Turkish crypto exchange. Trading fees: 0.18%/0.25% (maker/taker). Turkish lira pairs supported."
      },
      "rateLimit": "500 req/min",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://docs.btcturk.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 34,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:57.359Z",
      "verifiedStatus": 200,
      "latencyMs": 1151
    },
    {
      "id": "bybit",
      "name": "Bybit API",
      "provider": "Bybit",
      "category": "finance",
      "description": "Cryptocurrency data feed and algorithmic trading",
      "longDescription": "Cryptocurrency data feed and algorithmic trading",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://bybit-exchange.github.io",
      "docsUrl": "https://bybit-exchange.github.io/docs/linear/#t-introduction",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free API access for market data. Spot trading: maker 0.010%/taker 0.055%. Derivatives: maker -0.010%/taker 0.060%. No API subscription fee."
      },
      "rateLimit": "600 req/5s (IP-based) · 10 orders/s (trading)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://bybit-exchange.github.io'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 38,
      "scorePricing": 28,
      "score": 25,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:57.026Z",
      "verifiedStatus": 404,
      "latencyMs": 779
    },
    {
      "id": "coin",
      "name": "CoinAPI API",
      "provider": "CoinAPI",
      "category": "finance",
      "description": "All Currency Exchanges integrate under a single api",
      "longDescription": "All Currency Exchanges integrate under a single api",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://docs.coinapi.io",
      "docsUrl": "https://docs.coinapi.io/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: limited data. Paid plans for comprehensive cryptocurrency data."
      },
      "rateLimit": "Varies by plan",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://docs.coinapi.io'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 76,
      "scorePricing": 28,
      "score": 38,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:57.120Z",
      "verifiedStatus": 200,
      "latencyMs": 809
    },
    {
      "id": "coinbase",
      "name": "Coinbase API",
      "provider": "Coinbase",
      "category": "finance",
      "description": "Bitcoin, Bitcoin Cash, Litecoin and Ethereum Prices",
      "longDescription": "Bitcoin, Bitcoin Cash, Litecoin and Ethereum Prices",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://developers.coinbase.com",
      "docsUrl": "https://developers.coinbase.com",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free for public market data. Advanced Trade: maker 0.60%/taker 0.80% at base tier, decreasing with volume. Institutional (Prime): custom pricing."
      },
      "rateLimit": "10 req/s (public) · 15 req/s (private)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://developers.coinbase.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 28,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:58.377Z",
      "verifiedStatus": 200,
      "latencyMs": 2050
    },
    {
      "id": "coinbase-pro",
      "name": "Coinbase Pro API",
      "provider": "Coinbase Pro",
      "category": "finance",
      "description": "Cryptocurrency Trading Platform",
      "longDescription": "Cryptocurrency Trading Platform",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://docs.pro.coinbase.com",
      "docsUrl": "https://docs.pro.coinbase.com/#api",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Coinbase Pro has merged into Coinbase Advanced Trade. Maker fees from 0%/taker fees from 0.60% depending on 30-day volume. Free for market data."
      },
      "rateLimit": "10 req/s (public) · 15 req/s (private)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://docs.pro.coinbase.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 20,
      "scorePricing": 28,
      "score": 20,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:01.068Z",
      "verifiedStatus": 200,
      "latencyMs": 4732
    },
    {
      "id": "coincap",
      "name": "CoinCap API",
      "provider": "CoinCap",
      "category": "finance",
      "description": "Real time Cryptocurrency prices through a RESTful API",
      "longDescription": "Real time Cryptocurrency prices through a RESTful API",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://docs.coincap.io",
      "docsUrl": "https://docs.coincap.io/",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://docs.coincap.io'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 40,
      "scorePricing": 90,
      "score": 46,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:58.943Z",
      "verifiedStatus": 200,
      "latencyMs": 2434
    },
    {
      "id": "coindcx",
      "name": "CoinDCX API",
      "provider": "CoinDCX",
      "category": "finance",
      "description": "Cryptocurrency Trading Platform",
      "longDescription": "Cryptocurrency Trading Platform",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://docs.coindcx.com",
      "docsUrl": "https://docs.coindcx.com/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free with CoinDCX account. Indian crypto exchange API; no paid API tiers."
      },
      "rateLimit": "100 req/min",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://docs.coindcx.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 32,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:57.758Z",
      "verifiedStatus": 200,
      "latencyMs": 1071
    },
    {
      "id": "coinigy",
      "name": "Coinigy API",
      "provider": "Coinigy",
      "category": "finance",
      "description": "Interacting with Coinigy Accounts and Exchange Directly",
      "longDescription": "Interacting with Coinigy Accounts and Exchange Directly",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://coinigy.docs.apiary.io",
      "docsUrl": "https://coinigy.docs.apiary.io",
      "hasFreeTier": false,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Paid subscription. Starter $18.66/mo, Premium $79/mo (includes API access)."
      },
      "rateLimit": "1,000 req/min (paid)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://coinigy.docs.apiary.io'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 76,
      "scorePricing": 28,
      "score": 38,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:57.681Z",
      "verifiedStatus": 200,
      "latencyMs": 980
    },
    {
      "id": "coinlore",
      "name": "Coinlore API",
      "provider": "Coinlore",
      "category": "finance",
      "description": "Cryptocurrencies prices, volume and more",
      "longDescription": "Cryptocurrencies prices, volume and more",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://www.coinlore.com",
      "docsUrl": "https://www.coinlore.com/cryptocurrency-data-api",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.coinlore.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 76,
      "scorePricing": 90,
      "score": 55,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:57.665Z",
      "verifiedStatus": 200,
      "latencyMs": 952
    },
    {
      "id": "coinpaprika",
      "name": "Coinpaprika API",
      "provider": "Coinpaprika",
      "category": "finance",
      "description": "Cryptocurrencies prices, volume and more",
      "longDescription": "Cryptocurrencies prices, volume and more",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://api.coinpaprika.com",
      "docsUrl": "https://api.coinpaprika.com",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://api.coinpaprika.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 40,
      "scorePricing": 90,
      "score": 45,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:58.960Z",
      "verifiedStatus": 200,
      "latencyMs": 2159
    },
    {
      "id": "coinremitter",
      "name": "Coinremitter API",
      "provider": "Coinremitter",
      "category": "finance",
      "description": "Accept crypto payments for your business with Coinremitter, the world’s most affordable crypto payment gateway with just 0.23% crypto processing fees.",
      "longDescription": "Accept crypto payments for your business with Coinremitter, the world’s most affordable crypto payment gateway with just 0.23% crypto processing fees.",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://coinremitter.com",
      "docsUrl": "https://coinremitter.com/docs",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free to use. No API fees; charges are transaction-based (0.23% per transaction)."
      },
      "rateLimit": "Not officially published",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://coinremitter.com'",
      "sampleResponse": "{}",
      "scoreDepth": 25,
      "scoreLatency": 76,
      "scorePricing": 28,
      "score": 41,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:57.760Z",
      "verifiedStatus": 200,
      "latencyMs": 859
    },
    {
      "id": "crypt",
      "name": "CryptAPI API",
      "provider": "CryptAPI",
      "category": "finance",
      "description": "Explore our documentation to integrate CryptAPI cryptocurrency payment solutions. Get started with no-code solutions and API integrations.",
      "longDescription": "Explore our documentation to integrate CryptAPI cryptocurrency payment solutions. Get started with no-code solutions and API integrations.",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://docs.cryptapi.io",
      "docsUrl": "https://docs.cryptapi.io/",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://docs.cryptapi.io'",
      "sampleResponse": "{}",
      "scoreDepth": 21,
      "scoreLatency": 60,
      "scorePricing": 90,
      "score": 53,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:58.233Z",
      "verifiedStatus": 200,
      "latencyMs": 1239
    },
    {
      "id": "cryptomarket",
      "name": "CryptoMarket API",
      "provider": "CryptoMarket",
      "category": "finance",
      "description": "Cryptocurrencies Trading platform",
      "longDescription": "Cryptocurrencies Trading platform",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://api.exchange.cryptomkt.com",
      "docsUrl": "https://api.exchange.cryptomkt.com/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free and open. CryptoMarket exchange API for Chilean/Argentinian crypto markets."
      },
      "rateLimit": "Not officially published",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://api.exchange.cryptomkt.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 76,
      "scorePricing": 28,
      "score": 37,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:57.910Z",
      "verifiedStatus": 200,
      "latencyMs": 884
    },
    {
      "id": "cryptonator",
      "name": "Cryptonator API",
      "provider": "Cryptonator",
      "category": "finance",
      "description": "Cryptocurrencies Exchange Rates",
      "longDescription": "Cryptocurrencies Exchange Rates",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://www.cryptonator.com",
      "docsUrl": "https://www.cryptonator.com/api/",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.cryptonator.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 40,
      "scorePricing": 90,
      "score": 45,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:59.506Z",
      "verifiedStatus": 200,
      "latencyMs": 2452
    },
    {
      "id": "dydx",
      "name": "dYdX API",
      "provider": "dYdX",
      "category": "finance",
      "description": "Explore the official dYdX documentation for developers and traders.",
      "longDescription": "Explore the official dYdX documentation for developers and traders.",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://docs.dydx.exchange",
      "docsUrl": "https://docs.dydx.exchange/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free and open. dYdX decentralized exchange API for market data and trading."
      },
      "rateLimit": "100 req/10s",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://docs.dydx.exchange'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 26,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:59.384Z",
      "verifiedStatus": 200,
      "latencyMs": 2264
    },
    {
      "id": "ftx",
      "name": "FTX API",
      "provider": "FTX",
      "category": "finance",
      "description": "Complete REST, websocket, and FTX APIs to suit your algorithmic trading needs",
      "longDescription": "Complete REST, websocket, and FTX APIs to suit your algorithmic trading needs",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://docs.ftx.com",
      "docsUrl": "https://docs.ftx.com/",
      "hasFreeTier": false,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "FTX exchange collapsed in November 2022 and is no longer operational. API no longer available."
      },
      "rateLimit": "N/A — exchange no longer operational",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://docs.ftx.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 28,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:59.343Z",
      "verifiedStatus": 200,
      "latencyMs": 2221
    },
    {
      "id": "gateio",
      "name": "Gateio API",
      "provider": "Gateio",
      "category": "finance",
      "description": "API provides spot, margin and futures trading operations",
      "longDescription": "API provides spot, margin and futures trading operations",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://www.gate.io",
      "docsUrl": "https://www.gate.io/api2",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free public API. Spot trading: maker 0.20%/taker 0.20% (decreases with GT token holdings or volume). Futures and options available."
      },
      "rateLimit": "900 req/s (HTTP) · 200 req/s (private)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.gate.io'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 28,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:00.275Z",
      "verifiedStatus": 200,
      "latencyMs": 2957
    },
    {
      "id": "hirak-exchange-rates",
      "name": "Hirak Exchange Rates API",
      "provider": "Hirak Exchange Rates",
      "category": "finance",
      "description": "Exchange rates between 162 currency & 300 crypto currency update each 5 min, accurate, no limits",
      "longDescription": "Exchange rates between 162 currency & 300 crypto currency update each 5 min, accurate, no limits",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://rates.hirak.site",
      "docsUrl": "https://rates.hirak.site/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free with API key for exchange rate data."
      },
      "rateLimit": "Not officially published",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://rates.hirak.site'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 30,
      "scorePricing": 28,
      "score": 25,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:58.935Z",
      "verifiedStatus": 429,
      "latencyMs": 1597
    },
    {
      "id": "huobi",
      "name": "Huobi API",
      "provider": "Huobi",
      "category": "finance",
      "description": "Seychelles based cryptocurrency exchange",
      "longDescription": "Seychelles based cryptocurrency exchange",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://huobiapi.github.io",
      "docsUrl": "https://huobiapi.github.io/docs/spot/v1/en/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free public market data. Spot trading: maker 0.20%/taker 0.20% base (reduced with HT token). Rebranded to HTX in 2023."
      },
      "rateLimit": "100 req/s (public) · 100 req/s (private)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://huobiapi.github.io'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 30,
      "scorePricing": 28,
      "score": 23,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:58.641Z",
      "verifiedStatus": 404,
      "latencyMs": 1282
    },
    {
      "id": "infura-ethereum",
      "name": "INFURA Ethereum API",
      "provider": "INFURA Ethereum",
      "category": "finance",
      "description": "Interaction with the Ethereum mainnet and several testnets",
      "longDescription": "Interaction with the Ethereum mainnet and several testnets",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://infura.io",
      "docsUrl": "https://infura.io/product/ethereum",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 100K requests/day (3 networks). Developer $50/mo: 1M req/day. Team $225/mo: 10M req/day. Growth $1,000/mo: 100M req/day."
      },
      "rateLimit": "100K req/day (free) · Higher on paid",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://infura.io'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 28,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:00.324Z",
      "verifiedStatus": 200,
      "latencyMs": 2749
    },
    {
      "id": "kucoin",
      "name": "KuCoin API",
      "provider": "KuCoin",
      "category": "finance",
      "description": "Cryptocurrency Trading Platform",
      "longDescription": "Cryptocurrency Trading Platform",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://docs.kucoin.com",
      "docsUrl": "https://docs.kucoin.com/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free public market data API. Spot trading: maker 0.10%/taker 0.10% base (with KCS discount available). Futures available."
      },
      "rateLimit": "1,800 req/min (public) · 1,800 req/min (private)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://docs.kucoin.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 26,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:00.873Z",
      "verifiedStatus": 200,
      "latencyMs": 3207
    },
    {
      "id": "localbitcoins",
      "name": "Localbitcoins API",
      "provider": "Localbitcoins",
      "category": "finance",
      "description": "P2P platform to buy and sell Bitcoins",
      "longDescription": "P2P platform to buy and sell Bitcoins",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://localbitcoins.com",
      "docsUrl": "https://localbitcoins.com/api-docs/",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://localbitcoins.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 60,
      "scorePricing": 90,
      "score": 51,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:59.131Z",
      "verifiedStatus": 200,
      "latencyMs": 1450
    },
    {
      "id": "mempool",
      "name": "Mempool API",
      "provider": "Mempool",
      "category": "finance",
      "description": "Bitcoin API Service focusing on the transaction fee",
      "longDescription": "Bitcoin API Service focusing on the transaction fee",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://mempool.space",
      "docsUrl": "https://mempool.space/api",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://mempool.space'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 90,
      "score": 52,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:59.040Z",
      "verifiedStatus": 200,
      "latencyMs": 1318
    },
    {
      "id": "mercadobitcoin",
      "name": "MercadoBitcoin API",
      "provider": "MercadoBitcoin",
      "category": "finance",
      "description": "O MB é a maior plataforma de investimentos em ativos digitais da América Latina e conta com um portfólio amplo para você descomplicar sua vida financeira.",
      "longDescription": "O MB é a maior plataforma de investimentos em ativos digitais da América Latina e conta com um portfólio amplo para você descomplicar sua vida financeira.",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://www.mercadobitcoin.com.br",
      "docsUrl": "https://www.mercadobitcoin.com.br/api-doc/",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.mercadobitcoin.com.br'",
      "sampleResponse": "{}",
      "scoreDepth": 25,
      "scoreLatency": 60,
      "scorePricing": 90,
      "score": 55,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:59.001Z",
      "verifiedStatus": 200,
      "latencyMs": 1243
    },
    {
      "id": "messari",
      "name": "Messari API",
      "provider": "Messari",
      "category": "finance",
      "description": "Provides API endpoints for thousands of crypto assets",
      "longDescription": "Provides API endpoints for thousands of crypto assets",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://messari.io",
      "docsUrl": "https://messari.io/api",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://messari.io'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 30,
      "scorePricing": 90,
      "score": 43,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:59.090Z",
      "verifiedStatus": 429,
      "latencyMs": 1330
    },
    {
      "id": "novadax",
      "name": "NovaDax API",
      "provider": "NovaDax",
      "category": "finance",
      "description": "NovaDAX API to access all market data, trading management endpoints",
      "longDescription": "NovaDAX API to access all market data, trading management endpoints",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://doc.novadax.com",
      "docsUrl": "https://doc.novadax.com/en-US/#introduction",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free with NovaDax account. Brazilian crypto exchange API; no API fees."
      },
      "rateLimit": "60 req/min",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://doc.novadax.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 28,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:01.453Z",
      "verifiedStatus": 200,
      "latencyMs": 3543
    },
    {
      "id": "poloniex",
      "name": "Poloniex API",
      "provider": "Poloniex",
      "category": "finance",
      "description": "US based digital asset exchange",
      "longDescription": "US based digital asset exchange",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://docs.poloniex.com",
      "docsUrl": "https://docs.poloniex.com",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free public API. Spot trading fees: maker 0.145%/taker 0.155% (varies by volume tier). Note: operations significantly reduced since 2023."
      },
      "rateLimit": "6 req/s (public)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://docs.poloniex.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 26,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:01.043Z",
      "verifiedStatus": 200,
      "latencyMs": 2810
    },
    {
      "id": "solana-json-rpc",
      "name": "Solana JSON RPC API",
      "provider": "Solana JSON RPC",
      "category": "finance",
      "description": "Provides various endpoints to interact with the Solana Blockchain",
      "longDescription": "Provides various endpoints to interact with the Solana Blockchain",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://docs.solana.com",
      "docsUrl": "https://docs.solana.com/developing/clients/jsonrpc-api",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://docs.solana.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 90,
      "score": 52,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:18:59.652Z",
      "verifiedStatus": 200,
      "latencyMs": 1274
    },
    {
      "id": "technical-analysis",
      "name": "Technical Analysis API",
      "provider": "Technical Analysis",
      "category": "finance",
      "description": "Cryptocurrency prices and technical analysis",
      "longDescription": "Cryptocurrency prices and technical analysis",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://technical-analysis-api.com",
      "docsUrl": "https://technical-analysis-api.com",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Freemium via RapidAPI. Free tier available; paid plans from ~$9.99/mo."
      },
      "rateLimit": "Varies by RapidAPI plan",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://technical-analysis-api.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 32,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:00.539Z",
      "verifiedStatus": 200,
      "latencyMs": 1898
    },
    {
      "id": "zmok",
      "name": "ZMOK API",
      "provider": "ZMOK",
      "category": "finance",
      "description": "Ethereum JSON RPC API and Web3 provider",
      "longDescription": "Ethereum JSON RPC API and Web3 provider",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://zmok.io",
      "docsUrl": "https://zmok.io",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://zmok.io'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 60,
      "scorePricing": 90,
      "score": 51,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:00.180Z",
      "verifiedStatus": 200,
      "latencyMs": 1494
    },
    {
      "id": "currencylayer",
      "name": "Currencylayer API",
      "provider": "Currencylayer",
      "category": "finance",
      "description": "Free and startup-friendly currency converter JSON API for real-time and historical exchange rates - reliable and accurate, supporting 168 world currencies.",
      "longDescription": "Free and startup-friendly currency converter JSON API for real-time and historical exchange rates - reliable and accurate, supporting 168 world currencies.",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://currencylayer.com",
      "docsUrl": "https://currencylayer.com?utm_source=Github&utm_medium=Referral&utm_campaign=Public-apis-repo-Best-sellers",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 100 requests/month (USD base, hourly updates). Basic $9.99/mo (10K req, all currencies). Professional $39.99/mo. Enterprise custom."
      },
      "rateLimit": "100 req/month (free) · Hourly updates on free",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://currencylayer.com'",
      "sampleResponse": "{}",
      "scoreDepth": 25,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 36,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:00.339Z",
      "verifiedStatus": 200,
      "latencyMs": 1404
    },
    {
      "id": "exchangerate-host",
      "name": "Exchangerate.host API",
      "provider": "Exchangerate.host",
      "category": "finance",
      "description": "Free foreign exchange & crypto rates API",
      "longDescription": "Free foreign exchange & crypto rates API",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://exchangerate.host",
      "docsUrl": "https://exchangerate.host?utm_source=Github&utm_medium=Referral&utm_campaign=Public-apis-repo-Best-sellers",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://exchangerate.host'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 60,
      "scorePricing": 90,
      "score": 51,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:00.346Z",
      "verifiedStatus": 200,
      "latencyMs": 1403
    },
    {
      "id": "exchangeratesapi-io",
      "name": "Exchangeratesapi.io API",
      "provider": "Exchangeratesapi.io",
      "category": "finance",
      "description": "Access accurate exchange rate data with ExchangeRatesAPI. Our free API provides reliable rates for 170+ currencies, updated every 60 minutes. Get started now!",
      "longDescription": "Access accurate exchange rate data with ExchangeRatesAPI. Our free API provides reliable rates for 170+ currencies, updated every 60 minutes. Get started now!",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://exchangeratesapi.io",
      "docsUrl": "https://exchangeratesapi.io?utm_source=Github&utm_medium=Referral&utm_campaign=Public-apis-repo-Best-sellers",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 100 req/month (EUR base). Basic €9.99/mo (10K req). Professional €39.99/mo. Premium €79.99/mo. Business custom."
      },
      "rateLimit": "100 req/month (free)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://exchangeratesapi.io'",
      "sampleResponse": "{}",
      "scoreDepth": 25,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 36,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:00.312Z",
      "verifiedStatus": 200,
      "latencyMs": 1351
    },
    {
      "id": "bank-of-russia",
      "name": "Bank of Russia API",
      "provider": "Bank of Russia",
      "category": "finance",
      "description": "Exchange rates and currency conversion",
      "longDescription": "Exchange rates and currency conversion",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://www.cbr.ru",
      "docsUrl": "https://www.cbr.ru/development/SXML/",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.cbr.ru'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 40,
      "scorePricing": 90,
      "score": 45,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:01.289Z",
      "verifiedStatus": 200,
      "latencyMs": 2288
    },
    {
      "id": "currencyfreaks",
      "name": "CurrencyFreaks API",
      "provider": "CurrencyFreaks",
      "category": "finance",
      "description": "Provides current and historical currency exchange rates with free plan 1K requests/month",
      "longDescription": "Provides current and historical currency exchange rates with free plan 1K requests/month",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://currencyfreaks.com",
      "docsUrl": "https://currencyfreaks.com/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 1,000 req/month (1 req/min). Startup $7.99/mo (50K req). Professional $39.99/mo (500K req). Enterprise custom."
      },
      "rateLimit": "1 req/min (free) · Scales with plan",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://currencyfreaks.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 34,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:00.464Z",
      "verifiedStatus": 200,
      "latencyMs": 1423
    },
    {
      "id": "currencyscoop",
      "name": "CurrencyScoop API",
      "provider": "CurrencyScoop",
      "category": "finance",
      "description": "Real-time and historical currency rates JSON API",
      "longDescription": "Real-time and historical currency rates JSON API",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://currencyscoop.com",
      "docsUrl": "https://currencyscoop.com/api-documentation",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 100 req/month. Developer $5.99/mo (10K req/mo). Professional $39.99/mo. Enterprise custom. EUR base only on free tier."
      },
      "rateLimit": "100 req/month (free)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://currencyscoop.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 26,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:02.048Z",
      "verifiedStatus": 200,
      "latencyMs": 3003
    },
    {
      "id": "economia-awesome",
      "name": "Economia.Awesome API",
      "provider": "Economia.Awesome",
      "category": "finance",
      "description": "Portuguese free currency prices and conversion with no rate limits",
      "longDescription": "Portuguese free currency prices and conversion with no rate limits",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://docs.awesomeapi.com.br",
      "docsUrl": "https://docs.awesomeapi.com.br/api-de-moedas",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://docs.awesomeapi.com.br'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 90,
      "score": 52,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:00.618Z",
      "verifiedStatus": 200,
      "latencyMs": 1528
    },
    {
      "id": "frankfurter",
      "name": "Frankfurter API",
      "provider": "Frankfurter",
      "category": "finance",
      "description": "Exchange rates, currency conversion and time series",
      "longDescription": "Exchange rates, currency conversion and time series",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://www.frankfurter.app",
      "docsUrl": "https://www.frankfurter.app/docs",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.frankfurter.app'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 40,
      "scorePricing": 90,
      "score": 46,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:01.796Z",
      "verifiedStatus": 200,
      "latencyMs": 2664
    },
    {
      "id": "freeforex",
      "name": "FreeForexAPI API",
      "provider": "FreeForexAPI",
      "category": "finance",
      "description": "Real-time foreign exchange rates for major currency pairs",
      "longDescription": "Real-time foreign exchange rates for major currency pairs",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://freeforexapi.com",
      "docsUrl": "https://freeforexapi.com/Home/Api",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://freeforexapi.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 90,
      "score": 52,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:00.686Z",
      "verifiedStatus": 200,
      "latencyMs": 1343
    },
    {
      "id": "national-bank-of-poland",
      "name": "National Bank of Poland API",
      "provider": "National Bank of Poland",
      "category": "finance",
      "description": "A collection of currency exchange rates (data in XML and JSON)",
      "longDescription": "A collection of currency exchange rates (data in XML and JSON)",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "http://api.nbp.pl",
      "docsUrl": "http://api.nbp.pl/en.html",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'http://api.nbp.pl'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 90,
      "score": 52,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:01.259Z",
      "verifiedStatus": 200,
      "latencyMs": 1875
    },
    {
      "id": "vatcomply-com",
      "name": "VATComply.com API",
      "provider": "VATComply.com",
      "category": "finance",
      "description": "Exchange rates, geolocation and VAT number validation",
      "longDescription": "Exchange rates, geolocation and VAT number validation",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://www.vatcomply.com",
      "docsUrl": "https://www.vatcomply.com/documentation",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.vatcomply.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 90,
      "score": 52,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:01.033Z",
      "verifiedStatus": 200,
      "latencyMs": 1527
    },
    {
      "id": "marketstack",
      "name": "Marketstack API",
      "provider": "Marketstack",
      "category": "finance",
      "description": "Real-Time, Intraday & Historical Market Data API",
      "longDescription": "Real-Time, Intraday & Historical Market Data API",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://marketstack.com",
      "docsUrl": "https://marketstack.com/?utm_source=Github&utm_medium=Referral&utm_campaign=Public-apis-repo-Best-sellers",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 100 requests/month (EOD data, 1 exchange). Basic $14.99/mo (10K req/mo). Professional $49.99/mo. Business $149.99/mo. Enterprise custom."
      },
      "rateLimit": "100 req/month (free)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://marketstack.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 32,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:08.443Z",
      "verifiedStatus": 200,
      "latencyMs": 1447
    },
    {
      "id": "aletheia",
      "name": "Aletheia API",
      "provider": "Aletheia",
      "category": "finance",
      "description": "Insider trading data, earnings call analysis, financial statements, and more",
      "longDescription": "Insider trading data, earnings call analysis, financial statements, and more",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://aletheiaapi.com",
      "docsUrl": "https://aletheiaapi.com/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free and open. SEC EDGAR financial filings API; government data."
      },
      "rateLimit": "Not officially published",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://aletheiaapi.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 34,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:08.452Z",
      "verifiedStatus": 200,
      "latencyMs": 1223
    },
    {
      "id": "alpaca",
      "name": "Alpaca API",
      "provider": "Alpaca",
      "category": "finance",
      "description": "Realtime and historical market data on all US equities and ETFs",
      "longDescription": "Realtime and historical market data on all US equities and ETFs",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://alpaca.markets",
      "docsUrl": "https://alpaca.markets/docs/api-documentation/api-v2/market-data/alpaca-data-api-v2/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Commission-free trading via API. Market data: free IEX feed (delayed); real-time from $9/mo (unlimited). No subscription fee for trading API."
      },
      "rateLimit": "200 req/min (standard) · 1,000 req/min (with data plan)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://alpaca.markets'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 34,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:08.548Z",
      "verifiedStatus": 200,
      "latencyMs": 1261
    },
    {
      "id": "banco-do-brasil",
      "name": "Banco do Brasil API",
      "provider": "Banco do Brasil",
      "category": "finance",
      "description": "All Banco do Brasil financial transaction APIs",
      "longDescription": "All Banco do Brasil financial transaction APIs",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "oauth2",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://developers.bb.com.br",
      "docsUrl": "https://developers.bb.com.br/home",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free with developer account. Brazilian bank API for financial services."
      },
      "rateLimit": "Based on account type",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://developers.bb.com.br'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 10,
      "scorePricing": 28,
      "score": 17,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:11.527Z",
      "verifiedStatus": 403,
      "latencyMs": 4235
    },
    {
      "id": "binlist",
      "name": "Binlist API",
      "provider": "Binlist",
      "category": "finance",
      "description": "Public access to a database of IIN/BIN information",
      "longDescription": "Public access to a database of IIN/BIN information",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://binlist.net",
      "docsUrl": "https://binlist.net/",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://binlist.net'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 90,
      "score": 52,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:08.634Z",
      "verifiedStatus": 200,
      "latencyMs": 1145
    },
    {
      "id": "boleto-cloud",
      "name": "Boleto.Cloud API",
      "provider": "Boleto.Cloud",
      "category": "finance",
      "description": "Emita Grátis Boletos Registrados com Pix. Plataforma multibancos com API unificada, automação de recorrência, notificações e 2ª via. Receba direto na conta.",
      "longDescription": "Emita Grátis Boletos Registrados com Pix. Plataforma multibancos com API unificada, automação de recorrência, notificações e 2ª via. Receba direto na conta.",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://boleto.cloud",
      "docsUrl": "https://boleto.cloud/",
      "hasFreeTier": false,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Pay-as-you-go. Brazilian bank slip (boleto) generation; pricing per boleto issued."
      },
      "rateLimit": "Not officially published",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://boleto.cloud'",
      "sampleResponse": "{}",
      "scoreDepth": 25,
      "scoreLatency": 76,
      "scorePricing": 28,
      "score": 41,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:08.796Z",
      "verifiedStatus": 200,
      "latencyMs": 582
    },
    {
      "id": "fed-treasury",
      "name": "Fed Treasury API",
      "provider": "Fed Treasury",
      "category": "finance",
      "description": "With historical and current data, Fiscal Data is your hub for fiscal data. Download datasets on topics such as debt, interest rates, and more.",
      "longDescription": "With historical and current data, Fiscal Data is your hub for fiscal data. Download datasets on topics such as debt, interest rates, and more.",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://fiscaldata.treasury.gov",
      "docsUrl": "https://fiscaldata.treasury.gov/api-documentation/",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://fiscaldata.treasury.gov'",
      "sampleResponse": "{}",
      "scoreDepth": 21,
      "scoreLatency": 60,
      "scorePricing": 90,
      "score": 53,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:09.277Z",
      "verifiedStatus": 200,
      "latencyMs": 1011
    },
    {
      "id": "finage",
      "name": "Finage API",
      "provider": "Finage",
      "category": "finance",
      "description": "Finage is a stock, currency, cryptocurrency, indices, and ETFs real-time & historical data provider",
      "longDescription": "Finage is a stock, currency, cryptocurrency, indices, and ETFs real-time & historical data provider",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://finage.co.uk",
      "docsUrl": "https://finage.co.uk",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Real-time global market data (stocks, forex, crypto). Free: 3,000 requests. Starter $6.99/mo (30K req/mo). Grow $19.99/mo (150K req). Business $99.99/mo."
      },
      "rateLimit": "3,000 total (free)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://finage.co.uk'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 76,
      "scorePricing": 28,
      "score": 38,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:09.250Z",
      "verifiedStatus": 200,
      "latencyMs": 912
    },
    {
      "id": "financial-modeling-prep",
      "name": "Financial Modeling Prep API",
      "provider": "Financial Modeling Prep",
      "category": "finance",
      "description": "Realtime and historical stock data",
      "longDescription": "Realtime and historical stock data",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://site.financialmodelingprep.com",
      "docsUrl": "https://site.financialmodelingprep.com/developer/docs",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 250 req/day (limited symbols, EOD data only). Starter $19/mo: unlimited real-time US data. Premium adds global coverage, earnings, technicals."
      },
      "rateLimit": "250 req/day (free) · Varies by plan",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://site.financialmodelingprep.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 38,
      "scorePricing": 28,
      "score": 25,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:09.148Z",
      "verifiedStatus": 403,
      "latencyMs": 722
    },
    {
      "id": "fred",
      "name": "FRED API",
      "provider": "FRED",
      "category": "finance",
      "description": "Economic data from the Federal Reserve Bank of St. Louis",
      "longDescription": "Economic data from the Federal Reserve Bank of St. Louis",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://fred.stlouisfed.org",
      "docsUrl": "https://fred.stlouisfed.org/docs/api/fred/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Federal Reserve Bank of St. Louis economic data. Completely free — register for an API key. No rate limits published; generally 120 requests/min."
      },
      "rateLimit": "~120 req/min (no hard limit published)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://fred.stlouisfed.org'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 76,
      "scorePricing": 28,
      "score": 38,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:09.358Z",
      "verifiedStatus": 200,
      "latencyMs": 915
    },
    {
      "id": "front-accounting-apis",
      "name": "Front Accounting APIs API",
      "provider": "Front Accounting APIs",
      "category": "finance",
      "description": "Front accounting is multilingual and multicurrency software for small businesses",
      "longDescription": "Front accounting is multilingual and multicurrency software for small businesses",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "oauth2",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://frontaccounting.com",
      "docsUrl": "https://frontaccounting.com/fawiki/index.php?n=Devel.SimpleAPIModule",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free and open-source accounting software API. No paid API tiers."
      },
      "rateLimit": "Not officially published",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://frontaccounting.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 28,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:10.469Z",
      "verifiedStatus": 200,
      "latencyMs": 2017
    },
    {
      "id": "ig",
      "name": "IG API",
      "provider": "IG",
      "category": "finance",
      "description": "Spreadbetting and CFD Market Data",
      "longDescription": "Spreadbetting and CFD Market Data",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://labs.ig.com",
      "docsUrl": "https://labs.ig.com/gettingstarted",
      "hasFreeTier": false,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free with IG brokerage account. CFD and spread betting trading API for account holders."
      },
      "rateLimit": "50 req/s",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://labs.ig.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 26,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:10.611Z",
      "verifiedStatus": 200,
      "latencyMs": 2156
    },
    {
      "id": "indian-mutual-fund",
      "name": "Indian Mutual Fund API",
      "provider": "Indian Mutual Fund",
      "category": "finance",
      "description": "Get complete history of India Mutual Funds Data",
      "longDescription": "Get complete history of India Mutual Funds Data",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://www.mfapi.in",
      "docsUrl": "https://www.mfapi.in/",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.mfapi.in'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 40,
      "scorePricing": 90,
      "score": 45,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:10.893Z",
      "verifiedStatus": 200,
      "latencyMs": 2422
    },
    {
      "id": "intrinio",
      "name": "Intrinio API",
      "provider": "Intrinio",
      "category": "finance",
      "description": "A wide selection of financial data feeds",
      "longDescription": "A wide selection of financial data feeds",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://intrinio.com",
      "docsUrl": "https://intrinio.com/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Paid. Standard $0 (limited data), Expanded from $79/mo, Professional from $399/mo."
      },
      "rateLimit": "5,000 req/hour",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://intrinio.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 32,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:10.460Z",
      "verifiedStatus": 200,
      "latencyMs": 1912
    },
    {
      "id": "klarna",
      "name": "Klarna API",
      "provider": "Klarna",
      "category": "finance",
      "description": "Klarna payment and shopping service",
      "longDescription": "Klarna payment and shopping service",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://docs.klarna.com",
      "docsUrl": "https://docs.klarna.com/klarna-payments/api/payments-api/",
      "hasFreeTier": false,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "B2B payment solution (BNPL, payments, checkout). Pricing negotiated based on volume and geography. No public rate card — contact Klarna for pricing."
      },
      "rateLimit": "Varies by agreement",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://docs.klarna.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 26,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:10.697Z",
      "verifiedStatus": 200,
      "latencyMs": 2137
    },
    {
      "id": "mercadopago",
      "name": "MercadoPago API",
      "provider": "MercadoPago",
      "category": "finance",
      "description": "Mercado Pago API reference - all the information you need to develop your integrations",
      "longDescription": "Mercado Pago API reference - all the information you need to develop your integrations",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://www.mercadopago.com.br",
      "docsUrl": "https://www.mercadopago.com.br/developers/es/reference",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Leading Latin American payment platform (Argentina, Brazil, Mexico, Colombia, Chile). Transaction fee: ~3.49%+fixed. Sandbox free for testing."
      },
      "rateLimit": "200 req/min",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.mercadopago.com.br'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 28,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:10.700Z",
      "verifiedStatus": 200,
      "latencyMs": 2120
    },
    {
      "id": "mono",
      "name": "Mono API",
      "provider": "Mono",
      "category": "finance",
      "description": "Connect with users’ bank accounts and access transaction data in Africa",
      "longDescription": "Connect with users’ bank accounts and access transaction data in Africa",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://mono.co",
      "docsUrl": "https://mono.co/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Pay-as-you-go (Mono Connect). First 50 users free; $0.50/additional user/month."
      },
      "rateLimit": "Not officially published",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://mono.co'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 28,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:10.932Z",
      "verifiedStatus": 200,
      "latencyMs": 2298
    },
    {
      "id": "moov",
      "name": "Moov API",
      "provider": "Moov",
      "category": "finance",
      "description": "The Moov API makes it simple for platforms to send, receive, and store money",
      "longDescription": "The Moov API makes it simple for platforms to send, receive, and store money",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://docs.moov.io",
      "docsUrl": "https://docs.moov.io/api/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Modern ACH and bank transfer API. No subscription fee. Usage-based: ACH $0.25-$0.50/transfer. Card processing: 2.9%+$0.30. Push to card available."
      },
      "rateLimit": "Varies by endpoint",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://docs.moov.io'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 34,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:10.584Z",
      "verifiedStatus": 200,
      "latencyMs": 1944
    },
    {
      "id": "openfigi",
      "name": "OpenFIGI API",
      "provider": "OpenFIGI",
      "category": "finance",
      "description": "Equity, index, futures, options symbology from Bloomberg LP",
      "longDescription": "Equity, index, futures, options symbology from Bloomberg LP",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://www.openfigi.com",
      "docsUrl": "https://www.openfigi.com/api",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Bloomberg financial instrument identifier service. Free for basic mapping (10 items/request, 25 req/min). API key for higher limits. Enterprise via Bloomberg."
      },
      "rateLimit": "25 req/min (unauthenticated) · 250 req/min (authenticated)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.openfigi.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 28,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:11.005Z",
      "verifiedStatus": 200,
      "latencyMs": 2347
    },
    {
      "id": "razorpay-ifsc",
      "name": "Razorpay IFSC API",
      "provider": "Razorpay IFSC",
      "category": "finance",
      "description": "Indian Financial Systems Code (Bank Branch Codes)",
      "longDescription": "Indian Financial Systems Code (Bank Branch Codes)",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://razorpay.com",
      "docsUrl": "https://razorpay.com/docs/",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://razorpay.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 40,
      "scorePricing": 90,
      "score": 45,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:10.795Z",
      "verifiedStatus": 200,
      "latencyMs": 2068
    },
    {
      "id": "sec-edgar-data",
      "name": "SEC EDGAR Data API",
      "provider": "SEC EDGAR Data",
      "category": "finance",
      "description": "API to access annual reports of public US companies",
      "longDescription": "API to access annual reports of public US companies",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://www.sec.gov",
      "docsUrl": "https://www.sec.gov/edgar/sec-api-documentation",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.sec.gov'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 90,
      "score": 52,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:10.766Z",
      "verifiedStatus": 200,
      "latencyMs": 1970
    },
    {
      "id": "smart",
      "name": "SmartAPI API",
      "provider": "SmartAPI",
      "category": "finance",
      "description": "Gain access to set of <SmartAPI> and create end-to-end broking services",
      "longDescription": "Gain access to set of <SmartAPI> and create end-to-end broking services",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://smartapi.angelbroking.com",
      "docsUrl": "https://smartapi.angelbroking.com/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Freemium. Free tier available for SMART financial data; paid for higher usage."
      },
      "rateLimit": "Varies by plan",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://smartapi.angelbroking.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 28,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:11.487Z",
      "verifiedStatus": 200,
      "latencyMs": 2605
    },
    {
      "id": "stockdata",
      "name": "StockData API",
      "provider": "StockData",
      "category": "finance",
      "description": "Real-Time, Intraday & Historical Market Data, News and Sentiment API",
      "longDescription": "Real-Time, Intraday & Historical Market Data, News and Sentiment API",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://www.stockdata.org",
      "docsUrl": "https://www.StockData.org",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Global stock market data. Free: 100 req/month. Basic $9.99/mo (5K req). Professional $24.99/mo (25K req). Business $49.99/mo (100K req). Enterprise custom."
      },
      "rateLimit": "100 req/month (free)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.stockdata.org'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 28,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:11.055Z",
      "verifiedStatus": 200,
      "latencyMs": 2099
    },
    {
      "id": "tradier",
      "name": "Tradier API",
      "provider": "Tradier",
      "category": "finance",
      "description": "US equity/option market data (delayed, intraday, historical)",
      "longDescription": "US equity/option market data (delayed, intraday, historical)",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "oauth2",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://developer.tradier.com",
      "docsUrl": "https://developer.tradier.com",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Stock brokerage and market data API. Developer (free): paper trading + market data sandbox. Individual: standard brokerage fees apply. Market data add-on available."
      },
      "rateLimit": "120 req/min (free/dev)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://developer.tradier.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 34,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:11.037Z",
      "verifiedStatus": 200,
      "latencyMs": 1889
    },
    {
      "id": "twelve-data",
      "name": "Twelve Data API",
      "provider": "Twelve Data",
      "category": "finance",
      "description": "Stock market data (real-time & historical)",
      "longDescription": "Stock market data (real-time & historical)",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://twelvedata.com",
      "docsUrl": "https://twelvedata.com/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 800 credits/day (8 calls/min). Grow $29/mo: 55-377 calls/min. Pro $99/mo: 610-1,597 calls/min. Ultra $329/mo: 2,584+ calls/min."
      },
      "rateLimit": "8 calls/min (free) · 55-10,946 calls/min (paid)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://twelvedata.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 26,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:11.415Z",
      "verifiedStatus": 200,
      "latencyMs": 2165
    },
    {
      "id": "wallstreetbets",
      "name": "WallstreetBets API",
      "provider": "WallstreetBets",
      "category": "finance",
      "description": "WallstreetBets Stock Comments Sentiment Analysis",
      "longDescription": "WallstreetBets Stock Comments Sentiment Analysis",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://dashboard.nbshare.io",
      "docsUrl": "https://dashboard.nbshare.io/apps/reddit/api/",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://dashboard.nbshare.io'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 40,
      "scorePricing": 90,
      "score": 45,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:11.991Z",
      "verifiedStatus": 200,
      "latencyMs": 2714
    },
    {
      "id": "zoho-books",
      "name": "Zoho Books API",
      "provider": "Zoho Books",
      "category": "finance",
      "description": "Online accounting software, built for your business",
      "longDescription": "Online accounting software, built for your business",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "oauth2",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://www.zoho.com",
      "docsUrl": "https://www.zoho.com/books/api/v3/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Zoho accounting and finance platform. Standard $15/org/mo. Professional $40/org/mo. Premium $60/org/mo. Elite $120/org/mo. Ultimate $240/org/mo."
      },
      "rateLimit": "100 requests/min",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.zoho.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 34,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:11.185Z",
      "verifiedStatus": 200,
      "latencyMs": 1827
    },
    {
      "id": "etherscan",
      "name": "Etherscan API",
      "provider": "Etherscan",
      "category": "finance",
      "description": "Ethereum explorer API",
      "longDescription": "Ethereum explorer API",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://etherscan.io",
      "docsUrl": "https://etherscan.io/apis",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 5 calls/s, up to 100K API calls/day. Pro from $99/mo: higher rate limits, additional endpoints, no branding. Enterprise custom."
      },
      "rateLimit": "5 calls/s (free) · Higher on Pro",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://etherscan.io'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 76,
      "scorePricing": 28,
      "score": 37,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:50.410Z",
      "verifiedStatus": 200,
      "latencyMs": 626
    },
    {
      "id": "coinlib",
      "name": "Coinlib API",
      "provider": "Coinlib",
      "category": "finance",
      "description": "Live and historic cryptocurrency prices, news, charts and coin rankings. Portfolio tracking, price alerts and other advanced tools.",
      "longDescription": "Live and historic cryptocurrency prices, news, charts and coin rankings. Portfolio tracking, price alerts and other advanced tools.",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://coinlib.io",
      "docsUrl": "https://coinlib.io/apidocs",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Cryptocurrency data API. Free: 300 requests/day. Solodev $39/mo (3K req/day). Developer $119/mo (10K req/day). Commercial $349/mo (50K req/day)."
      },
      "rateLimit": "300 req/day (free)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://coinlib.io'",
      "sampleResponse": "{}",
      "scoreDepth": 21,
      "scoreLatency": 76,
      "scorePricing": 28,
      "score": 40,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:50.702Z",
      "verifiedStatus": 200,
      "latencyMs": 515
    },
    {
      "id": "coinranking",
      "name": "CoinRanking API",
      "provider": "CoinRanking",
      "category": "finance",
      "description": "Live Cryptocurrency data",
      "longDescription": "Live Cryptocurrency data",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://developers.coinranking.com",
      "docsUrl": "https://developers.coinranking.com/api/documentation",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Crypto ranking and market data API. Free: 10K API credits/month. Hobbyist $29/mo: 100K credits. Pro $79/mo: 500K credits. Business $249/mo."
      },
      "rateLimit": "10K credits/month (free)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://developers.coinranking.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 32,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:51.792Z",
      "verifiedStatus": 200,
      "latencyMs": 1599
    },
    {
      "id": "cryptocompare",
      "name": "CryptoCompare API",
      "provider": "CryptoCompare",
      "category": "finance",
      "description": "Track cryptocurrency markets with live prices, charts, free portfolio, news and more.",
      "longDescription": "Track cryptocurrency markets with live prices, charts, free portfolio, news and more.",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://www.cryptocompare.com",
      "docsUrl": "https://www.cryptocompare.com/api#",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.cryptocompare.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 76,
      "scorePricing": 90,
      "score": 57,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:50.744Z",
      "verifiedStatus": 200,
      "latencyMs": 530
    },
    {
      "id": "icy-tools",
      "name": "icy.tools API",
      "provider": "icy.tools",
      "category": "finance",
      "description": "GraphQL based NFT API",
      "longDescription": "GraphQL based NFT API",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://developers.icy.tools",
      "docsUrl": "https://developers.icy.tools/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free tier available. NFT analytics and data tools; paid plans for advanced features."
      },
      "rateLimit": "Varies by plan",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://developers.icy.tools'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 32,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:51.441Z",
      "verifiedStatus": 200,
      "latencyMs": 1195
    },
    {
      "id": "kraken",
      "name": "Kraken API",
      "provider": "Kraken",
      "category": "finance",
      "description": "Cryptocurrencies Exchange",
      "longDescription": "Cryptocurrencies Exchange",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://docs.kraken.com",
      "docsUrl": "https://docs.kraken.com/rest/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free API access for public market data. Spot trading: maker 0.16%/taker 0.26% base (decreases with volume). Futures: 0.02%/0.05%."
      },
      "rateLimit": "1 call/s (public) · Tier-based private limits",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://docs.kraken.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 76,
      "scorePricing": 28,
      "score": 37,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:50.764Z",
      "verifiedStatus": 200,
      "latencyMs": 503
    },
    {
      "id": "worldcoinindex",
      "name": "WorldCoinIndex API",
      "provider": "WorldCoinIndex",
      "category": "finance",
      "description": "Cryptocoins ranked by 24hr trading volume, price info, charts, market cap and news",
      "longDescription": "Cryptocoins ranked by 24hr trading volume, price info, charts, market cap and news",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://www.worldcoinindex.com",
      "docsUrl": "https://www.worldcoinindex.com/apiservice",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 10,000 req/month. Professional $10/mo (100,000 req). Enterprise available."
      },
      "rateLimit": "10,000 req/month (free)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.worldcoinindex.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 76,
      "scorePricing": 28,
      "score": 38,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:50.999Z",
      "verifiedStatus": 200,
      "latencyMs": 713
    },
    {
      "id": "czech-national-bank",
      "name": "Czech National Bank API",
      "provider": "Czech National Bank",
      "category": "finance",
      "description": "A collection of exchange rates",
      "longDescription": "A collection of exchange rates",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://www.cnb.cz",
      "docsUrl": "https://www.cnb.cz/cs/financni_trhy/devizovy_trh/kurzy_devizoveho_trhu/denni_kurz.xml",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.cnb.cz'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 40,
      "scorePricing": 90,
      "score": 45,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:52.676Z",
      "verifiedStatus": 200,
      "latencyMs": 2360
    },
    {
      "id": "econdb",
      "name": "Econdb API",
      "provider": "Econdb",
      "category": "finance",
      "description": "Global macroeconomic data",
      "longDescription": "Global macroeconomic data",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "none",
      "authDescription": "No authentication required",
      "authExample": "# No auth required",
      "baseUrl": "https://www.econdb.com",
      "docsUrl": "https://www.econdb.com/api/",
      "hasFreeTier": true,
      "pricing": {
        "model": "freemium",
        "startingCentsPerMonth": 0,
        "freeQuota": {
          "amount": null,
          "unit": null,
          "period": "month",
          "note": "Completely free"
        },
        "tiers": [],
        "details": "Free — open public API, no authentication required."
      },
      "rateLimit": "See documentation",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.econdb.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 76,
      "scorePricing": 90,
      "score": 55,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:52.686Z",
      "verifiedStatus": 200,
      "latencyMs": 622
    },
    {
      "id": "ynab",
      "name": "YNAB API",
      "provider": "YNAB",
      "category": "finance",
      "description": "Budgeting & Planning",
      "longDescription": "Budgeting & Planning",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "oauth2",
      "authDescription": "See documentation for auth details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://api.youneedabudget.com",
      "docsUrl": "https://api.youneedabudget.com/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Requires active YNAB subscription ($14.99/mo or $99/yr). API access included with subscription for personal use. Free trial available."
      },
      "rateLimit": "200 req/60min",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://api.youneedabudget.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 32,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:19:53.598Z",
      "verifiedStatus": 200,
      "latencyMs": 1527
    },
    {
      "id": "bitcoin",
      "name": "Bitcoin API",
      "provider": "Bitcoin",
      "category": "finance",
      "description": "Bitcoin API. See documentation for full details.",
      "longDescription": "Bitcoin API. See documentation for full details.",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for authentication details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://developer.bitcoin.org",
      "docsUrl": "https://developer.bitcoin.org/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free and open. No paid tiers; open Bitcoin price and blockchain data API."
      },
      "rateLimit": "Not officially published",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://developer.bitcoin.org'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 32,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:20:09.641Z",
      "verifiedStatus": 200,
      "latencyMs": 1698
    },
    {
      "id": "exchange-rates-api",
      "name": "Exchange Rates API API",
      "provider": "Exchange Rates API",
      "category": "finance",
      "description": "Exchange Rates API API. See documentation for full details.",
      "longDescription": "Exchange Rates API API. See documentation for full details.",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for authentication details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://blockchain.info",
      "docsUrl": "https://blockchain.info/api/exchange_rates_api",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 250 req/month (EUR base only). Basic $9.99/mo, Pro $19.99/mo, Premium $39.99/mo."
      },
      "rateLimit": "250 req/month (free)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://blockchain.info'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 28,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:20:11.151Z",
      "verifiedStatus": 200,
      "latencyMs": 3160
    },
    {
      "id": "bitpay",
      "name": "bitpay API",
      "provider": "bitpay",
      "category": "finance",
      "description": "A simple, RESTful API to the most powerful bitcoin infrastructure on the planet. | N/A |",
      "longDescription": "A simple, RESTful API to the most powerful bitcoin infrastructure on the planet. | N/A |",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for authentication details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://bitpay.com",
      "docsUrl": "https://bitpay.com/developers",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free with BitPay account. No direct API fees; charges are payment processing fees."
      },
      "rateLimit": "Not officially published",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://bitpay.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 34,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:20:17.009Z",
      "verifiedStatus": 200,
      "latencyMs": 1517
    },
    {
      "id": "blockfacts-io",
      "name": "BlockFacts.io API",
      "provider": "BlockFacts.io",
      "category": "finance",
      "description": "Compliance-first digital asset data with REST and WebSocket API support. Real-time cryptocurrency data from multiple exchanges via a single unified API. SDKs for integration, rich historic tick data.",
      "longDescription": "Compliance-first digital asset data with REST and WebSocket API support. Real-time cryptocurrency data from multiple exchanges via a single unified API. SDKs for integration, rich historic tick data.",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for authentication details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://blockfacts.io",
      "docsUrl": "https://blockfacts.io/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 10,000 req/month. Paid plans for higher usage of crypto price aggregation."
      },
      "rateLimit": "10,000 req/month (free)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://blockfacts.io'",
      "sampleResponse": "{}",
      "scoreDepth": 25,
      "scoreLatency": 0,
      "scorePricing": 28,
      "score": 18,
      "reachable": false,
      "verifiedAt": "2026-03-29T20:20:20.699Z",
      "verifiedStatus": null,
      "latencyMs": null
    },
    {
      "id": "ecb-europa-eu",
      "name": "Ecb.europa.eu API",
      "provider": "Ecb.europa.eu",
      "category": "finance",
      "description": "Free currency exchange rates from european central bank(personal use). | N/A |",
      "longDescription": "Free currency exchange rates from european central bank(personal use). | N/A |",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for authentication details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://www.ecb.europa.eu",
      "docsUrl": "https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free and open. European Central Bank foreign exchange reference rates; no paid tiers."
      },
      "rateLimit": "Not enforced; 1 req/s recommended",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.ecb.europa.eu'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 28,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:20:18.699Z",
      "verifiedStatus": 200,
      "latencyMs": 2748
    },
    {
      "id": "fixer-io",
      "name": "Fixer.io API",
      "provider": "Fixer.io",
      "category": "finance",
      "description": "JSON API for foreign exchange rates and currency conversion. End of day data only. | N/A |",
      "longDescription": "JSON API for foreign exchange rates and currency conversion. End of day data only. | N/A |",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for authentication details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "http://fixer.io",
      "docsUrl": "http://fixer.io/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 1,000 req/month (EUR base only, hourly updates, no HTTPS). Basic €9.99/mo (10K req). Professional €24.99/mo (100K req). Business €79.99/mo."
      },
      "rateLimit": "1,000 req/month (free) · Scales with plan",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'http://fixer.io'",
      "sampleResponse": "{}",
      "scoreDepth": 21,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 29,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:20:18.260Z",
      "verifiedStatus": 200,
      "latencyMs": 2144
    },
    {
      "id": "openrates-io",
      "name": "OpenRates.io API",
      "provider": "OpenRates.io",
      "category": "finance",
      "description": "Live exchange rates and currency conversion API. | N/A |",
      "longDescription": "Live exchange rates and currency conversion API. | N/A |",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for authentication details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "http://www.openrates.io",
      "docsUrl": "http://www.openrates.io/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free with API key. Exchange rate data from ECB; open source backend."
      },
      "rateLimit": "Not enforced",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'http://www.openrates.io'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 28,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:20:19.350Z",
      "verifiedStatus": 200,
      "latencyMs": 3209
    },
    {
      "id": "ratesapi-io",
      "name": "ratesapi.io API",
      "provider": "ratesapi.io",
      "category": "finance",
      "description": "Free foreign currency exchange rates and currency conversion. | N/A |",
      "longDescription": "Free foreign currency exchange rates and currency conversion. | N/A |",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for authentication details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://ratesapi.io",
      "docsUrl": "https://ratesapi.io/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free with account. Foreign exchange rates; no paid tiers for basic usage."
      },
      "rateLimit": "Not officially published",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://ratesapi.io'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 28,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:20:19.362Z",
      "verifiedStatus": 200,
      "latencyMs": 3171
    },
    {
      "id": "iex",
      "name": "IEX API",
      "provider": "IEX",
      "category": "finance",
      "description": "Free Stocks and Market Data. | N/A |",
      "longDescription": "Free Stocks and Market Data. | N/A |",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for authentication details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://iextrading.com",
      "docsUrl": "https://iextrading.com/developer/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 50,000 credits/month (IEX Cloud Starter). Paid from $19/mo (50M credits)."
      },
      "rateLimit": "100 req/s (paid)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://iextrading.com'",
      "sampleResponse": "{}",
      "scoreDepth": 14,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 26,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:20:18.877Z",
      "verifiedStatus": 200,
      "latencyMs": 2427
    },
    {
      "id": "canada",
      "name": "Canada API",
      "provider": "Canada",
      "category": "finance",
      "description": "Daily exchange rates and statistical data tables in CSV, XML or JSON",
      "longDescription": "Daily exchange rates and statistical data tables in CSV, XML or JSON",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for authentication details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://www.bankofcanada.ca",
      "docsUrl": "https://www.bankofcanada.ca/rates/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free and open. Bank of Canada exchange rates and economic data; government API."
      },
      "rateLimit": "Not enforced",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.bankofcanada.ca'",
      "sampleResponse": "{}",
      "scoreDepth": 25,
      "scoreLatency": 76,
      "scorePricing": 28,
      "score": 41,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:20:17.576Z",
      "verifiedStatus": 200,
      "latencyMs": 990
    },
    {
      "id": "myanmar",
      "name": "Myanmar API",
      "provider": "Myanmar",
      "category": "finance",
      "description": "Currency exchange rates in JSON format. | N/A |",
      "longDescription": "Currency exchange rates in JSON format. | N/A |",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for authentication details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "http://forex.cbm.gov.mm",
      "docsUrl": "http://forex.cbm.gov.mm/api/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free and open. Myanmar Central Bank exchange rates."
      },
      "rateLimit": "Not officially published",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'http://forex.cbm.gov.mm'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 28,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:20:18.764Z",
      "verifiedStatus": 200,
      "latencyMs": 2160
    },
    {
      "id": "moldova",
      "name": "Moldova API",
      "provider": "Moldova",
      "category": "finance",
      "description": "Currency exchange rates in XML, JSON and XLS formats. | N/A",
      "longDescription": "Currency exchange rates in XML, JSON and XLS formats. | N/A",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for authentication details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://bnm.md",
      "docsUrl": "https://bnm.md/en/content/official-exchange-rates",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free and open. Moldova National Bank exchange rates and economic data."
      },
      "rateLimit": "Not officially published",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://bnm.md'",
      "sampleResponse": "{}",
      "scoreDepth": 25,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 36,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:20:18.284Z",
      "verifiedStatus": 200,
      "latencyMs": 1465
    },
    {
      "id": "nigeria",
      "name": "Nigeria API",
      "provider": "Nigeria",
      "category": "finance",
      "description": "Exchange rates and other info in CSV format | N/A |",
      "longDescription": "Exchange rates and other info in CSV format | N/A |",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for authentication details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://www.cbn.gov.ng",
      "docsUrl": "https://www.cbn.gov.ng/rates/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free and open. Nigerian exchange rates and financial data."
      },
      "rateLimit": "Not officially published",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.cbn.gov.ng'",
      "sampleResponse": "{}",
      "scoreDepth": 21,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 35,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:20:18.124Z",
      "verifiedStatus": 200,
      "latencyMs": 1284
    },
    {
      "id": "ukraine",
      "name": "Ukraine API",
      "provider": "Ukraine",
      "category": "finance",
      "description": "Exchange rates and bond placements in JSON and XML formats. | N/A |",
      "longDescription": "Exchange rates and bond placements in JSON and XML formats. | N/A |",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for authentication details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://bank.gov.ua",
      "docsUrl": "https://bank.gov.ua/control/en/publish/article?art_id=25365630",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free and open. National Bank of Ukraine exchange rates."
      },
      "rateLimit": "Not officially published",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://bank.gov.ua'",
      "sampleResponse": "{}",
      "scoreDepth": 21,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 35,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:20:17.872Z",
      "verifiedStatus": 200,
      "latencyMs": 1024
    },
    {
      "id": "freepik",
      "name": "Freepik API",
      "provider": "Freepik",
      "category": "finance",
      "description": "Stock resources(Icons, videos, photos), AI image generation and editing tools | apiKey |  Yes  | Unknown |",
      "longDescription": "Stock resources(Icons, videos, photos), AI image generation and editing tools | apiKey |  Yes  | Unknown |",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for authentication details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://freepik.com",
      "docsUrl": "https://freepik.com/api",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 100 AI-generated images/mo. Essential $23/mo (1,000 images). AI API add-on."
      },
      "rateLimit": "100 images/month (free)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://freepik.com'",
      "sampleResponse": "{}",
      "scoreDepth": 21,
      "scoreLatency": 20,
      "scorePricing": 28,
      "score": 23,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:20:21.924Z",
      "verifiedStatus": 403,
      "latencyMs": 2195
    },
    {
      "id": "logokit",
      "name": "LogoKit API",
      "provider": "LogoKit",
      "category": "finance",
      "description": "Logo API for brands, stocks, and cryptocurrencies                         | apiKey |  Yes  | Unknown |",
      "longDescription": "Logo API for brands, stocks, and cryptocurrencies                         | apiKey |  Yes  | Unknown |",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for authentication details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://logokit.com",
      "docsUrl": "https://logokit.com",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Freemium. Free tier available; paid plans for logo generation at scale."
      },
      "rateLimit": "Varies by plan",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://logokit.com'",
      "sampleResponse": "{}",
      "scoreDepth": 21,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 35,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:20:21.176Z",
      "verifiedStatus": 200,
      "latencyMs": 1406
    },
    {
      "id": "mexc-global",
      "name": "MEXC Global API",
      "provider": "MEXC Global",
      "category": "finance",
      "description": "Crypto asset exchange for trading Marketplace                                                                                      | apiKey |  Yes  | Unknown |",
      "longDescription": "Crypto asset exchange for trading Marketplace                                                                                      | apiKey |  Yes  | Unknown |",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for authentication details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://www.mexc.com",
      "docsUrl": "https://www.mexc.com/mexc-api",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free with MEXC account. Crypto exchange API; no fees for market data."
      },
      "rateLimit": "20 req/s (market data)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.mexc.com'",
      "sampleResponse": "{}",
      "scoreDepth": 25,
      "scoreLatency": 30,
      "scorePricing": 28,
      "score": 27,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:20:21.418Z",
      "verifiedStatus": 400,
      "latencyMs": 1398
    },
    {
      "id": "fxrates",
      "name": "FxRatesAPI API",
      "provider": "FxRatesAPI",
      "category": "finance",
      "description": "Real-time exchange rates, historical rates and currency conversion | apiKey |  Yes  |   No    |",
      "longDescription": "Real-time exchange rates, historical rates and currency conversion | apiKey |  Yes  |   No    |",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for authentication details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://fxratesapi.com",
      "docsUrl": "https://fxratesapi.com/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: 250 req/month. Paid from $10/mo (1,000 req) to $200/mo (unlimited)."
      },
      "rateLimit": "250 req/month (free)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://fxratesapi.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 34,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:20:21.508Z",
      "verifiedStatus": 200,
      "latencyMs": 1113
    },
    {
      "id": "barchart-ondemand",
      "name": "Barchart OnDemand API",
      "provider": "Barchart OnDemand",
      "category": "finance",
      "description": "Stock, Futures and Forex Market Data                          | apiKey |  Yes  | Unknown |",
      "longDescription": "Stock, Futures and Forex Market Data                          | apiKey |  Yes  | Unknown |",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for authentication details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://www.barchartondemand.com",
      "docsUrl": "https://www.barchartondemand.com/free",
      "hasFreeTier": false,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Paid market data API. Plans from $29/mo (delayed data) to enterprise real-time pricing."
      },
      "rateLimit": "Based on plan",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.barchartondemand.com'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 40,
      "scorePricing": 28,
      "score": 28,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:20:24.260Z",
      "verifiedStatus": 200,
      "latencyMs": 2923
    },
    {
      "id": "financial-data",
      "name": "Financial Data API",
      "provider": "Financial Data",
      "category": "finance",
      "description": "Stock Market and Financial Data                               | apiKey |  Yes  | Unknown |",
      "longDescription": "Stock Market and Financial Data                               | apiKey |  Yes  | Unknown |",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for authentication details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://financialdata.net",
      "docsUrl": "https://financialdata.net/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Free: limited data. Financial data aggregator API; paid plans for full access."
      },
      "rateLimit": "Varies by plan",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://financialdata.net'",
      "sampleResponse": "{}",
      "scoreDepth": 18,
      "scoreLatency": 76,
      "scorePricing": 28,
      "score": 38,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:20:22.196Z",
      "verifiedStatus": 200,
      "latencyMs": 828
    },
    {
      "id": "quandl",
      "name": "Quandl API",
      "provider": "Quandl",
      "category": "finance",
      "description": "Stock Market Data                                                                                  |    No    |  Yes  | Unknown |",
      "longDescription": "Stock Market Data                                                                                  |    No    |  Yes  | Unknown |",
      "color": "#22c55e",
      "tags": [
        "finance"
      ],
      "authType": "api-key",
      "authDescription": "See documentation for authentication details",
      "authExample": "Authorization: Bearer YOUR_TOKEN",
      "baseUrl": "https://www.quandl.com",
      "docsUrl": "https://www.quandl.com/",
      "hasFreeTier": true,
      "pricing": {
        "model": "subscription",
        "startingCentsPerMonth": null,
        "freeQuota": null,
        "tiers": [],
        "details": "Now Nasdaq Data Link. Free: some datasets free. Premium datasets from $99/mo. Usage-based pricing."
      },
      "rateLimit": "50,000 calls/day (free)",
      "endpoints": [
        {
          "method": "GET",
          "path": "/",
          "description": "See documentation for endpoint reference"
        }
      ],
      "sampleRequest": "curl 'https://www.quandl.com'",
      "sampleResponse": "{}",
      "scoreDepth": 21,
      "scoreLatency": 60,
      "scorePricing": 28,
      "score": 35,
      "reachable": true,
      "verifiedAt": "2026-03-29T20:20:25.102Z",
      "verifiedStatus": 200,
      "latencyMs": 1874
    }
  ]
}