POST
/
markets
/
collateral
/
holders
curl --request POST \
  --url https://tars.loopscale.com/v1/markets/collateral/holders \
  --header 'Content-Type: application/json' \
  --data '{
  "mints": [
    "<string>"
  ]
}'
[
  {
    "collateralMint": "6TiBRYFLs9H4wnwEVyqZfPs6bshAM9ZcaS976tDDGuD",
    "totalDeposits": 389168.10806099995,
    "userDeposits": {
      "G7mjP2Hpj3A5d6f1LTjXUAy8MR8FDTvZcPY79RDhQv": 278911.414198,
      "6Fjoe4udyj6r1ZLk3MDPcFzeDYNWvekSkjNwyEAsWTmTw": 137741.601249
    }
  }
]

Body

application/json

Response

200
application/json

A list of collateral holder objects

The response is of type object[].