Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Python
Polymarket
import pmxt # API key optional — enables faster catalog-backed lookups exchange = pmxt.Polymarket( pmxt_api_key="YOUR_PMXT_API_KEY", ) result = exchange.feed_list()
{ "success": true, "data": [ "<string>" ] }
Returns the list of available data feed providers.
Required when calling the hosted API directly (curl, requests, fetch). SDK users pass credentials via constructor params instead.
Successful response
true
Was this page helpful?