Skip to content

Get Accounts by Creator

This endpoint returns all Contract Accounts that were created within a given date range by a given account (supports pagination). Supported chains: ethereum, polygon, optimism, scroll, arbitrum, base, avalanche.

Parameters

Parameter Description Type
chain_id A keyword (i.e. "ethereum") or CAIP-2 identifier specifying the blockchain to query. string
creator_address required The address of the creator account to retrieve contracts for (supports ENS names). string
created_after The earlier account creation date, inclusive (in seconds since the Unix epoch or ISO-8601 format). date-time
created_before The later account creation date, inclusive (in seconds since the Unix epoch or ISO-8601 format). date-time
order The order in which to retrieve the results (either asc or desc). string
limit The maximum number of results to retrieve (default 100). string

curl -X GET \
    'https://api.transpose.io/block/contracts-by-creator?chain_id=ethereum&creator_address=0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f' \
    -H 'X-API-KEY: BtRVYj7dgnYUcr1gSSfWhmrTShIb8RBG' \

Got questions? Join our Discord

Discord is the primary home of the Transpose developer community. Join us to ask questions, share your work, and get help.