Transparency
Pre-Trade Data
Returns the price levels in the order book with aggregated order quantities at each price level. The top 10 levels are returned for each trading pair.
GET
Pre-Trade Data
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns the price levels in the order book with aggregated order quantities at each price level. The top 10 levels are returned for each trading pair.
curl --request GET \
--url https://api.kraken.com/0/public/PreTrade{
"result": {
"symbol": "BTC/USD",
"description": "Bitcoin / US Dollars",
"base_asset": "BTC",
"base_dti_code": "<string>",
"base_dti_short_name": "<string>",
"quote_dti_code": "<string>",
"quote_dti_short_name": "<string>",
"quote_asset": "USD",
"quote_notation": "MONE",
"venue": "PGSL",
"system": "CLOB",
"bids": [
{
"side": "BUY",
"price": "102002.1",
"qty": "102002.1",
"count": 123,
"submission_ts": "2024-05-30T12:34:56.123456Z",
"publication_ts": "2024-05-30T12:34:56.123456Z"
}
],
"asks": [
{
"side": "SELL",
"price": "102002.1",
"qty": "102002.1",
"count": 123,
"submission_ts": "2024-05-30T12:34:56.123456Z",
"publication_ts": "2024-05-30T12:34:56.123456Z"
}
]
},
"error": [
"EGeneral:Invalid arguments"
]
}curl --request GET \
--url https://api.kraken.com/0/public/PreTrade{
"result": {
"symbol": "BTC/USD",
"description": "Bitcoin / US Dollars",
"base_asset": "BTC",
"base_dti_code": "<string>",
"base_dti_short_name": "<string>",
"quote_dti_code": "<string>",
"quote_dti_short_name": "<string>",
"quote_asset": "USD",
"quote_notation": "MONE",
"venue": "PGSL",
"system": "CLOB",
"bids": [
{
"side": "BUY",
"price": "102002.1",
"qty": "102002.1",
"count": 123,
"submission_ts": "2024-05-30T12:34:56.123456Z",
"publication_ts": "2024-05-30T12:34:56.123456Z"
}
],
"asks": [
{
"side": "SELL",
"price": "102002.1",
"qty": "102002.1",
"count": 123,
"submission_ts": "2024-05-30T12:34:56.123456Z",
"publication_ts": "2024-05-30T12:34:56.123456Z"
}
]
},
"error": [
"EGeneral:Invalid arguments"
]
}