A successful response.
const response = await fetch('https://inj.nownodes.io/injective/auction/v1beta1/basket', { method: 'GET', headers: {}, }); const data = await response.json();
{ "amount": [ { "denom": "text", "amount": "text" } ], "auctionRound": "text", "auctionClosingTime": "text", "highestBidder": "text", "highestBidAmount": "text" }