Markets Endpoint
curl -X POST https://api.getfomo.bot/markets \
-H "Content-Type: application/json" \
-H "x-api-key: your-api-key-here" \
-d '{
"mints": ["DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"],
"include_dexes": ["675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8"],
"base_mints": ["So11111111111111111111111111111111111111112"],
"min_liquidity_usd": 100,
"max_markets_per_mint": 4,
"aggregation_window": 3600,
"include_raw_market_data": false,
"exclude_dexes": ["whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc"]
}'Field
Type
Default
Description
Last updated