Documentation / API reference / EVM
Get EVM Address
Last reviewed 2026-09-18
Convert SS58 address to EVM H160 address
Try it
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
ss58_address | query | string | Yes |
Responses
200 — Address retrieved successfully
Returns text/plain — a string body.
Other responses
| Status | Meaning |
|---|---|
400 | Bad request |
404 | Address not found |
500 | Internal server error |
Every request needs an Authorization header holding your API key — see Getting started with the Taostats API.