Random Ethereum Address Generator

API Documentation

GET https://randomdatatool.com/api/finance/ethereumaddress

Query Parameters

ParameterTypeDescription
countintNumber of entries to return. Default: 10. Max: 1000.
to_upper_caseboolTransform the result string to uppercase.

Response JSON

{
"status": "success",
"data": [
"0xae4387846f50a2225ee6d5547e39548bdb2733a6",
"0xa41a3cb53de270134feca5ddbe773d0922ffc5e9"
],
"count": 2
}

Implementation

curl -X GET "https://randomdatatool.com/api/finance/ethereumaddress?to_upper_case=true&count=10"