Deployed Contracts

Fetch Contract ABI

Fetch ABI for a deployed contract

post/api/v1/deployed-contracts/fetch-abi

Headers

x-sdk-versionstring

SDK version for tracking and compatibility

Request body

networkstring required

Blockchain network

contractAddressstring required

Contract address

Response

Contract ABI fetched successfully

messagestring required

Response message

dataobject

Response data

successtrue required

Indicates successful response

statusinteger required

HTTP status code

Changes