# PowerTrade API Overview | Automate Crypto Options Trading

## Important

API USE IS CURRENTLY DISABLED. PLEASE GET IN TOUCH IF YOU THINK YOU NEED IT.

## PowerTrade API Overview | Automate Crypto Options Trading

### Public Endpoints

#### a. Reference Data (static instrument/trading rules information)

WebSockets: [Reference Data Documentation](https://power-trade.github.io/api-docs-source/ws_feeds.html#Market_Feeds_Reference_Data)

#### b. Top of Book, Order books, Risk, Settlement Price, Index Price

WebSockets: [Documentation](https://power-trade.github.io/api-docs-source/ws_feeds.html#Market_Feeds_Per_Symbol_Channels)

#### c. Public Trades

REST: [Documentation](https://power-trade.github.io/api-docs-source/rest_api.html#_get_v1historytrades)

WebSockets: [Documentation](https://power-trade.github.io/api-docs-source/ws_feeds.html#rte_trade)

#### d. Exchange Statistics (Volume, % Price Change)

REST: [Documentation](https://power-trade.github.io/api-docs-source/rest_api.html#_get_v1market_datacurrencyidsummary)

### Private Endpoints

(See the [Authentication](/api/authentication.md) page for access token generation)

#### a. Order Management

Order Entry: [Documentation](https://power-trade.github.io/api-docs-source/fix_order_entry.html)

Drop Copy: [Documentation](https://power-trade.github.io/api-docs-source/fix_drop_copy.html)

Examples in Go: [See on Github](https://github.com/Power-Trade/fix-api-clients)

#### b. Positions and Balances

WebSockets: [Documentation](https://power-trade.github.io/api-docs-source/ws_position_summary.html)

REST: [Documentation](https://power-trade.github.io/api-docs-source/rest_api.html#_get_v1balancefunds_holdings)

#### c. History (Trades, Deposits, Withdrawals, Settlement, Funding)

REST: [Documentation](https://power-trade.github.io/api-docs-source/rest_api.html#_get_v1reportingbalance_activity)

### Still have questions?

**Email Support:** <support@power.trade>

**Telegram:** <https://t.me/power_trade>


---

# Agent Instructions: 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:

```
GET https://support.power.trade/api/api-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
