Get list of collateral holders for a provided list of mints
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
}
}
]
A list of collateral holder objects
The response is of type object[]
.
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
}
}
]
Get list of collateral holders for a provided list of mints
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
}
}
]
A list of collateral holder objects
The response is of type object[]
.
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
}
}
]