API Documentation


Object Types

Blocktap queries are separated into the following high-level object types.

  • Asset: A coin, token, or other asset
    • Bitcoin: Additional information for Bitcoin
  • Assets: An array of asset objects
  • Exchange: An organization that allows trading of via markets
  • Exchanges: An array of exchange objects
  • Market: A single trading pair on an exchange
    • OHLCV: An array of OHLCV data belonging to a market
  • Markets: An array of market objects
  • Time Series: Any data that changes over time. Includes market, asset, and exchange metrics

Tools