eth_getCode
Accounts info | Plasma
eth_getCode | Plasma
Plasma API method that returns the bytecode of a smart contract at a given address. Available on Plasma via Chainstack JSON-RPC nodes.
POST
eth_getCode
Plasma API method that returns the bytecode of a smart contract at a given address.
Parameters
address— the contract addressquantity or tag— the block number in hex format or block tag (latest,earliest,pending,safe,finalized)
Response
data— the bytecode at the given address
eth_getCode code examples
Last modified on May 18, 2026