A successful response.
Coin defines a token with a denomination and an amount.
NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.
const response = await fetch('https://inj.nownodes.io/chainlink/ocr/v1beta1/owed_amount/{transmitter}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "amount": { "denom": "text", "amount": "text" } }