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.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/synthetix-info-api"
All apis
curl "https://apis.io/api/v1/apis?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.

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
- Order Book
tags_raw:
- 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
- url: graphql/synthetix-graphql.md
  type: GraphQL
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:
  - Order Book
  - Depth
  tags_raw:
  - 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