| Method | Path | operationId | Endpoint reference | Success schema | Deprecated |
|---|---|---|---|---|---|
GET | /v1/funding/{symbol} | getFundingHistory | Endpoint Reference | ApiResponseFundingRateArray | yes |
GET | /v1/funding/{symbol}/current | getCurrentFunding | Endpoint Reference | ApiResponseFundingRate | yes |
GET | /v1/instruments | listInstruments | Endpoint Reference | ApiResponseInstrumentArray | yes |
GET | /v1/instruments/{symbol} | getInstrument | Endpoint Reference | ApiResponseInstrument | yes |
GET | /v1/openinterest/{symbol} | getOpenInterest | Endpoint Reference | ApiResponseOpenInterestArray | yes |
GET | /v1/openinterest/{symbol}/current | getCurrentOpenInterest | Endpoint Reference | ApiResponseOpenInterest | yes |
GET | /v1/orderbook/{symbol} | getOrderbook | Endpoint Reference | ApiResponseOrderBook | yes |
GET | /v1/orderbook/{symbol}/history | getOrderbookHistory | Endpoint Reference | ApiResponseOrderBookArray | yes |
GET | /v1/trades/{symbol} | getTrades | Endpoint Reference | ApiResponseTradeArray | yes |
GET | /v1/trades/{symbol}/cursor | getTradesCursor | Endpoint Reference | ApiResponseTradeArray | yes |
Legacy Schemas
Generated operation schema index for Legacy. Includes 0xArchive route contracts, success schemas, deprecation labels, and linked operation schema pages.
Source OpenAPI: 0xArchive API 1.5.0; 140 paths; 119 component schemas.
Use this page to find Legacy operation schemas by method and path. Open an operation schema for the raw JSON shape, or use Endpoint Reference for the full request and response page. Deprecated compatibility routes also link to their Endpoint Reference pages so crawlers and humans can reach the legacy API reference from the schema hub.
Last modified on June 29, 2026