/swap-transactions
List swap transactions for a wallet, ordered by most recent first. Supports cursor-based pagination.
Authorization
API-Key token<token>
API key authentication via header (token)
In: header
Query Parameters
walletVkey*string
Wallet verification key (vKey) to filter swap transactions
Match
^[0-9a-fA-F]{56}$Length
56 <= length <= 56limit?number
Number of swap transactions to return
Default
10Range
1 <= value <= 100cursorId?string
Cursor ID for pagination
Length
length <= 64Response Body
application/json
curl -X GET "https://loading/./../api/v1/swap/transactions?walletVkey=stringstringstringstringstringstringstringstringstringst"{
"SwapTransactions": [
{
"id": "clx1abc...",
"createdAt": "2026-03-06T12:00:00.000Z",
"txHash": "abc123def456...",
"status": "Confirmed",
"swapStatus": "Completed",
"confirmations": 15,
"fromPolicyId": "",
"fromAssetName": "",
"fromAmount": "10",
"toPolicyId": "c48cbb3d5e57ed56e276bc45f99ab39abe94e6cd7ac39fb402da47ad",
"toAssetName": "0014df105553444d",
"poolId": "pool_id_here",
"slippage": 0.03,
"cancelTxHash": null,
"orderOutputIndex": null
}
]
}Empty
Empty



