Import a contract
POST {{baseUrl}}/contracts/import
Import contract
https://developers.circle.com/w3s/reference/importcontact
Request Body
{"idempotencyKey"=>"{{$guid}}", "name"=>"First Contract", "description"=>"My first hello world contract", "address"=>"0x1e124d7384cd34448ea5907bd0052a79355ab5eb", "blockchain"=>"ETH-GOERLI"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"data":{"contract":{"id":"018d478d-3072-75cc-9d9d-d3951a9b3b63","name":"First Contract","description":"My first hello world contract","contractInputType":"IMPORT","createDate":"2024-01-26T20:54:11Z","updateDate":"2024-01-26T20:54:11Z","archived":false,"contractAddress":"0x1e124d7384cd34448ea5907bd0052a79355ab5eb","blockchain":"ETH-GOERLI","status":"COMPLETE","functions":[],"events":[],"verificationStatus":"UNVERIFIED","sourceCode":[]}}}