Documentation Index
Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
Use this file to discover all available pages before exploring further.
Returns
List of tokens in the same order as the input. Each element is an EnhancedToken.Show View fields (EnhancedToken, each element)
The ID of the token (address:networkId).
The token ID on CoinMarketCap.
Percentage held by top 10 holders.
Whether the token is flagged as a scam.
Block height at token creation.
Transaction hash of token creation.
Mint authority address if mintable.
Freeze authority address if freezable.
Whether freezable state is valid.
Whether mintable state is valid.
Arguments
Array of token identifiers; order is preserved in the response. See TokenInput.
Network ID (e.g. 1, 42161).
Example
{
tokens(ids: [
{ networkId: 1, address: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2" },
{ networkId: 1, address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48" }
]) {
id
address
networkId
name
symbol
decimals
isScam
creatorAddress
createdAt
exchanges {
address
color
exchangeVersion
iconUrl
id
name
networkId
tradeUrl
}
socialLinks {
twitter
telegram
discord
website
}
info {
circulatingSupply
totalSupply
imageSmallUrl
imageLargeUrl
description
}
}
}
Playground