address is the ethereum hex address to query the code for.
A successful response.
QueryCodeResponse is the response type for the Query/Code RPC method.
An unexpected error response.
Last updated 2 years ago
GET /ethermint/evm/v1/codes/{address} HTTP/1.1 Host: rest.origin.uptick.network Accept: */*
{ "code": "text" }