Inspector API
For more information about the product please refer to Inspector. Inspector API key found under Settings > API keys
Inspector Batch API
Inspector also supports batch requests. Submit batch via POST and retrieve the responses using the batchId GET endpoints.
EVM
Any of the following: "1", "10", "56", "137", "8453", "42161", "43114"
yes
Tron
"TRON"
yes
Bitcoin
"BITCOIN"
yes
Solana
"SOLANA"
yes
Litecoin
"LITECOIN"
yes
Ripple
"RIPPLE"
yes
COMPLETED
The batch was completed without any issues.
IN_PROGRESS
Batch is still in progress and should complete soon.
FAILED
All addresses in batch are either invalid or combinations with chainId are invalid. Error messages provided for each address.
PARTIALLY_FAILED
Some addresses in the batch are valid and processed, while others have error message with description why they have failed.
EXPIRED
Batch has not completed within a reasonable timeframe.
Last updated