curl --request GET \
--url https://api.bebop.xyz/pmm/{chain}/v3/tokenlist{
"keywords": [
"<string>"
],
"name": "<string>",
"timestamp": "<string>",
"tokens": [
{
"chainId": 123,
"address": "<string>",
"decimals": 123,
"name": "<string>",
"symbol": "<string>",
"logoURI": "<string>",
"tags": [
"<string>"
],
"extensions": {
"color": "<string>",
"color_light": "<string>",
"displayDecimals": 123,
"preview": true,
"added": "<string>",
"availability": {
"isAvailable": true,
"canBuy": true,
"canSell": true
}
}
}
],
"logoURI": "<string>",
"tags": {},
"version": {
"major": 123,
"minor": 123,
"patch": 123
}
}This endpoint will return all tokens available for trading on Bebop PMM, in tokenlist format, with extra info.
curl --request GET \
--url https://api.bebop.xyz/pmm/{chain}/v3/tokenlist{
"keywords": [
"<string>"
],
"name": "<string>",
"timestamp": "<string>",
"tokens": [
{
"chainId": 123,
"address": "<string>",
"decimals": 123,
"name": "<string>",
"symbol": "<string>",
"logoURI": "<string>",
"tags": [
"<string>"
],
"extensions": {
"color": "<string>",
"color_light": "<string>",
"displayDecimals": 123,
"preview": true,
"added": "<string>",
"availability": {
"isAvailable": true,
"canBuy": true,
"canSell": true
}
}
}
],
"logoURI": "<string>",
"tags": {},
"version": {
"major": 123,
"minor": 123,
"patch": 123
}
}Documentation Index
Fetch the complete documentation index at: https://docs.bebop.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Return only active tokens
Return gasless tokens
Return standard or short expiry tokens
standard, short Was this page helpful?