QueryPendingRedemptionsResponse is the response type for the Query/PendingRedemptions RPC method.
GET /injective/insurance/v1beta1/pending_redemptions HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "amount": [ { "denom": "text", "amount": "text" } ] }