> For the complete documentation index, see [llms.txt](https://usefelix.gitbook.io/perps/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://usefelix.gitbook.io/perps/advanced/developers.md).

# Developers

## API Endpoints

All Felix-deployed markets are deployed on Hyperliquid, specifically on the HyperCore environment. This means that market makers can access Felix-deployed markets via the same endpoints that are used for accessing the validator-deployed markets.

More information about Hyperliquid API endpoints (Rest, Websockets) can be accessed here: <https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api>.

**SDKs**

* Python SDK: <https://github.com/hyperliquid-dex/hyperliquid-python-sdk>
* Typescript SDKs written by members of the community: <https://github.com/nktkas/hyperliquid> <https://github.com/nomeida/hyperliquid>
* Rust SDK (not maintained): <https://github.com/hyperliquid-dex/hyperliquid-rust-sdk>
* CCXT also maintains integrations in multiple languages that conforms with the standard CCXT API: <https://docs.ccxt.com/#/exchanges/hyperliquid>
