1.5 KiB
1.5 KiB
CoinGecko Listing Submission (Chain 138 / 651940)
Purpose: Steps to submit Chain 138 (and 651940) to CoinGecko for listing and price/volume display.
Prerequisites
- Token Aggregation Service running and reachable (e.g.
https://your-api/report/coingecko). - Public URL for the report API (CoinGecko may need to fetch it).
Steps
- Expose report API: Ensure
GET /api/v1/report/coingeckois publicly reachable or use CoinGecko's allowed submission method (e.g. API URL or file upload). - CoinGecko request form: Use CoinGecko listing request or partner/API submission if available. Provide:
- Chain name / ChainID (e.g. "Sankofa Chain" / 138).
- API URL returning CoinGecko-style data:
https://<your-domain>/api/v1/report/coingecko?chainId=138. - Or export JSON from
/api/v1/report/coingeckoand attach if they accept file upload.
- Response format: Our
/report/coingeckoreturns tokens withcontract_address,symbol,name,decimals,market_data,liquidity_poolsas per CMC_COINGECKO_REPORTING.md. - Chain support: CoinGecko may not yet support ChainID 138/651940; external price/volume may show empty until they add the chain. The report API still provides chain-native data.
See also
- CMC_COINGECKO_REPORTING.md — API reference
- README.md — Service setup and env (canonical tokens, API keys)