eth_getCode
Returns the code at a given address.
Path parameters
apiKey
Request
This endpoint expects an object.
Address
The address of the contract to get code from.
Block
The block number, tag, or hash at which to retrieve the code.
Response
The code from the specified address, as a hexadecimal string.