Skip to main content
GET
Get Contract Creator and Creation Transaction Hash

Query Parameters

module
enum<string>
required

Module name (must be 'contract')

Available options:
contract
action
enum<string>
required
Available options:
getcontractcreation
contractaddresses
string[]
required

Comma-separated list of contract addresses (max 10)

Maximum array length: 10

40-character hexadecimal address hash with 0x prefix

Pattern: ^0x[a-fA-F0-9]{40}$

Response

200 - application/json

Contract creation info retrieved successfully

status
enum<string>

Status code (1 = OK)

Available options:
1
message
string

Response message

Example:

"OK"

result
object[]