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 Codex 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
Response
Name | Type | Description |
---|---|---|
items | [LatestToken!]! | A list of newly created tokens. |
Name | Type | Description |
---|---|---|
blockHash | String! | The unique hash for the token contract's creation block. |
blockNumber | Int! | The block number of the token contract's creation. |
creatorAddress | String! | The address of the token creator. |
creatorBalance | String! | The token creator's network token balance. |
decimals | Int! | The token's number of decimals. |
id | String! | The id of the new token. (tokenAddress:networkId) |
networkId | Int! | The network ID the token is deployed on. |
simulationResults | [LatestTokenSimResults!]! | Simulated token contract results, if available. |
timeCreated | Int! | The unix timestamp for the creation of the token. |
tokenAddress | String! | The contract address of the new token. |
tokenName | String! | The name of the token. |
tokenSymbol | String! | The symbol of the token. |
totalSupply | String! | The total supply of the token. |
traceIndex | Int! | The index of the trace within the token contract's creation transaction. |
transactionHash | String! | The unique hash for the token contract's creation transaction. |
transactionIndex | Int! | The index of the transaction within the block. |