FAQ
Last updated
Last updated
First, make sure that your node is synced to the latest block. You can check the tip by calling the following node RPC:
curl --location 'https://testnet-ckb-720a.utxo.global' \
--header 'Content-Type: application/json' \
--data '{
"id": 42,
"jsonrpc": "2.0",
"method": "get_indexer_tip",
"params": []
}'
This command will return the current tip of the indexer. If you're not at the latest block, the data might not be available. If the issue persists, please join our to ask for support.
You need to adjust the INDEXER_API
variable to point to the appropriate base URL. For Testnet, use , and for Mainnet, use .
The rate limit depends on your API key. The Basic key allows up to 60 requests per minute, while the Pro key offers higher limits and additional endpoints.