Rest API Endpoints

Contract

HTTP MethodEndpointDescription
GET/contractsGet a list of smart contracts.
GET/contracts/address/:contractAddressGet the smart contract of a specific blockchain environment with the contract address.
GET/contracts/:contractIdGet the smart contract of a specific blockchain environment by Contract Id.
GET/contracts/:contractId/proxyGet the Proxy Contract of a specific blockchain environment by Contract Id.

Contract ABI Code

HTTP MethodEndpointDescription
GET/contracts/address/:contractAddress/abi-codeGet the ABI Code of a specific blockchain environment as the Contract Address.
GET/contracts/:contractId/abi-codeGet the ABI Code of a specific blockchain environment with Contract Id.

Contract Constructor

HTTP MethodEndpointDescription
GET/contracts/:contractId/constructorGet the Constructor of a specific blockchain environment by Contract Id.