Source OpenAPI: 0xArchive API 1.5.0; 116 paths; 90 component schemas. This family page lists generated operation schema pages for Legacy. It is a browsing surface; the OpenAPI route and generated endpoint reference remain the route-specific contract.Documentation Index
Fetch the complete documentation index at: https://docs.0xarchive.io/llms.txt
Use this file to discover all available pages before exploring further.
| Method | Path | operationId | Success schema | Deprecated |
|---|---|---|---|---|
GET | /v1/funding/{symbol} | getFundingHistory | ApiResponseFundingRateArray | yes |
GET | /v1/funding/{symbol}/current | getCurrentFunding | ApiResponseFundingRate | yes |
GET | /v1/instruments | listInstruments | ApiResponseInstrumentArray | yes |
GET | /v1/instruments/{symbol} | getInstrument | ApiResponseInstrument | yes |
GET | /v1/openinterest/{symbol} | getOpenInterest | ApiResponseOpenInterestArray | yes |
GET | /v1/openinterest/{symbol}/current | getCurrentOpenInterest | ApiResponseOpenInterest | yes |
GET | /v1/orderbook/{symbol} | getOrderbook | ApiResponseOrderBook | yes |
GET | /v1/orderbook/{symbol}/history | getOrderbookHistory | ApiResponseOrderBookArray | yes |
GET | /v1/trades/{symbol} | getTrades | ApiResponseTradeArray | yes |
GET | /v1/trades/{symbol}/cursor | getTradesCursor | ApiResponseTradeArray | yes |