Resolve Hedera Address

post/api/v2/{coin}/rpc/resolveAddress

Resolve a Hedera address via IMS rpc/resolveAddress endpoint

Path Parameters

  • coinstringRequired
    The coin type (e.g., hbarevm, thbarevm)

Request Body

hederaAddress string required
The Hedera address to resolve

200 Response

evmAddress string required
The EVM-compatible address
hederaAddress string required
The native Hedera address

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

500 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id