Contract
HTTP Method | Endpoint | Description |
---|---|---|
GET | /contracts | Get a list of smart contracts. |
GET | /contracts/address/:contractAddress | Get the smart contract of a specific blockchain environment with the contract address. |
GET | /contracts/:contractId | Get the smart contract of a specific blockchain environment by Contract Id. |
GET | /contracts/:contractId/proxy | Get the Proxy Contract of a specific blockchain environment by Contract Id. |
Contract ABI Code
HTTP Method | Endpoint | Description |
---|---|---|
GET | /contracts/address/:contractAddress/abi-code | Get the ABI Code of a specific blockchain environment as the Contract Address. |
GET | /contracts/:contractId/abi-code | Get the ABI Code of a specific blockchain environment with Contract Id. |
Contract Constructor
HTTP Method | Endpoint | Description |
---|---|---|
GET | /contracts/:contractId/constructor | Get the Constructor of a specific blockchain environment by Contract Id. |