New Tokens

Live-streamed updates for newly listed tokens.

🚧

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: onLatestTokens

Method: POST

Arguments

NameTypeDescription
idString

The ID of the token (tokenAddress:networkId).

networkIdInt

The network ID the token is deployed on.

tokenAddressString

The address of the token contract.

Response

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