mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 08:18:07 +00:00
18 lines
919 B
Markdown
18 lines
919 B
Markdown
## About StandX API
|
|
|
|
StandX provides REST and WebSocket APIs for perpetual futures trading. Access real-time market data, manage positions, execute trades, and monitor your portfolio programmatically.
|
|
|
|
## Documentation
|
|
|
|
- **[Authentication](https://docs.standx.com/standx-api/perps-auth)** - JWT authentication and request signing guide
|
|
- **[HTTP API](https://docs.standx.com/standx-api/perps-http)** - Complete REST endpoint reference for trading, user data, and market information
|
|
- **[WebSocket API](https://docs.standx.com/standx-api/perps-ws)** - Real-time data streams and event subscriptions
|
|
- **[API Reference](https://docs.standx.com/standx-api/perps-reference)** - Enums, constants, and error codes
|
|
|
|
Base URL: `https://perps.standx.com`
|
|
|
|
Get started by obtaining your JWT token through wallet signature authentication.
|
|
|
|
Last updated on
|
|
|
|
[Perps Auth](https://docs.standx.com/standx-api/perps-auth "Perps Auth") |