GET
/
addresses
/
{address_hash}
/
coin-balance-history-by-day
get address coin balance history by day
curl --request GET \
  --url https://eth.blockscout.com/api/v2/addresses/{address_hash}/coin-balance-history-by-day
[
  {
    "date": "2022-08-02",
    "value": "100232323"
  }
]

Path Parameters

address_hash
string
required

Address hash

Response

200
application/json

address

The response is of type object[].