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).
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 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.
Protocol | Address 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 |
NEAR Cardano Cosmos Polkadot Vaulta | ❌ APIs for those networks are on a legacy design. Manual tracking is required. | n/a |