> For the complete documentation index, see [llms.txt](https://docs.dexpal.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexpal.io/for-partners/partners.md).

# Partners

This section is for DEX teams integrating with DexPal. The DEX API specification is the source content for partner ingestion requirements. Start with the overview, then implement the endpoint pages that match the data your DEX can provide. Shared object schemas define the reusable shapes used by those endpoints.

## Contents

| Page                                                                                | Scope                                                             |
| ----------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| [DEX API Specification](/for-partners/dex-api-spec.md)                              | API overview, auth, response envelope, conventions, endpoint list |
| [GET /dexpal/v1/markets](/for-partners/endpoints/dex-markets.md)                    | Market data                                                       |
| [GET /dexpal/v1/metrics](/for-partners/endpoints/dex-metrics.md)                    | DEX metrics                                                       |
| [GET /dexpal/v1/rewards](/for-partners/endpoints/dex-rewards.md)                    | Rewards                                                           |
| [GET /dexpal/v1/token](/for-partners/endpoints/dex-token.md)                        | Token data                                                        |
| [GET /dexpal/v1/earn](/for-partners/endpoints/dex-earn.md)                          | Earn mechanisms                                                   |
| [GET /dexpal/v1/users/{address}/accounts](/for-partners/endpoints/user-accounts.md) | User accounts                                                     |
| [GET /dexpal/v1/users/positions](/for-partners/endpoints/user-positions.md)         | User positions                                                    |
| [GET /dexpal/v1/users/orders](/for-partners/endpoints/user-orders.md)               | User orders                                                       |
| [GET /dexpal/v1/users/history](/for-partners/endpoints/user-history.md)             | User history                                                      |
| [GET /dexpal/v1/users/holdings](/for-partners/endpoints/user-holdings.md)           | User holdings                                                     |
| [GET /dexpal/v1/users/lp-holdings](/for-partners/endpoints/user-lp-holdings.md)     | User LP holdings                                                  |
| [AssetObject](/for-partners/schemas/asset-object.md)                                | Asset object schema                                               |
| [CollateralBreakdown](/for-partners/schemas/collateral-breakdown.md)                | Collateral breakdown schema                                       |
| [LeverageTier](/for-partners/schemas/leverage-tier.md)                              | Leverage tier schema                                              |
| [TriggerOrder](/for-partners/schemas/trigger-order.md)                              | Trigger order schema                                              |
| [TradingHours](/for-partners/schemas/trading-hours.md)                              | Trading hours schema                                              |
| [TwapConfig](/for-partners/schemas/twap-config.md)                                  | TWAP config schema                                                |
| [Pagination](/for-partners/schemas/pagination.md)                                   | Pagination schema                                                 |
| [Error Responses](/for-partners/schemas/error.md)                                   | Error schema                                                      |
