Smart Contract Platform

Number of APIs: 9

This is the smart-contract-platform API documentation.

  1. Deploy / Import - Import a contract POST {{baseUrl}}/contracts/import

  2. Deploy / Import - Deploy a contract POST {{baseUrl}}/contracts/deploy

  3. Deploy / Import - Estimate fee for a contract deployment POST {{baseUrl}}/contracts/deploy/estimateFee

  4. Interact - Execute a read function on a contract POST {{baseUrl}}/contracts/:id/read

  5. 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

  6. View / Update - Get contract by id GET {{baseUrl}}/contracts/:id

  7. View / Update - Update contract properties PATCH {{baseUrl}}/contracts/:id

  8. Templates - Deploy a contract from a template POST {{baseUrl}}/templates/:id/deploy

  9. Templates - Estimate fee for a contract template deployment POST {{baseUrl}}/templates/:id/deploy/estimateFee