Operations related to historical data
Fetches the hourly sats balances for an address. Currently available on the free plan but will be limited to enterprise users in the future.
path Parameters
addressThe address to fetch the sats balances for.
query Parameters
networkdirectionfromThe start date to fetch the data from.
toThe end date to fetch the data to.
cursorPagination cursor from previous response.
limitNumber of results per page (default: 12, max: 48).
Responses
Response for status 200
Cursor for the next page, or null if no more pages
Fetches the hourly tokens balances for an address and token identifier. Currently available on the free plan but will be limited to enterprise users in the future.
path Parameters
addressThe address to fetch the tokens balances for.
tokenIdentifierThe token identifier to fetch the tokens balances for.
query Parameters
networkdirectionfromtocursorPagination cursor from previous response.
limitNumber of results per page (default: 12, max: 48).
Responses
Response for status 200
Cursor for the next page, or null if no more pages
Fetches the net worth snapshots (total USD balance) for an address. Snapshots are taken every 15 minutes.
path Parameters
addressThe address to fetch the net worth for.
query Parameters
networkdirectionfromThe start date to fetch the data from.
toThe end date to fetch the data to.
cursorPagination cursor from previous response.
limitNumber of results per page (default: 48, max: 192).
Responses
Response for status 200