liquidatable

Get the list of liquidatable accounts.

Get the list of liquidatable accounts.

POST Request

Field
Type
Description

type

string

Must be "liquidatable"

curl -X POST https://api.hydromancer.xyz/info \
  -H "Authorization: Bearer $HYDROMANCER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "type": "liquidatable"
  }'

Last updated