Get ABI and callable functions for a deployed contract.
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/contract-interactions/network/{networkId}/contract-address/{contractAddress}/functions \ --header 'x-api-key: <api-key>' \ --header 'x-sdk-version: <x-sdk-version>'
{ "contractAbi": { "abi": [ "<string>" ], "contractAddress": "<string>", "implementationAddress": "<string>", "network": "<string>", "status": "<string>", "source": "<string>" } }
API key for authentication
SDK version header
Network Id
Contract address
Deployed contract ABI / functions
Show child attributes
Was this page helpful?