Tracking Addresses for Reporting

We offer a generic endpoint for tracking any address for reporting (aka to be included back in GET endpoints, to be displayed in our App's dashboard, etc).

πŸ”— Track address endpoint :

It's important to understand when to use it and when it's not necessary

πŸ‘‰ If you use our API for tx crafting

βœ… We automatically track the wallet and any child delegations (stake accounts for SOL, validators for ETH, etc). No manual tracking is required.

πŸ‘‰ If you don't use our API for tx crafting but for broadcasting

❌ We generally do not decode the transaction we broadcast which means we don't add the new address for indexing. If the address is new to us, you need to track the address via our API.

πŸ‘‰ If you stake to our validators but are not using our API

❌ Same as the case above: if the address is new to us, you need to track the address via our API.



ProtocolAddress Auto Tracked?When?
ETHβœ…When validator is created via Create Validators
SOLβœ…When staking tx is created via Stake
Babylonβœ…When delegation is updated via Update Delegation
AVAXβœ…When the delegate tx is created via Delegate
SUIβœ…When the stake account tx is created via Stake
ADAβœ…When a delegate transaction is requested via Delegate
NEAR
Cosmos
Polkadot
Vaulta
❌
APIs for those networks are on a legacy design. Manual tracking is required.
n/a