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 by customers is required.
π If don't use our API for tx crafting but for broadcasting
β We generally do not decode the transaction they broadcast and do not write any new address to the list we watch for indexing. If the address is new to us, they need track address via our API.
π Those who stake to our validator but not via our API
β Same as the case above: if the address is new to us, they need track 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 |