# Table of contents
* [Pacifica Rust SDK](README.md)
## API DOCUMENTATION (reference)
* [InfoClient](docs/info-client.md)
* [Error Codes](docs/error-codes.md)
* [ExchangeClient](docs/exchangeclient.md)
* [Tick and lot size](docs/tick-and-lot-size.md)
* [Rate Limits](docs/rate-limits/README.md)
* [API-Key rate limiting](docs/rate-limits/api-key-rate-limiting.md)
* [Signing](docs/signing/README.md)
* [Implementation](docs/signing/implementation.md)
* [Hardware Wallet](docs/signing/hardware-wallet.md)
* [Agent Wallet](docs/signing/agent-wallet.md)
* [Operation Types](docs/signing/operation-types.md)
* [Websocket](docs/websocket/README.md)
* [Subscriptions](docs/websocket/subscriptions/README.md)
* [Prices](docs/websocket/subscriptions/prices.md)
* [Orderbook](docs/websocket/subscriptions/orderbook.md)
* [Trades](docs/websocket/subscriptions/trades.md)
* [Candle](docs/websocket/subscriptions/candle.md)
* [Account margin](docs/websocket/subscriptions/account-margin.md)
* [Account leverage](docs/websocket/subscriptions/account-leverage.md)
* [Account info](docs/websocket/subscriptions/account-info.md)
* [Account positions](docs/websocket/subscriptions/account-positions.md)
* [Account orders](docs/websocket/subscriptions/account-orders.md)
* [Account order updates](docs/websocket/subscriptions/account-order-updates.md)
* [Account trades](docs/websocket/subscriptions/account-trades.md)
* [Trading operations](docs/websocket/trading-operations/README.md)
* [Create market order](docs/websocket/trading-operations/create-market-order.md)
* [Create limit order](docs/websocket/trading-operations/create-limit-order.md)
* [Cancel order](docs/websocket/trading-operations/cancel-order.md)
* [Cancel all orders](docs/websocket/trading-operations/cancel-all-orders.md)
* [REST API](docs/rest-api/README.md)
* [Subaccounts](docs/rest-api/subaccounts/README.md)
* [Create subaccount](docs/rest-api/subaccounts/create-subaccount.md)
* [Subaccount fund transfer](docs/rest-api/subaccounts/subaccount-fund-transfer.md)
* [Markets](docs/rest-api/markets/README.md)
* [Get market info](docs/rest-api/markets/get-market-info.md)
* [Get prices](docs/rest-api/markets/get-prices.md)
* [Get kline (candle) data](docs/rest-api/markets/get-kline-candle-data.md)
* [Get orderbook](docs/rest-api/markets/get-orderbook.md)
* [Get recent trades](docs/rest-api/markets/get-recent-trades.md)
* [Get historical funding](docs/rest-api/markets/get-historical-funding.md)
* [Account](docs/rest-api/account/README.md)
* [Request withdrawal](docs/rest-api/account/request-withdrawal.md)
* [Get account balance history](docs/rest-api/account/get-account-balance-history.md)
* [Get account equity history](docs/rest-api/account/get-account-equity-history.md)
* [Get funding history](docs/rest-api/account/get-funding-history.md)
* [Get account info](docs/rest-api/account/get-account-info.md)
* [Get account settings](docs/rest-api/account/get-account-settings.md)
* [Update leverage](docs/rest-api/account/update-leverage.md)
* [Update margin mode](docs/rest-api/account/update-margin-mode.md)
* [Get positions](docs/rest-api/account/get-positions.md)
* [Get trade history](docs/rest-api/account/get-trade-history.md)
* [Orders](docs/rest-api/orders/README.md)
* [Create market order](docs/rest-api/orders/create-market-order.md)
* [Create limit order](docs/rest-api/orders/create-limit-order.md)
* [Create stop order](docs/rest-api/orders/create-stop-order.md)
* [Create position TP/SL](docs/rest-api/orders/create-position-tp-sl.md)
* [Cancel order](docs/rest-api/orders/cancel-order.md)
* [Cancel all orders](docs/rest-api/orders/cancel-all-orders.md)
* [Cancel stop order](docs/rest-api/orders/cancel-stop-order.md)
* [Batch Order](docs/rest-api/orders/batch-order.md)
* [Get open orders](docs/rest-api/orders/get-open-orders.md)
* [Get order history](docs/rest-api/orders/get-order-history.md)
* [Get order history by ID](docs/rest-api/orders/get-order-history-by-id.md)
* [Common](docs/common/README.md)
* [REST](docs/common/rest.md)
* [Signature](docs/common/signature.md)
* [WS](docs/common/ws.md)
* [Enum Types](docs/common/enum-types.md)