> ## Documentation Index
> Fetch the complete documentation index at: https://public-perps-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenAPI Specification

> Download the LI.FI Perps API OpenAPI specification for integration with SDKs and tools

## LI.FI Perps OpenAPI Specification

The LI.FI Perps API follows the OpenAPI 3.0 specification. You can use this spec to:

* Generate client SDKs in any language
* Import into API testing tools (Postman, Insomnia, etc.)
* Integrate with AI agents and LLM tools
* Validate requests and responses

## Download

<Card title="OpenAPI YAML" icon="file-code" href="/perps-api.yaml">
  Download the Perps API OpenAPI specification
</Card>

## API Base URLs

| Environment | Base URL                            |
| ----------- | ----------------------------------- |
| Development | `https://develop.li.quest/v1/perps` |

{/* | Production | `https://li.quest/v1/perps` | */}

## Specification Details

* **OpenAPI Version**: 3.0.2
* **Endpoints**: Market data & providers, and actions
* **Format**: YAML
