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

# Get Provider Details

> Get details about a specific provider

## Get Provider

Returns detailed information about a specific trading platform.

<RequestExample>
  ```bash cURL theme={null}
  curl https://api.yield.xyz/v1/perps/providers/hyperliquid \
    -H "x-api-key: your_api_key"
  ```
</RequestExample>

## Response

```json theme={null}
{
  "id": "hyperliquid",
  "name": "Hyperliquid",
  "network": "hyperliquid",
  "markets": 100,
  "status": "active",
  "maxLeverage": 50,
  "supportedOrderTypes": ["market", "limit", "stop-loss", "take-profit"]
}
```
