Skip to main content
GET
Get liquidations by user address

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours at https://0xarchive.io/dashboard

Path Parameters

user
string
required

User wallet address (e.g., 0x...)

Example:

"0x84eec0068b37919cc8f13d7454073ac167374cc0"

Query Parameters

start
integer<int64>

Start timestamp in Unix milliseconds. Defaults to 24h ago.

end
integer<int64>

End timestamp in Unix milliseconds. Defaults to now.

symbol
string

Optional symbol filter (e.g., BTC, ETH)

cursor
string

Cursor for pagination (timestamp in milliseconds)

limit
integer
default:100

Maximum number of results (default: 100, max: 1000)

Required range: x <= 1000

Response

User liquidation events

API response containing an array of liquidation events

success
boolean
Example:

true

data
object[]
meta
object
Last modified on August 13, 2026