cURL
curl --request POST \ --url https://api.polymarketexchange.com/v1/refdata/symbols \ --header 'Content-Type: application/json' \ --data '{}'
{ "symbols": [ "<string>" ] }
Returns a list of symbols on the exchange
Request for listing symbols.
A successful response.
Response with list of symbols.