Skip to main content
GET
Get liquidation history

Authorizations

Authorization
string
header
required

Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.

Query Parameters

offset
integer
default:0

Offset for pagination

Required range: x >= 0
Example:

0

limit
integer
default:25

Maximum number of items to return

Required range: 1 <= x <= 100
Example:

25

integrationId
string
required

Integration identifier (must be a Morpho Blue borrow integration)

Example:

"morpho-blue-borrow"

network
string
required

Network identifier in CAIP-2 format (e.g. eip155:1 for Ethereum, eip155:8453 for Base). Portal translates this to the Yield.xyz network name; unsupported chains are rejected with a 400.

address
string
required

User wallet address (the liquidated borrower)

Example:

"0x742d35Cc6634C0532925a3b844Bc9e7595f8fB28"

marketId
string

Optional market filter. Accepts the integration market id or the on-chain bytes32 market hash.

Example:

"morpho-blue-borrow-ethereum-cbbtc-usdc-0x0c6b..."

Response

Paginated list of liquidation events

data
object
required