URL
Hello, I am using your Web3 Data API and trying to POST to:
https://data.nodit.io/api/v1/jsonrpc
I couldn’t find the relevant endpoints in the official API reference documentation.
Hello,
I am currently looking to use the On-Chain Metrics API (such as SOPR, MVRV, Active Address, etc.) provided by NODIT. However, I couldn’t find the relevant endpoints in the official API reference documentation.
Could you please provide the updated endpoint paths and an example of the response format?
Question
Hello,
I am currently looking to use the On-Chain Metrics API (such as SOPR, MVRV, Active Address, etc.) provided by NODIT. However, I couldn’t find the relevant endpoints in the official API reference documentation.
Could you please provide the updated endpoint paths and an example of the response format?
ethglobal taipei mainnet support
This isn't a technical question, but I couldn't find any other place to ask. For the ETHGlobal Taipei NODIT track, the guidelines mention that projects must be deployed on a testnet. However, we're building as a startup and plan to deploy on the mainnet during the hackathon itself. Would we still be eligible for the prize track?
Querying contract
Hello. How can I query the current state of the specified APTOS contract using Nodit Indexer and Hedera Cloud?
Can't get Events emitted by Smart contract using Nodit Indexer
Hello, I have a smart contract that emits an event when upload_content
is called. I see the events emitted when I check Testnet explorer, however, if I try to get it with Nodes index, it doesn't show.
Events in aptos
Hi guys,
In aptos document, mentions Event-Handle events are deprecated and introduces working by Module Events.
I'm looking for a Node API for getting Module Events.
I found just these:
https://developer.nodit.io/reference/aptos_geteventsbyeventhandle
Is there any?