eth_getCode

Returns code at a given address.

https://api.1inch.com/web3/8453
Supported on:
Base

Parameters

Address (required)

Address
* string

Block (required)

Block
* any
anyOf[0]
string
anyOf[1]
string (Enum)
earliest
finalized
safe
latest
pending
anyOf[2]
string

Request

Request
object
jsonrpc
* string (Enum)
2.0
method
* string
params
array
items
any
oneOf[0]
string
oneOf[1]
any
anyOf[0]
string
anyOf[1]
string (Enum)
earliest
finalized
safe
latest
pending
anyOf[2]
string
id
* number
1

Response

Bytecode

Bytecode
string
JSON
1

Did you find what you need?