HomeDocumentationAPI Reference
Log In
API Reference

Get Stdrv Snapshots

Method Name

public/get_stdrv_snapshots

Get STDRV snapshots for an account.

Parameters

walletstringrequired
Account address
from_secinteger
Start timestamp in seconds
to_secinteger
End timestamp in seconds

Response

idstring or integerrequired
resultobjectrequired
result.walletstringrequired
Account address
result.snapshotsarray of objectsrequired
STDRV snapshots
result.snapshots[].amountstringrequired
Amount of STDRV tokens, potentially aggregated over extra wallets owned by account
result.snapshots[].timestamp_secintegerrequired
Timestamp in seconds

Example

{request_example_shell}
{request_example_javascript}
{request_example_python}

The above command returns JSON structured like this:

{response_example_json}