You are viewing documentation for Polymarket US πΊπΈ
curl --request POST \
--url https://api.prod.polymarketexchange.com/v1/refdata/symbols \
--header 'Content-Type: application/json' \
--data '{}'{
"symbols": [
"<string>"
]
}Returns a list of symbols on the exchange
curl --request POST \
--url https://api.prod.polymarketexchange.com/v1/refdata/symbols \
--header 'Content-Type: application/json' \
--data '{}'{
"symbols": [
"<string>"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.polymarket.us/llms.txt
Use this file to discover all available pages before exploring further.
Request for listing symbols.
A successful response.
Response with list of symbols.