Registration info
Path parameters
contract_addressstringRequired
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /injective/wasmx/v1/registration_info/{contract_address} HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
"contract": {
"gas_limit": "text",
"gas_price": "text",
"is_executable": true,
"code_id": "text",
"admin_address": "text",
"granter_address": "text",
"fund_mode": "Unspecified"
}
}