v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB

get address coin balance history

Deprecation Notice: Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the PRO API reference page for information.

get/addresses/{address_hash}/coin-balance-history

Path parameters

address_hashstring required

Address hash

Response

address

next_page_paramsobject required

Example response

{
  "items": [
    {
      "transaction_hash": "0x1f610ff9c1efad6b5a8bb6afcc0786cd7343f03f9a61e2544fcff908cedee924",
      "block_number": 1584930,
      "block_timestamp": "2022-08-02T07:18:05.000000Z",
      "delta": "-234959404",
      "value": "100232323"
    }
  ],
  "next_page_params": {
    "block_number": 27736955,
    "items_count": 50
  }
}