For the complete documentation index, see llms.txt. This page is also available as Markdown.

Supported Tokens

Blockend Widget supports a whole array of token which would be difficult to list here, so we have built a handy API just for that

curl -X GET "https://api2.blockend.com/v1/tokens" \
  -H "accept: application/json"

You can also pass chainId as query parameter to get tokens for a specific chain

curl -X GET "https://api2.blockend.com/v1/tokens?chainId=sol" \
  -H "accept: application/json"

Last updated