Blockdaemon Documentation
Staking Report API
About Ubiquity Staking Report API
GET Staking Report of Address (V1)
GET Staking Report of Address (V2)
About Ubiquity Staking Report API
With Ubiquity Staking Report API you can get consistent financial reports across multiple protocols.
GET Staking Report of Address (V1)
https://ubiquity.api.blockdaemon.com/v2/{protocol}/{network}/account/{address}/report
A staking report for a given address between a time period. The default period timescale is within the last 30 days.
Developer documentation: GET Staking Report of Address (V1)
Learn how to authorize your request: Authentication Guide
Note: By default, each call returns 50000 items. Use the returned continuation
token as a parameter to get the next part.
Path Parameters
You should specify a protocol and a network as path parameters, e.g.:
algorand/mainnet
It is also is required to add an account address, e.g.:
XFYAYSEGQIY2J3DCGGXCPXY5FGHSVKM3V4WCNYCLKDLHB7RYDBU233QB5M
Supported Protocols and Networks
Here is a full list of supported protocols and networks with their path parameters:
Protocol | Network | Path parameters |
Tezos | Mainnet | tezos/mainnet |
GET Staking Report of Address (V2)
https://ubiquity.api.blockdaemon.com/v2/{protocol}/{network}/account/{address}/report
A staking report for a given address between a time period. The default period timescale is within the last 30 days.
Developer documentation: GET Staking Report of Address (V2)
Learn how to authorize your request: Authentication Guide
Note: By default, each call returns 50000 items. Use the returned continuation
token as a parameter to get the next part.
Path Parameters
You should specify a protocol and a network as path parameters, e.g.:
algorand/mainnet
It is also is required to add an account address, e.g.:
XFYAYSEGQIY2J3DCGGXCPXY5FGHSVKM3V4WCNYCLKDLHB7RYDBU233QB5M
Supported Protocols and Networks
Here is a full list of supported protocols and networks with their path parameters:
Protocol | Network | Path parameters |
Algorand | Mainnet | algorand/mainnet |
Polkadot | Mainnet | polkadot/mainnet |