API Reference

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 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