Skip to main content
GET
/
api
/
feeds
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>"
  ]
}

Authorizations

Authorization
string
header
required

Required when calling the hosted API directly (curl, requests, fetch). SDK users pass credentials via constructor params instead.

Response

200 - application/json

Successful response

success
boolean
Example:

true

data
string[]