Your API key (preferred method of passing api key is now in headers rather than query params)
Query Parameters
Name
Type
Description
api_key*
String
[Deprecated since March '25 (preferred method of passing api key is now in headers rather than query params)]
Your API key
{"total_balance": 32000000000000000000,"balances": [{// active validator"balance":32000000000000000000,"block":62421,"timestamp":"2021-09-15T22:25:25.737607","address":"validator public key","currency":"ETH2.0","conversion_factor_power":18,"attributes":{"status":"ACTIVE",}},{// validator provisioned but not deposited into"balance":null,"block":null,"timestamp":"2021-09-15T22:25:25.737607","address":"validator public key","currency":"ETH2.0","conversion_factor_power":18,"attributes":{}} ]}
Get the detailed balance (summary view of rewards and the staked balance) of an address. The detail param is used to describe the results - "monthly" returns an array of detailed balance objects aggregated by month, "by_period" returns an array of detailed balance objects for each state change (delegation or reward).
Path Parameters
Name
Type
Description
chain*
string
Chain Name
address*
string
Address to get detailed balance for
Request Headers
Name
Type
Description
X-Api-Key*
string
Your API key (preferred method of passing api key is now in headers rather than query params)
Query Parameters
Name
Type
Description
api_key*
string
[Deprecated since March '25 (preferred method of passing api key is now in headers rather than query params)]
Your API Key
detail
string
"by_period" or "monthly"
ResponseObjectSchema
Field
Description
Type
results
Array of Detailed Balance Objects
Array
page
Current page of results
Number
pages
Total number of pages
Number
per_page
Results per page
Number
total
Total number of results
Number
DetailedBalanceObjectSchema
Detailed balance objects are returned for every state change of an account (stake, reward, unstake).
Field
Description
Type
timestamp
Timestamp of snapshot
String
block
Block of snapshot
Number
total_delegation
Total amount delegated
Number
delegation
Delegated amount in state change
Number
balance
Staking balance at snapshot
Number
total_reward_and_fees
Total accumulated reward and fees up to snapshot
Number
reward_and_fees
Reward and fees earned in state change
Number
total_reward
Total accumulated reward up to snapshot
Number
reward
Reward earned in state change
Number
total_fees
Total fees accumulated up to snapshot
Number
fees
Fees in state change
Number
total_gross_return
Total gross return up to snapshot
Number
gross_return
Gross return from state change
Number
annualized_gross_return
Annualized gross return
Number
block_explorer_url
Block Explorer URL for state change
String
kind
Kind of state change ("Delegation" or "Reward")
String
conversion_factor_power
Decimals used in Number values (used to keep precision)
Number
currency
Name of currency
String
Get Transactions (and rewards) of All Provisioned Nodes
Get the transactions for all nodes provisioned through the Staked API associated with your API key. Use the kind parameter to specify which type of transactions to query.
Path Parameters
Name
Type
Description
chain*
String
Chain Name
Request Headers
Name
Type
Description
X-Api-Key*
string
Your API key (preferred method of passing api key is now in headers rather than query params)
Query Parameters
Name
Type
Description
api_key*
String
[Deprecated since March '25 (preferred method of passing api key is now in headers rather than query params)]