API Reference

Track Address

This endpoint enables programmatic tracking of addresses/fees for reporting purposes and aims to replace the manually processes of generating/exchanging/processing of Google Sheets.

  • 54 protocol supported (see enum in OpenAPI spec for values)
  • address_type for ETH and SOL only. For ETH pubkey or withdrawal_address. For Solana: withdraw_authority or stake_account.
  • The fee_percentage field is for custodians. Ignore otherwise.

The recommended implementation plan is to call it after an onchain confirmation of a successful staking transaction.

The endpoint is simple. What happens under the hood is up to each staking provider. But we believe that adopting a standard endpoint for collecting address will help custodians integrate multiple staking providers more easily.

Language