post https://api.blockvision.org/v1/
Returns code at a given address.
Parameters
Params
- a string array containing (required):
DATA(hex string, required)
, 20 Bytes - address.QUANTITY|TAG(hex string|string, required)
- integer block number in hex string format, or the string"latest"
,"earliest"
or"pending"
, see the default block parameter
Returns
DATA(hex string)
- the code from the given address.