Synthetix Info API

Public REST API for accessing Synthetix market data including markets, prices, candles, funding rates, collateral configurations, contract specs, orderbook depth, exchange status, and fee tier information. No authentication required.

API entry from apis.yml

apis.yml Raw ↑
name: Synthetix Info API
description: 'Public REST API for accessing Synthetix market data including markets, prices, candles,
  funding rates, collateral configurations, contract specs, orderbook depth, exchange status, and fee
  tier information. No authentication required.

  '
humanURL: https://developers.synthetix.io/rest-api/info/market-data
baseURL: https://papi.synthetix.io/v1/info
tags:
- Market Data
- Public
- Prices
- Funding Rates
- Collateral
- Orderbook
properties:
- type: X-openapi
  url: https://api.synthetix.io/docs/
- type: Documentation
  url: https://developers.synthetix.io/rest-api/info/market-data
- type: X-environments
  url: https://developers.synthetix.io/environments
contact:
- FN: Synthetix Developer Docs
  url: https://developers.synthetix.io/
operations:
- label: Get Markets
  method: POST
  path: /v1/info
  action: getMarkets
  tags:
  - Markets
- label: Get Market Prices
  method: POST
  path: /v1/info
  action: getMarketPrices
  tags:
  - Prices
- label: Get Candles
  method: POST
  path: /v1/info
  action: getCandles
  tags:
  - OHLCV
  - Historical
- label: Get Funding Rate History
  method: POST
  path: /v1/info
  action: getFundingRateHistory
  tags:
  - Funding Rates
  - Historical
- label: Get Assets
  method: POST
  path: /v1/info
  action: getAssets
  tags:
  - Assets
- label: Get Collaterals
  method: POST
  path: /v1/info
  action: getCollaterals
  tags:
  - Collateral
- label: Get Tiers
  method: POST
  path: /v1/info
  action: getTiers
  tags:
  - Fees
  - Tiers
- label: Get Contracts
  method: POST
  path: /v1/info
  action: getContracts
  tags:
  - Contracts
  - Perpetuals
- label: Get Contract Specs
  method: POST
  path: /v1/info
  action: getContractSpecs
  tags:
  - Contracts
- label: Get Orderbook
  method: POST
  path: /v1/info
  action: getOrderbook
  tags:
  - Orderbook
  - Depth
- label: Get Exchange Status
  method: POST
  path: /v1/info
  action: getExchangeStatus
  tags:
  - Status
- label: Get Snaxpot Epoch
  method: POST
  path: /v1/info
  action: getSnaxpotEpoch
  tags:
  - Lottery
  - Snaxpot