Returns Hadron transactions for a pool, ordered newest first. Cursor-paginated — you can walk the full history of a pool by following next_cursor.
Documentation Index
Fetch the complete documentation index at: https://docs.hadron.fi/llms.txt
Use this file to discover all available pages before exploring further.
200.next_cursor value from the previous response to
fetch the next page. When the server returns next_cursor: null
(equivalently has_more: false), you have reached the end of the
pool’s history.SwapExactIn, Deposit). See the Instruction Types table below for possible values. When set, only transactions matching this type are returned. Pages may contain fewer than limit results.mainnet-beta or devnet.?cursor=... on the next request to fetch the
following page. null when there are no more transactions (end of history).true if more transactions are available beyond this page, false
if this is the last page.| Type | Description |
|---|---|
Initialize | Pool initialization |
Deposit | Liquidity deposit |
Withdraw | Liquidity withdrawal |
SwapExactIn | Swap with exact input amount |
SetCurve | Price curve update |
UpdateMidprice | Oracle midprice update |
InitializeFeeConfig | Global fee config initialization |
UpdateFeeConfig | Global fee config update |
SetRiskCurve | Risk curve update |
UpdateBaseSpread | Base spread factor update |
UpdateMidpriceAndBaseSpread | Combined midprice and spread update |
SwitchPriceCurve | Switch active price curve slot |
SwitchRiskCurve | Switch active risk curve slot |
InitializeSpreadConfig | Spread config initialization |
UpdateSpreadConfig | Spread config update |
UpdateDeltaStaleness | Delta staleness parameter update |
NominateAuthority | Nominate new pool authority |
AcceptAuthority | Authority transfer acceptance |
SubmitCurveUpdates | Batch curve update submission |
ApplyCurveUpdates | Apply pending curve updates |
ClosePool | Close and reclaim pool rent |
SetPoolState | Pool state change (pause/freeze/resume) |
AllocateCurvePrefabs | Allocate curve prefab storage |
SetQuotingAuthority | Set quoting authority |
RotateFeeAdmin | Rotate fee admin key |
InitializePoolFeeConfig | Per-pool fee config initialization |
UpdatePoolFeeConfig | Per-pool fee config update |