slug — a lowercase, URL-safe identifier — so you can reliably filter, sort, and identify platforms in code without worrying about display name variations.
Integrated platforms
Platform slugs are stable identifiers. Use the slug (not the display name) in any filtering, storage, or programmatic comparison you build on top of the API.
PlatformInfo schema
Wherever the API returns a platform reference — for example, asbuy_platform or sell_platform on an arbitrage opportunity — it uses the PlatformInfo object:
Where platform slugs appear
You will encounter platform slugs throughout the API:DiscoverItem.platform_slugs— array of slugs for all platforms listing a canonical questionDiscoverItem.best_buy_platform— slug of the platform with the cheapest Yes priceArbitrageOpportunity.buy_platformandsell_platform— fullPlatformInfoobjects identifying each leg of an opportunityQuestionMarket.platform_slug— the platform a specific linked market lives onTrackedPosition.platform— the platform a wallet position was opened on
