---
title: "Get contract creation info via Etherscan v2"
method: GET
path: "/v1/eth/contract-creation/{network}/{address}"
tags: ["Etherscan Proxy"]
---

# Get contract creation info via Etherscan v2

`GET /v1/eth/contract-creation/{network}/{address}`

Proxies Etherscan v2 contract/getcontractcreation server-side so the Launchpad ships no Etherscan API key in its bundle. Returns 404 when Etherscan has no creation record for the address.

## Path parameters

- `network` string, required
- `address` string, required

## Response `200`

Contract creation record

- EtherscanContractCreationResponse
  - `contractAddress` string, required — The contract address queried
  - `contractCreator` string, required — EOA that sent the creation transaction
  - `contractFactory` string, nullable — Factory contract that deployed this contract (null when deployed directly)

## Other responses

- `400` — Unsupported network or malformed address
- `404` — Etherscan has no creation record for this address
- `429` — Rate limited (either this API or the upstream)
- `500` — An unknown error occurred
- `502` — Upstream Etherscan request failed

---

[API](https://skmtc.net/obol/apis/obol-api.md) · [All operations](https://skmtc.net/obol/apis/obol-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/obol/obol-api/revisions/707a88e0b355/schema)
