getStatus



suspend fun getStatus(chainId: String, traceId: String?): Result<EvmAccountTypeResponse>

Gets the account type status for a given chain.

Return

A Result containing EvmAccountTypeResponse if successful, or an error.

Parameters

chainId

CAIP-2 chain identifier (e.g. "eip155:11155111").

traceId

Optional trace ID forwarded as the X-Portal-Trace-Id header. When null, a new UUID is generated for this request.