Get EVM Address
Endpoint
Section titled “Endpoint”GET /api/evm/address_from_ss58/v1Description
Section titled “Description”Convert SS58 address to EVM H160 address
Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
ss58_address | query | string | ✅ |
Responses
Section titled “Responses”200 — Address retrieved successfully
Section titled “200 — Address retrieved successfully”Media: text/plain
Schema
{ "type": "string"}400 — Bad request
Section titled “400 — Bad request”404 — Address not found
Section titled “404 — Address not found”500 — Internal server error
Section titled “500 — Internal server error”Try it
Section titled “Try it”Interactive request console coming soon. In the meantime you can use the OpenAPI spec with any client (Insomnia, Bruno, Scalar, curl).
Authentication
Section titled “Authentication”All Taostats API requests require an Authorization header containing your API key. See Getting Started.