Api
Kodiak provides a way to get all the tokens created using the panda factory. The REST API is used for this purpose
Base API url
How to use
First of all, any routes with the panda api assume that you specify a chainId,
There are no other requirements at this time, the API is fully public and does not require a API key
Endpoints
Get a list of tokens (GET /tokens
)
GET /tokens
)limit
No
Maximum number of tokens in the response (Up to 100)
page
No
Current Page
addresses
No
A list of addresses separated by commas. If specified, you will only receive tokens from this list
Example:
Get a specific tokens (GET /tokens/<address>
)
GET /tokens/<address>
)Example:
Response:
Get a tokenList (GET /tokenList.json
)
GET /tokenList.json
)Example:
Provides a list of all tokens in a token list compatible format. It is envisioned that this list may be required by other platforms to export all tokens for display in the interface that have been graduated.
Tokens in this list do not contain description and socials
This list only includes tokens that have been graduated
Last updated