# Anboto API Reference > REST and WebSocket API reference for the Anboto algorithmic trading platform. Anboto is an institutional crypto execution platform: REST + WebSocket API for algo order execution (TWAP, VWAP, POV, Implementation Shortfall, Iceberg, Limit, Market) routed across 14+ CEXs and perp-DEXs (Binance, OKX, Bybit, Coinbase Prime, Hyperliquid, ...). Authentication uses API keys with HMAC-SHA256 or RSA-SHA256 request signing. Testnet (all fills simulated): https://api.testnet.anboto.xyz; production: https://api.pro.anboto.xyz. ## Documentation - [Welcome](https://api-docs.anboto.xyz/index.md) - [For AI agents](https://api-docs.anboto.xyz/resources/agents/index.md) - [Errors](https://api-docs.anboto.xyz/resources/errors/index.md) - [Request examples](https://api-docs.anboto.xyz/resources/examples/index.md) - [Get started](https://api-docs.anboto.xyz/resources/get-started/index.md) - [Rate limits](https://api-docs.anboto.xyz/resources/rate-limits/index.md) - [WebSocket](https://api-docs.anboto.xyz/resources/websocket/index.md) - [Change notices](https://api-docs.anboto.xyz/change-notices/index.md) - [Overview](https://api-docs.anboto.xyz/reference/index.md) - [Cancel all open orders](https://api-docs.anboto.xyz/reference/cancel-all-open-orders/index.md) - [Cancel many](https://api-docs.anboto.xyz/reference/cancel-many/index.md) - [Cancel order](https://api-docs.anboto.xyz/reference/cancel-order/index.md) - [Create many multi legs orders](https://api-docs.anboto.xyz/reference/create-many-multi-legs-orders/index.md) - [Create many orders](https://api-docs.anboto.xyz/reference/create-many-orders/index.md) - [Create multi legs order](https://api-docs.anboto.xyz/reference/create-multi-legs-order/index.md) - [Create order](https://api-docs.anboto.xyz/reference/create-order/index.md) - [Exchanges](https://api-docs.anboto.xyz/reference/exchanges/index.md) - [Find orders](https://api-docs.anboto.xyz/reference/find-orders/index.md) - [Funding rate history](https://api-docs.anboto.xyz/reference/funding-rate-history/index.md) - [Get balance](https://api-docs.anboto.xyz/reference/get-balance/index.md) - [Get open orders](https://api-docs.anboto.xyz/reference/get-open-orders/index.md) - [Get orders](https://api-docs.anboto.xyz/reference/get-orders/index.md) - [Get position](https://api-docs.anboto.xyz/reference/get-position/index.md) - [Get user trades](https://api-docs.anboto.xyz/reference/get-user-trades/index.md) - [Instruments](https://api-docs.anboto.xyz/reference/instruments/index.md) - [Last funding rates](https://api-docs.anboto.xyz/reference/last-funding-rates/index.md) - [Listen key](https://api-docs.anboto.xyz/reference/listen-key/index.md) - [All schemas](https://api-docs.anboto.xyz/reference/schemas/index.md) - [Status](https://api-docs.anboto.xyz/reference/status/index.md) - [balance](https://api-docs.anboto.xyz/reference/ws-balance/index.md) - [child_order](https://api-docs.anboto.xyz/reference/ws-child-order/index.md) - [Overview](https://api-docs.anboto.xyz/reference/ws-index/index.md) - [Keep-alive (ping/pong)](https://api-docs.anboto.xyz/reference/ws-keep-alive/index.md) - [ohlcv](https://api-docs.anboto.xyz/reference/ws-ohlcv/index.md) - [open_interest](https://api-docs.anboto.xyz/reference/ws-open-interest/index.md) - [order](https://api-docs.anboto.xyz/reference/ws-order/index.md) - [position_risk](https://api-docs.anboto.xyz/reference/ws-position-risk/index.md) - [position](https://api-docs.anboto.xyz/reference/ws-position/index.md) - [ticker](https://api-docs.anboto.xyz/reference/ws-ticker/index.md) - [trade](https://api-docs.anboto.xyz/reference/ws-trade/index.md)