cURL
curl --request GET \ --url https://api.circular.rosetta.sh/api/v1/liquidations/user/{address} \ --header 'Authorization: Bearer <token>'
{ "data": [ { "hash": "<string>", "blockNumber": 123, "timestamp": 123, "chainId": 123, "protocol": "<string>", "borrower": "<string>", "liquidator": "<string>", "collateralAsset": "<string>", "loanAsset": "<string>", "seizedUsd": 123, "repaidUsd": 123, "badDebtUsd": 123, "marketKey": "<string>" } ], "meta": { "latencyMs": 123, "freshness": "<string>", "source": "<string>" } }
Fetch liquidation history for a specific wallet address.
API key in format circ_live_* or circ_test_*
Ethereum wallet address (0x...)
User liquidation history
Show child attributes