Bytecode

Bytecode queries the bytecode of a specified gateway at the specified chain

get
Path parameters
chainstringRequired
contractstringRequired
Responses
200
A successful response.
application/json
get
GET /axelar/evm/v1beta1/bytecode/{chain}/{contract} HTTP/1.1
Host: axelar.nownodes.io
Accept: */*
{
  "bytecode": "text"
}