Lists the users trades and transactions
curl --request GET \
--url https://nexus.kraken.com/b2b/portfolio/{user}/transactions \
--header 'API-Key: <api-key>' \
--header 'API-Sign: <api-key>'{
"result": {
"transactions": [
{
"id": "<string>",
"time": "2023-11-07T05:31:56Z",
"type": "simple_order",
"ref_id": "<string>",
"status": "unspecified",
"ref_id2": "<string>",
"spend": {
"amount": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"total": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"ledger_id": "<string>",
"time": "2023-11-07T05:31:56Z",
"quoted_amount": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"fee": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"quoted_fee": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"quoted_total": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"balance": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
}
},
"receive": {
"amount": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"total": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"ledger_id": "<string>",
"time": "2023-11-07T05:31:56Z",
"quoted_amount": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"fee": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"quoted_fee": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"quoted_total": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"balance": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
}
},
"details": {
"type": "simple_order",
"quote_id": "<string>",
"trade_type": "unspecified",
"parent_transaction": "<string>"
}
}
],
"next_cursor": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://kraken-sandbox.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The "API-Key" header should contain your API key.
Authenticated requests should be signed with the "API-Sign" header, using a signature generated with your private key, nonce, encoded payload, and URI path.
The target version of the Embed API to use. The API version name is based on the date when the API version was released. For example, the API version 2025-04-15 was released on April 15, 2025.
2025-04-15 Internet International Bank Account Number (IIBAN)
14 - 42Pagination cursor for fetching the next set of results
Filter for transaction types
simple_order, simple_order_failed, custom_order, custom_order_failed, earn_reward, deposit Number of transactions to return per page. Default is 25 if not specified.
0 <= x <= 25Filter transactions by specific assets
16Filter transactions that occurred after this timestamp (exclusive)
Filter transactions that occurred before or at this timestamp (inclusive)
Filter transactions by their status
Filter criteria for transaction status in query results.
no_status, unspecified, in_progress, successful, failed Filter transactions by specific transaction IDs
A unique identifier for a portfolio transaction.
Specify the order of results (ascending or descending by time)
descending, ascending Reference ID filters, this can be used to filter by quote id.
Show child attributes
Currency to use for quoting amounts and fees in the response. Quoting is best-effort based on rates at transaction time. If not provided or if quoting is unavailable, quoted fields will be None.
16Response
Show child attributes
curl --request GET \
--url https://nexus.kraken.com/b2b/portfolio/{user}/transactions \
--header 'API-Key: <api-key>' \
--header 'API-Sign: <api-key>'{
"result": {
"transactions": [
{
"id": "<string>",
"time": "2023-11-07T05:31:56Z",
"type": "simple_order",
"ref_id": "<string>",
"status": "unspecified",
"ref_id2": "<string>",
"spend": {
"amount": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"total": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"ledger_id": "<string>",
"time": "2023-11-07T05:31:56Z",
"quoted_amount": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"fee": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"quoted_fee": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"quoted_total": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"balance": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
}
},
"receive": {
"amount": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"total": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"ledger_id": "<string>",
"time": "2023-11-07T05:31:56Z",
"quoted_amount": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"fee": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"quoted_fee": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"quoted_total": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
},
"balance": {
"asset": "<string>",
"amount": "1.23",
"asset_class": "currency",
"asset_name": "<string>"
}
},
"details": {
"type": "simple_order",
"quote_id": "<string>",
"trade_type": "unspecified",
"parent_transaction": "<string>"
}
}
],
"next_cursor": "<string>"
}
}