Coinbase · Schema

Coinbase Trading Product

A trading product representing a cryptocurrency trading pair on Coinbase. Products define the parameters for trading between two currencies including minimum sizes, increments, and trading status.

BlockchainCryptocurrencyCustodyExchangeOn-RampPaymentsTradingWalletsWeb3

Properties

Name Type Description
product_id string Unique identifier for the product, typically formatted as BASE-QUOTE
base_currency string Base currency code (e.g., BTC)
quote_currency string Quote currency code (e.g., USD)
base_min_size string Minimum order size in base currency
base_max_size string Maximum order size in base currency
base_increment string Minimum size increment for orders in base currency
quote_min_size string Minimum order value in quote currency
quote_max_size string Maximum order value in quote currency
quote_increment string Minimum price increment in quote currency
display_name string Human-readable display name for the trading pair
status string Current trading status of the product
product_type string Type of product
price string Current price of the product
volume_24h string 24-hour trading volume in base currency
price_percentage_change_24h string 24-hour price change as a percentage
margin_enabled boolean Whether margin trading is enabled for this product
post_only boolean Whether the product is in post-only mode
limit_only boolean Whether only limit orders are accepted
cancel_only boolean Whether only order cancellations are allowed
trading_disabled boolean Whether trading is completely disabled
View JSON Schema on GitHub

JSON Schema

coinbase-product-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://coinbase.com/schemas/coinbase/product.json",
  "title": "Coinbase Trading Product",
  "description": "A trading product representing a cryptocurrency trading pair on Coinbase. Products define the parameters for trading between two currencies including minimum sizes, increments, and trading status.",
  "type": "object",
  "required": ["product_id", "base_currency", "quote_currency"],
  "properties": {
    "product_id": {
      "type": "string",
      "description": "Unique identifier for the product, typically formatted as BASE-QUOTE",
      "pattern": "^[A-Z0-9]+-[A-Z0-9]+$"
    },
    "base_currency": {
      "type": "string",
      "description": "Base currency code (e.g., BTC)",
      "minLength": 1,
      "maxLength": 10
    },
    "quote_currency": {
      "type": "string",
      "description": "Quote currency code (e.g., USD)",
      "minLength": 1,
      "maxLength": 10
    },
    "base_min_size": {
      "type": "string",
      "description": "Minimum order size in base currency",
      "pattern": "^[0-9]+(\\.[0-9]+)?$"
    },
    "base_max_size": {
      "type": "string",
      "description": "Maximum order size in base currency",
      "pattern": "^[0-9]+(\\.[0-9]+)?$"
    },
    "base_increment": {
      "type": "string",
      "description": "Minimum size increment for orders in base currency",
      "pattern": "^[0-9]+(\\.[0-9]+)?$"
    },
    "quote_min_size": {
      "type": "string",
      "description": "Minimum order value in quote currency",
      "pattern": "^[0-9]+(\\.[0-9]+)?$"
    },
    "quote_max_size": {
      "type": "string",
      "description": "Maximum order value in quote currency",
      "pattern": "^[0-9]+(\\.[0-9]+)?$"
    },
    "quote_increment": {
      "type": "string",
      "description": "Minimum price increment in quote currency",
      "pattern": "^[0-9]+(\\.[0-9]+)?$"
    },
    "display_name": {
      "type": "string",
      "description": "Human-readable display name for the trading pair"
    },
    "status": {
      "type": "string",
      "description": "Current trading status of the product",
      "enum": ["online", "offline", "delisted"]
    },
    "product_type": {
      "type": "string",
      "description": "Type of product",
      "enum": ["SPOT", "FUTURE"]
    },
    "price": {
      "type": "string",
      "description": "Current price of the product",
      "pattern": "^[0-9]+(\\.[0-9]+)?$"
    },
    "volume_24h": {
      "type": "string",
      "description": "24-hour trading volume in base currency",
      "pattern": "^[0-9]+(\\.[0-9]+)?$"
    },
    "price_percentage_change_24h": {
      "type": "string",
      "description": "24-hour price change as a percentage"
    },
    "margin_enabled": {
      "type": "boolean",
      "description": "Whether margin trading is enabled for this product"
    },
    "post_only": {
      "type": "boolean",
      "description": "Whether the product is in post-only mode"
    },
    "limit_only": {
      "type": "boolean",
      "description": "Whether only limit orders are accepted"
    },
    "cancel_only": {
      "type": "boolean",
      "description": "Whether only order cancellations are allowed"
    },
    "trading_disabled": {
      "type": "boolean",
      "description": "Whether trading is completely disabled"
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/coinbase-product"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.