addressHash160ToAddress
GET <API_ENDPOINT>/v0/<CHAIN>/address/fromhash160/<ADDRESS_HASH>
Returns an address for the block specified by the <CHAIN>
and <ADDRESS_HASH>
values.
Only the id of the address is returned.
Examples
Example Output (from here
{
"status": "success",
"data": {
"Address": {
"id": "LXzhVWrcUUeg53dWysbZopqjTRz2ZDL7YM"
},
"_request": {
<REQUEST_OBJECT>
}
}
}
Also see
Access Criteria
- GET
- There is no sensitive or custom information in the data returned by this API method.
- HTTP or HTTPS
- No API key required, but subjected to usage/rate limits.
- If API key provided, then subject to Usage Tiers.