Random Bitcoin Address Generator

API Documentation

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

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": [
"3hM3eJZguUKT2zVN4cs7btGw8o1AFnLYB5R",
"1KEx82vmuVXWthFPjbdYrs3pLc"
],
"count": 2
}

Implementation

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