Get a Financial Report for an Address Between a Time Period

Returns a financial report by a user-defined account address between a time period. Default timescale is within the last 30 days.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
💡

Compute Unit Value: 100 (fixed)


🚧

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-bigint or lossless-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 filtersto and from are not supported for Stellar and XRP.

Path Params
string
required
Defaults to polkadot

Protocol handle, one of: algorand, polkadot, stellar tezos, xrp.

string
required
Defaults to mainnet

Which network to target. Available networks can be found in the list of supported protocols or with /{protocol}.

string
required
Defaults to 12yi4uHFbnSUryffXT7Xq92fbGC3iXvCs3vz9HjVgpb4sBvL

The account address of the protocol.

Query Params
integer

The Unix Timestamp from where to start.

integer

The Unix Timestamp from where to end.

string

The token to retrieve more items in the next request. Use the next_page_token returned from the previous response for this parameter.

integer

The max number of items to return in a response.
Defaults to 50k and is capped at 100k.

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json