Stargate: Total VTHO claimed by account
getStargateTotalVthoClaimedByAccountRetrieve the total VTHO tokens claimed by a specific account, with optional rewards type filter (LEGACY or DELEGATION).
Instructions
Get total VTHO claimed by a given account via /api/v1/stargate/total-vtho-claimed/{account}. Optional rewardsType filter: LEGACY (pre‑Hayabusa bootstrap) or DELEGATION (post‑Hayabusa delegated) if not provided, all rewards ever claimed are included.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Account address to query total VTHO claimed for | |
| rewardsType | No | Optional rewards type filter. LEGACY refers to pre‑Hayabusa (bootstrap) rewards; DELEGATION refers to post‑Hayabusa delegated rewards. If omitted, all types are included. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | Total VTHO claimed for an account as a string (API returns plain string). | |
| error | No | ||
| network | Yes |