I don't know if the Koios API has changed, but unfortunately I was unable to get an inline datum from the utxo_info call.
It turned out, that the call does need to include the _extended: true get parameter to populate some fields such as inline_datum, which will be null otherwise.
I don't know if the Koios API has changed, but unfortunately I was unable to get an inline datum from the utxo_info call.
It turned out, that the call does need to include the
_extended: true
get parameter to populate some fields such asinline_datum
, which will benull
otherwise.Is there currently a way to pass the get parameter to the getTransactionInformation method?
Thx 🙏