Get New Tokens

Get a list of the latests token contracts deployed.

🚧

Beta

This endpoint is currently a work in progress. The data may be incomplete and should not be relied upon.

ℹ️

This endpoint is available on Defined Growth and Enterprise Plans

ℹ️

This endpoint is only available on Ethereum, Optimum, Base, and Arbitrum networks (network IDs 1, 10, 8453, and 42161).

Endpoint: getLatestTokens

Method: POST

Arguments

NameTypeDescription
limitInt

The maximum number of tokens to return. Maximum number of tokens is 50.

networkFilter[Int!]

The list of network IDs to filter by.

offsetInt

The offset to use for pagination.

Response

NameTypeDescription
items[LatestToken!]!A list of newly created tokens.

NameTypeDescription
blockHashString!The unique hash for the token contract's creation block.
blockNumberInt!The block number of the token contract's creation.
creatorAddressString!The address of the token creator.
creatorBalanceString!The token creator's network token balance.
decimalsInt!The token's number of decimals.
idString!The id of the new token. (tokenAddress:networkId)
networkIdInt!The network ID the token is deployed on.
simulationResults[LatestTokenSimResults!]!Simulated token contract results, if available.
timeCreatedInt!The unix timestamp for the creation of the token.
tokenAddressString!The contract address of the new token.
tokenNameString!The name of the token.
tokenSymbolString!The symbol of the token.
totalSupplyString!The total supply of the token.
traceIndexInt!The index of the trace within the token contract's creation transaction.
transactionHashString!The unique hash for the token contract's creation transaction.
transactionIndexInt!The index of the transaction within the block.

Explore