Retrieve an ABI

Retrieves a deployed contract's ABI interface.

Provide the contract's public blockchain address, and the stringified contract ABI object will be returned. The parsed ABI can then be used to interact with a contract on the chain using a library such as Web3.js.

Language
Click Try It! to start a request and see the response here!