> ## 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.

# 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.

| Method | Path                                | operationId                                                             | Endpoint reference                                                                       | Success schema               | Deprecated |
| ------ | ----------------------------------- | ----------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------- | ---------- |
| `GET`  | `/v1/funding/{symbol}`              | [getFundingHistory](/schemas/operations/get-funding-history)            | [Endpoint Reference](/api-reference/legacy/get-funding-rate-history-deprecated)          | ApiResponseFundingRateArray  | yes        |
| `GET`  | `/v1/funding/{symbol}/current`      | [getCurrentFunding](/schemas/operations/get-current-funding)            | [Endpoint Reference](/api-reference/legacy/get-current-funding-rate-deprecated)          | ApiResponseFundingRate       | yes        |
| `GET`  | `/v1/instruments`                   | [listInstruments](/schemas/operations/list-instruments)                 | [Endpoint Reference](/api-reference/legacy/list-instruments-deprecated)                  | ApiResponseInstrumentArray   | yes        |
| `GET`  | `/v1/instruments/{symbol}`          | [getInstrument](/schemas/operations/get-instrument)                     | [Endpoint Reference](/api-reference/legacy/get-instrument-deprecated)                    | ApiResponseInstrument        | yes        |
| `GET`  | `/v1/openinterest/{symbol}`         | [getOpenInterest](/schemas/operations/get-open-interest)                | [Endpoint Reference](/api-reference/legacy/get-open-interest-history-deprecated)         | ApiResponseOpenInterestArray | yes        |
| `GET`  | `/v1/openinterest/{symbol}/current` | [getCurrentOpenInterest](/schemas/operations/get-current-open-interest) | [Endpoint Reference](/api-reference/legacy/get-current-open-interest-deprecated)         | ApiResponseOpenInterest      | yes        |
| `GET`  | `/v1/orderbook/{symbol}`            | [getOrderbook](/schemas/operations/get-orderbook)                       | [Endpoint Reference](/api-reference/legacy/get-order-book-deprecated)                    | ApiResponseOrderBook         | yes        |
| `GET`  | `/v1/orderbook/{symbol}/history`    | [getOrderbookHistory](/schemas/operations/get-orderbook-history)        | [Endpoint Reference](/api-reference/legacy/get-order-book-history-deprecated)            | ApiResponseOrderBookArray    | yes        |
| `GET`  | `/v1/trades/{symbol}`               | [getTrades](/schemas/operations/get-trades)                             | [Endpoint Reference](/api-reference/legacy/get-trades-deprecated)                        | ApiResponseTradeArray        | yes        |
| `GET`  | `/v1/trades/{symbol}/cursor`        | [getTradesCursor](/schemas/operations/get-trades-cursor)                | [Endpoint Reference](/api-reference/legacy/get-trades-with-cursor-pagination-deprecated) | ApiResponseTradeArray        | yes        |
