Funds lists all insurance funds.
OK response.
const response = await fetch('https://inj-indexer.nownodes.io/api/exchange/insurance/v1/funds', {
method: 'GET',
headers: {},
});
const data = await response.json();
{
"funds": [
{
"balance": "10000000000",
"depositDenom": "peggy0xdAC17F958D2ee523a2206206994597C13D831ec7",
"depositTokenMeta": {
"address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"decimals": 18,
"logo": "https://static.alchemyapi.io/images/assets/825.png",
"name": "Tether",
"symbol": "USDT",
"updatedAt": 1544614248000
},
"expiry": 0,
"marketId": "0x682410b0003227bb0eb3fb5bb0ad0f176cb9356c5177f234f4ff0002f339c763",
"marketTicker": "INJ/USDT PERP",
"oracleBase": "INJ",
"oracleQuote": "USDT",
"oracleType": "band",
"poolTokenDenom": "share2",
"redemptionNoticePeriodDuration": 1209600,
"totalShare": "100000000000000000"
},
{
"balance": "10000000000",
"depositDenom": "peggy0xdAC17F958D2ee523a2206206994597C13D831ec7",
"depositTokenMeta": {
"address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"decimals": 18,
"logo": "https://static.alchemyapi.io/images/assets/825.png",
"name": "Tether",
"symbol": "USDT",
"updatedAt": 1544614248000
},
"expiry": 0,
"marketId": "0x682410b0003227bb0eb3fb5bb0ad0f176cb9356c5177f234f4ff0002f339c763",
"marketTicker": "INJ/USDT PERP",
"oracleBase": "INJ",
"oracleQuote": "USDT",
"oracleType": "band",
"poolTokenDenom": "share2",
"redemptionNoticePeriodDuration": 1209600,
"totalShare": "100000000000000000"
}
]
}