> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Trading: Direct API: Kraken

> Kraken endpoints and compute-unit rates for Trading: Direct API.

[← Back to Trading: Direct API](/reference/direct-api/categories/direct-api-trading)

### GET

| Path                                                                    | Est. CU | Description                                                                                                                                                                         |
| ----------------------------------------------------------------------- | ------: | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <code>direct/v1/Kraken/api/history/v3/executions</code>                 |      20 | Lists executions/trades for authenticated account.                                                                                                                                  |
| <code>direct/v1/Kraken/derivatives/api/v3/feeschedules</code>           |      20 | This endpoint lists all fee schedules.                                                                                                                                              |
| <code>direct/v1/Kraken/derivatives/api/v3/openorders</code>             |      20 | This endpoint returns information on all open orders for all Futures contracts.                                                                                                     |
| <code>direct/v1/Kraken/derivatives/api/v3<br />/openpositions</code>    |      20 | This endpoint returns the size and average entry price of all open positions in Futures contracts. This includes Futures contracts that have matured but have not yet been settled. |
| <code>direct/v1/Kraken/api/history/v3/orders</code>                     |      20 | Lists order events for authenticated account.                                                                                                                                       |
| <code>direct/v1/Kraken/derivatives/api/v3/unwindqueue</code>            |      20 | This endpoint returns the percentile of the open position in case of unwinding.                                                                                                     |
| <code>direct/v1/Kraken/api/history/v3/positions</code>                  |      20 | Lists position events for authenticated account.                                                                                                                                    |
| <code>direct/v1/Kraken/api/history/v3/triggers</code>                   |      20 | Lists trigger events for authenticated account.                                                                                                                                     |
| <code>direct/v1/Kraken/derivatives/api/v3/fills</code>                  |      20 | This endpoint returns information on your filled orders for all futures contracts.                                                                                                  |
| <code>direct/v1/Kraken/derivatives/api/v3/rfqs</code>                   |      20 | Retrieve all currently open RFQs                                                                                                                                                    |
| <code>direct/v1/Kraken/derivatives/api/v3/rfqs<br />/open-offers</code> |      20 | Retrieve all open offers for the account on currently open RFQs                                                                                                                     |
| <code>direct/v1/Kraken/derivatives/api/v3/rfqs<br />/open-rfqs</code>   |      20 | Retrieve all currently open RFQs created by the authenticated account.                                                                                                              |
| <code>direct/v1/Kraken/derivatives/api/v3/rfqs<br />/{rfqUid}</code>    |      20 | Retrieve a specific open RFQ by its unique identifier                                                                                                                               |
