Financial Report for an Address over a Time Period
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
💡
Compute Unit Value:
100(fixed) Skip link to [object Object],: ,[object Object], (fixed)
🚧
Truncation Info Skip link to Truncation Info
For responses that have big numbers (such as in transfer amounts from blockchain transactions), truncation might be applied from Javascript’s native JSON parser.
To avoid this behavior, we recommend using a library such as
json-bigintorlossless-json
Supported Protocols & Networks
| Protocol | Network | Path Parameter |
|---|---|---|
| Algorand | Mainnet | algorand/mainnet |
| Polkadot | Mainnet | polkadot/mainnet |
| Westend | polkadot/westend |
|
| Stellar | Mainnet | stellar/mainnet |
| Testnet | stellar/testnet |
|
| XRP | Mainnet | xrp/mainnet |
| Testnet | xrp/testnet |
Note that the date filters
toandfromare not supported for Stellar and XRP.
protocol
string
required
Defaults to polkadot
Protocol handle, one of: algorand, polkadot, stellar,tezos, xrp.
network
string
required
Defaults to mainnet
Which network to target. Available networks can be found in the list of supported protocols or with /{protocol}.
address
string
required
Defaults to 12yi4uHFbnSUryffXT7Xq92fbGC3iXvCs3vz9HjVgpb4sBvL
The account address of the protocol.
from
integer
The Unix Timestamp from where to start.
to
integer
The Unix Timestamp from where to end.
page_token
string
The token to retrieve more items in the next request. Use the next_page_token returned from the previous response for this parameter.
page_size
integer
The max number of items to return in a response.
Defaults to 50k and is capped at 100k.
``200 Account Activity
``400 Bad request
``401 Invalid or expired token
``404 Not Found
``413 Too Many Transactions
``429 Rate limit exceeded
``500 An internal server error happened
``503 The resource you are trying to access is currently unavailable
Updated about 2 months ago
ShellGoJavaScriptPythonNode
Base URL
https://svc.blockdaemon.com/universal/v1/{protocol}/{network}/account/{address}/report
xxxxxxxxxx
curl --request GET \
--url https://svc.blockdaemon.com/universal/v1/polkadot/mainnet/account/12yi4uHFbnSUryffXT7Xq92fbGC3iXvCs3vz9HjVgpb4sBvL/report \
--header 'X-API-Key: ••••' \
--header 'accept: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
200400401404413429500503
Updated about 2 months ago