List of All Tokens
Retrieve a list of available Crypto token and their basic metadata. This endpoint is useful for discovering which crypto token are currently active on a specific chain or protocol.
Endpoint
GET https://api.dapplooker.com/v1/crypto-metainfo
💡 Pro Tips
This endpoint returns a maximum of 100 items per page. Use
page
query parameter to navigate through results.You can fetch list of tokens directly by specifying the
chain
andecosystem
—no need to pass individual token addresses.To retrieve details for specific token(s), use the
token_addresses
query parameter.
Query Parameters
Parameter name
Type
Mandatory
Description
api_key
string
Yes
Your unique Loky API key used for authentication
chain
string
Yes
The network chain to query. Supported chains: base, solana
token_addresses
string
No
Comma-separated token contract addresses (upto 30) to fetch info
ecosystem
string
No
Specific ecosystem tokens to query. Supported ecosystem: virtuals
page
integer
No, Default page 1
Page number, 100 items per page.
Sample Request
Sample Response
Response Fields Explanation
id
(string): A unique assigned identifier for the token.symbol
(string): The token's symbol, typically used for trading or display.name
(string): The human-readable name of the token.address
(string): The token's on-chain contract or mint address.chain
(string): The blockchain network where the token is deployed.ecosystem
(string): The broader platform or ecosystem the token belongs to.
Last updated
Was this helpful?