Blockchain.com · JSON Structure

Exchange Symbol Structure

Metadata describing one trading pair on the Exchange.

Type: object Properties: 18
CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

Symbol is a JSON Structure definition published by Blockchain.com, describing 18 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

base_currency base_currency_scale counter_currency counter_currency_scale min_price_increment min_price_increment_scale min_order_size min_order_size_scale max_order_size max_order_size_scale lot_size lot_size_scale status id auction_price auction_size auction_time imbalance

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/blockchain/refs/heads/main/json-structure/exchange-symbol-structure.json",
  "name": "Symbol",
  "description": "Metadata describing one trading pair on the Exchange.",
  "type": "object",
  "properties": {
    "base_currency": {
      "type": "string",
      "description": "Base currency ticker.",
      "example": "BTC"
    },
    "base_currency_scale": {
      "type": "int32",
      "description": "Decimal precision of the base currency.",
      "example": 8
    },
    "counter_currency": {
      "type": "string",
      "description": "Counter currency ticker.",
      "example": "USD"
    },
    "counter_currency_scale": {
      "type": "int32",
      "description": "Decimal precision of the counter currency.",
      "example": 2
    },
    "min_price_increment": {
      "type": "double",
      "description": "Smallest price increment allowed.",
      "example": 72525.0
    },
    "min_price_increment_scale": {
      "type": "int32",
      "example": 8
    },
    "min_order_size": {
      "type": "int32",
      "description": "Minimum order size (in counter currency minor units)."
    },
    "min_order_size_scale": {
      "type": "int32",
      "example": 8
    },
    "max_order_size": {
      "type": "int32"
    },
    "max_order_size_scale": {
      "type": "int32",
      "example": 8
    },
    "lot_size": {
      "type": "int32",
      "description": "Lot size for orders."
    },
    "lot_size_scale": {
      "type": "int32",
      "example": 8
    },
    "status": {
      "type": "string",
      "description": "Symbol status (`open` or `close`).",
      "example": "open"
    },
    "id": {
      "type": "int32",
      "description": "Internal symbol identifier."
    },
    "auction_price": {
      "type": "double",
      "example": 72525.0
    },
    "auction_size": {
      "type": "double"
    },
    "auction_time": {
      "type": "int64",
      "example": 1748609400000
    },
    "imbalance": {
      "type": "double"
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 JSON Structure
curl "https://apis.io/api/v1/json-structures/exchange-symbol-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no email required.

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