Skip to main content
POST
get_contract_creation

Reading the result

The response example uses made-up values and shows selected fields. Fields vary by network and available data.
  • The EVM example is an array of contract records. contractAddress is the queried contract, contractCreator is the deployer, and txHash is the creation transaction.
  • Block and timestamp fields are included when available. The result can also be an object containing a single record.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
contract_address
string
required

Exact contract address on the selected network.

network
string
default:ethereum

Network to query, for example ethereum. See Supported Networks for coverage.

Response

Deployer address + creation transaction for a contract. EVM only. Fields vary by network and available data. Check for status: no_data, status: error, or an error field even when HTTP status is 200. See Errors & status.

The response is of type object.