Skip to content
Alchemy Logo

Get Balance History

GET
/{apiKey}/api/v2/balancehistory/{address}

Returns the balance history for the specified Litecoin address. Optionally enrich each bucket with secondary (fiat) currency rates at the time of the transaction.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

stringrequired

Litecoin address.

Query Parameters

integerrequired

Start of the history range as a Unix timestamp.

integerrequired

End of the history range as a Unix timestamp.

stringoptional

Fiat currency code to enrich each bucket with.

integeroptionaldefaults to 3600

Aggregation interval in seconds. Defaults to 3600.

Responses

200

Balance history buckets.

400

Malformed request.

Was this page helpful?