GET: 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: /crypto-metainfo
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. Values base/solana
token_addresses
string
No
Comma-separated token contract addresses to fetch info
page
integer
No, Default Page 1
Page number. 100 per page.
Example cURL Request:
Sample Response:
Response Fields Explanation:
id
(string): Loky Token IDsymbol
(string): Token symbolname
(string): Token nameaddress
(string): Token addresschain
(string): network chainecosystem
(string): Token ecosystem
Last updated
Was this helpful?