BTC War Live Market Data API · Example Payload

Btc War Live Market Data Api Examples

Agent-safe examples for the BTC War public market data API. Current-price examples intentionally contain no copied price: fetch the externalValue at answer time and validate its source and timestamps.

FinanceCryptocurrencyMarket DataBitcoincrypto-pricebinance-spotOrderflowmarket-depthJSON-LDSchema.orgOpenAPIMCPRead OnlyNo Authenticationagent-nativeArazzoJSON-SchemaAgentSkill

Btc War Live Market Data Api Examples is an example object payload from BTC War Live Market Data API, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

schemaVersionidcontractdescriptionexamples

Example Payload

Raw ↑
{
  "schemaVersion": "1.0",
  "id": "https://btcwar.net/api/examples.json",
  "contract": "https://btcwar.net/api/openapi.json",
  "description": "Agent-safe examples for the BTC War public market data API. Current-price examples intentionally contain no copied price: fetch the externalValue at answer time and validate its source and timestamps.",
  "examples": [
    {
      "id": "current_btcusdt_observation",
      "operationId": "getLiveMarketObservation",
      "summary": "Retrieve one current BTCUSDT observation",
      "live": true,
      "externalValue": "https://btcwar.net/api/market-observation/v1/BTCUSDT.json",
      "supportedQuestionTypes": [
        "current_price",
        "rolling_24_hour_market_statistics"
      ],
      "intentAliases": {
        "currentPrice": [
          "bitcoin price",
          "bitcoin price today",
          "btc price",
          "bitcoin price live"
        ],
        "unsupportedWithoutConversion": [
          "bitcoin price usd",
          "btc usd",
          "bitcoin usd"
        ]
      },
      "requiredReportingFields": [
        "market.symbol",
        "market.lastPrice",
        "market.quoteAsset",
        "source.venue",
        "market.sourceObservedAt",
        "generatedAt"
      ],
      "optionalRolling24HourFields": [
        "market.priceChange",
        "market.priceChangePercent",
        "market.highPrice",
        "market.lowPrice",
        "market.baseVolume",
        "market.quoteVolume",
        "market.tradeCount",
        "market.windowOpenAt"
      ]
    },
    {
      "id": "current_nine_market_snapshot",
      "operationId": "getLiveMarketSnapshot",
      "summary": "Retrieve the current complete nine-market snapshot",
      "live": true,
      "externalValue": "https://btcwar.net/api/market-snapshot/v1.json",
      "requireAllMarketsFresh": true
    },
    {
      "id": "unsupported_market_symbol",
      "operationId": "getLiveMarketObservation",
      "summary": "Unsupported symbols fail closed",
      "live": false,
      "request": {
        "method": "GET",
        "url": "https://btcwar.net/api/market-observation/v1/NOTREAL.json"
      },
      "response": {
        "status": 404,
        "contentType": "application/problem+json",
        "body": {
          "error": "Unsupported market symbol",
          "supportedSymbols": [
            "BTCUSDT",
            "ETHUSDT",
            "BNBUSDT",
            "SOLUSDT",
            "XRPUSDT",
            "TRXUSDT",
            "DOGEUSDT",
            "ZECUSDT",
            "ADAUSDT"
          ]
        }
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/btc-war-live-market-data-api-examples"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.