curl --request GET \
--url https://api.bebop.xyz/pmm/{chain}/v3/token-info{
"tokens": {
"CBETH": {
"availability": {
"canBuy": false,
"canSell": false,
"isAvailable": false
},
"chainId": 137,
"contractAddress": "0x4b4327dB1600B8B1440163F667e199CEf35385f5",
"decimals": 18,
"name": "Coinbase Wrapped Staked ETH",
"ticker": "CBETH"
},
"SAND": {
"availability": {
"canBuy": true,
"canSell": true,
"isAvailable": true
},
"chainId": 137,
"contractAddress": "0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683",
"decimals": 18,
"name": "The Sandbox",
"priceUsd": 0.33122916548934794,
"ticker": "SAND"
}
}
}Returns detailed metadata for all tokens available for trading on Bebop, including price, decimals, and display information. Use /tokenlist for the standard token list format.
curl --request GET \
--url https://api.bebop.xyz/pmm/{chain}/v3/token-info{
"tokens": {
"CBETH": {
"availability": {
"canBuy": false,
"canSell": false,
"isAvailable": false
},
"chainId": 137,
"contractAddress": "0x4b4327dB1600B8B1440163F667e199CEf35385f5",
"decimals": 18,
"name": "Coinbase Wrapped Staked ETH",
"ticker": "CBETH"
},
"SAND": {
"availability": {
"canBuy": true,
"canSell": true,
"isAvailable": true
},
"chainId": 137,
"contractAddress": "0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683",
"decimals": 18,
"name": "The Sandbox",
"priceUsd": 0.33122916548934794,
"ticker": "SAND"
}
}
}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.
Was this page helpful?