Smart Contract Platform
Number of APIs: 9
This is the smart-contract-platform API documentation.
-
Deploy / Import - Import a contract POST {{baseUrl}}/contracts/import
-
Deploy / Import - Deploy a contract POST {{baseUrl}}/contracts/deploy
-
Deploy / Import - Estimate fee for a contract deployment POST {{baseUrl}}/contracts/deploy/estimateFee
-
Interact - Execute a read function on a contract POST {{baseUrl}}/contracts/:id/read
-
View / Update - List contracts GET {{baseUrl}}/contracts?blockchain=MATIC&contractAddress=&contractInputType=IMPORT&deployerAddress=&from=2023-01-01T12:04:05Z&name=&pageAfter=&pageBefore=&pageSize=10&status=FAILED&to=2023-01-01T12:04:05Z
-
View / Update - Get contract by id GET {{baseUrl}}/contracts/:id
-
View / Update - Update contract properties PATCH {{baseUrl}}/contracts/:id
-
Templates - Deploy a contract from a template POST {{baseUrl}}/templates/:id/deploy
-
Templates - Estimate fee for a contract template deployment POST {{baseUrl}}/templates/:id/deploy/estimateFee