---
title: "List all providers"
method: GET
path: "/v1/providers"
tags: ["Discovery"]
---

# List all providers

`GET /v1/providers`

Retrieve a list of available perps trading providers with their supported actions and argument schemas.

## Response `200`

List of all providers

- ProviderDto[]
  - `id` string, required — Provider identifier
  - `name` string, required — Provider name
  - `network` string, required — Network the provider operates on
  - `metadata` ProviderMetadataDto, required
    - `description` string, required — Provider description
    - `externalLink` string, required — External link to the provider website
    - `logoURI` string, required — Provider logo URI
  - `supportedActions` 'open' | 'close' | 'updateLeverage' | 'stopLoss' | 'takeProfit' | 'cancelOrder' | 'editOrder' | 'fund' | 'withdraw' | 'approveAgent' | 'approveBuilderFee' | 'updateMargin' | 'setTpAndSl' | 'setUnifiedAccount', required — Action type executed
  - `argumentSchemas` object, required — Argument schemas for each supported action (JSON Schema format)

## Other responses

- `401` — Invalid or missing API key
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/yield/apis/yield-xyz-api.md) · [All operations](https://skmtc.net/yield/apis/yield-xyz-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yield/yield-xyz-api/revisions/acfa80015ca5/schema)
