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

# API Documentation

- [Overview](https://docs.ticko.xyz/api-documentation/overview.md)
- [REST Conventions](https://docs.ticko.xyz/api-documentation/overview/rest-conventions.md)
- [Response Envelope](https://docs.ticko.xyz/api-documentation/overview/response-envelope.md)
- [Cursor Pagination](https://docs.ticko.xyz/api-documentation/overview/cursor-pagination.md)
- [Rate Limits](https://docs.ticko.xyz/api-documentation/overview/rate-limits.md)
- [WebSocket](https://docs.ticko.xyz/api-documentation/overview/websocket.md)
- [WebSocket Overview](https://docs.ticko.xyz/api-documentation/overview/websocket/websocket-overview.md)
- [Subscribe & Unsubscribe](https://docs.ticko.xyz/api-documentation/overview/websocket/subscribe-and-unsubscribe.md)
- [Enum Definitions](https://docs.ticko.xyz/api-documentation/overview/enum-definitions.md)
- [Authentication](https://docs.ticko.xyz/api-documentation/authentication.md)
- [Agent Key](https://docs.ticko.xyz/api-documentation/authentication/agent-key.md)
- [Signing](https://docs.ticko.xyz/api-documentation/authentication/signing.md)
- [Examples](https://docs.ticko.xyz/api-documentation/authentication/examples.md)
- [Market](https://docs.ticko.xyz/api-documentation/market.md)
- [Rest API](https://docs.ticko.xyz/api-documentation/market/rest-api.md)
- [Get Symbols](https://docs.ticko.xyz/api-documentation/market/rest-api/get-symbols.md)
- [Get Coins](https://docs.ticko.xyz/api-documentation/market/rest-api/get-coins.md)
- [Get Tickers](https://docs.ticko.xyz/api-documentation/market/rest-api/get-tickers.md)
- [Get L2 Book](https://docs.ticko.xyz/api-documentation/market/rest-api/get-l2-book.md)
- [Get Recent Trades](https://docs.ticko.xyz/api-documentation/market/rest-api/get-recent-trades.md)
- [Get Klines](https://docs.ticko.xyz/api-documentation/market/rest-api/get-klines.md)
- [Get Funding Rate History](https://docs.ticko.xyz/api-documentation/market/rest-api/get-funding-rate-history.md)
- [Get Reference Data](https://docs.ticko.xyz/api-documentation/market/rest-api/get-reference-data.md)
- [WebSocket](https://docs.ticko.xyz/api-documentation/market/websocket.md)
- [BBO](https://docs.ticko.xyz/api-documentation/market/websocket/bbo.md)
- [Trade](https://docs.ticko.xyz/api-documentation/market/websocket/trade.md)
- [Kline](https://docs.ticko.xyz/api-documentation/market/websocket/kline.md)
- [L2 Book](https://docs.ticko.xyz/api-documentation/market/websocket/l2-book.md)
- [Ticker](https://docs.ticko.xyz/api-documentation/market/websocket/ticker.md)
- [All Tickers](https://docs.ticko.xyz/api-documentation/market/websocket/all-tickers.md)
- [Coin Price](https://docs.ticko.xyz/api-documentation/market/websocket/coin-price.md)
- [Trade](https://docs.ticko.xyz/api-documentation/trade.md)
- [Rest API](https://docs.ticko.xyz/api-documentation/trade/rest-api.md)
- [Place Order](https://docs.ticko.xyz/api-documentation/trade/rest-api/place-order.md)
- [Modify Order](https://docs.ticko.xyz/api-documentation/trade/rest-api/modify-order.md)
- [Cancel Order](https://docs.ticko.xyz/api-documentation/trade/rest-api/cancel-order.md)
- [Batch Place Orders](https://docs.ticko.xyz/api-documentation/trade/rest-api/batch-place-orders.md)
- [Batch Modify Orders](https://docs.ticko.xyz/api-documentation/trade/rest-api/batch-modify-orders.md)
- [Batch Cancel Orders](https://docs.ticko.xyz/api-documentation/trade/rest-api/batch-cancel-orders.md)
- [Chase Order](https://docs.ticko.xyz/api-documentation/trade/rest-api/chase-order.md)
- [Cancel All Orders](https://docs.ticko.xyz/api-documentation/trade/rest-api/cancel-all-orders.md)
- [Get Active Orders](https://docs.ticko.xyz/api-documentation/trade/rest-api/get-active-orders.md)
- [Get Order History](https://docs.ticko.xyz/api-documentation/trade/rest-api/get-order-history.md)
- [Get Executions](https://docs.ticko.xyz/api-documentation/trade/rest-api/get-executions.md)
- [Account](https://docs.ticko.xyz/api-documentation/account.md)
- [Rest API](https://docs.ticko.xyz/api-documentation/account/rest-api.md)
- [Get Balance](https://docs.ticko.xyz/api-documentation/account/rest-api/get-balance.md)
- [Get Positions](https://docs.ticko.xyz/api-documentation/account/rest-api/get-positions.md)
- [Get Position History](https://docs.ticko.xyz/api-documentation/account/rest-api/get-position-history.md)
- [Get Asset Flow](https://docs.ticko.xyz/api-documentation/account/rest-api/get-asset-flow.md)
- [Get Trading Flow](https://docs.ticko.xyz/api-documentation/account/rest-api/get-trading-flow.md)
- [Get Leverage Bracket](https://docs.ticko.xyz/api-documentation/account/rest-api/get-leverage-bracket.md)
- [Get Discount Rate](https://docs.ticko.xyz/api-documentation/account/rest-api/get-discount-rate.md)
- [Get Max Open Interest](https://docs.ticko.xyz/api-documentation/account/rest-api/get-max-open-interest.md)
- [Get Account Settings](https://docs.ticko.xyz/api-documentation/account/rest-api/get-account-settings.md)
- [Set Position Mode](https://docs.ticko.xyz/api-documentation/account/rest-api/set-position-mode.md)
- [Set Leverage](https://docs.ticko.xyz/api-documentation/account/rest-api/set-leverage.md)
- [Adjust Isolated Margin](https://docs.ticko.xyz/api-documentation/account/rest-api/adjust-isolated-margin.md)
- [Transfer](https://docs.ticko.xyz/api-documentation/account/rest-api/transfer.md)
- [Withdraw](https://docs.ticko.xyz/api-documentation/account/rest-api/withdraw.md)
- [WebSocket](https://docs.ticko.xyz/api-documentation/account/websocket.md)
- [Order](https://docs.ticko.xyz/api-documentation/account/websocket/order.md)
- [Execution](https://docs.ticko.xyz/api-documentation/account/websocket/execution.md)
- [Position](https://docs.ticko.xyz/api-documentation/account/websocket/position.md)
- [Balance](https://docs.ticko.xyz/api-documentation/account/websocket/balance.md)
- [Settings](https://docs.ticko.xyz/api-documentation/account/websocket/settings.md)
- [Sub-Account](https://docs.ticko.xyz/api-documentation/sub-account.md)
- [Rest API](https://docs.ticko.xyz/api-documentation/sub-account/rest-api.md)
- [Create Sub-Account](https://docs.ticko.xyz/api-documentation/sub-account/rest-api/create-sub-account.md)
- [Get Children](https://docs.ticko.xyz/api-documentation/sub-account/rest-api/get-children.md)
- [Get Main Account](https://docs.ticko.xyz/api-documentation/sub-account/rest-api/get-main-account.md)
- [Agent Key](https://docs.ticko.xyz/api-documentation/agent-key.md)
- [Rest API](https://docs.ticko.xyz/api-documentation/agent-key/rest-api.md)
- [Create API Key](https://docs.ticko.xyz/api-documentation/agent-key/rest-api/create-api-key.md)
- [Revoke API Key](https://docs.ticko.xyz/api-documentation/agent-key/rest-api/revoke-api-key.md)
- [Renew API Key](https://docs.ticko.xyz/api-documentation/agent-key/rest-api/renew-api-key.md)
- [Get API Keys](https://docs.ticko.xyz/api-documentation/agent-key/rest-api/get-api-keys.md)
- [Explorer](https://docs.ticko.xyz/api-documentation/explorer.md)
- [Rest API](https://docs.ticko.xyz/api-documentation/explorer/rest-api.md)
- [Get Block](https://docs.ticko.xyz/api-documentation/explorer/rest-api/get-block.md)
- [Get Transaction](https://docs.ticko.xyz/api-documentation/explorer/rest-api/get-transaction.md)
- [Get Address Transactions](https://docs.ticko.xyz/api-documentation/explorer/rest-api/get-address-transactions.md)
- [WebSocket](https://docs.ticko.xyz/api-documentation/explorer/websocket.md)
- [Explorer Block](https://docs.ticko.xyz/api-documentation/explorer/websocket/explorer-block.md)
- [Explorer Txs](https://docs.ticko.xyz/api-documentation/explorer/websocket/explorer-txs.md)
- [Error Codes](https://docs.ticko.xyz/api-documentation/error-codes.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ticko.xyz/api-documentation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
