Markets
List Transactions
List recorded transactions for a market, newest first
GET
Returns the market’s recorded activity with pagination counters. Records are written when a transaction is confirmed through this API or observed during a chain sync. A transaction that is broadcast but never confirmed with
txHash is not recorded here until the next reconciliation pass.
Path Parameters
string
required
Market ID.
Query Parameters
integer
default:"50"
Records to return. Minimum 1, maximum 200.
integer
default:"0"
Records to skip. Minimum 0.
Response Fields
object
Transaction Types
amount is denominated in the market’s borrow asset for SUPPLY, WITHDRAW, BORROW, and REPAY, in collateral token units for COLLATERAL_ADDED and COLLATERAL_WITHDRAWN, and carries the submitted price for ORACLE_SYNC. CLOSE records 0.