cURL
curl --request POST \ --url https://traderapi.us-east-1.privatelink.preprod.polymarketexchange.com/api/v1beta1/list_symbols \ --header 'Content-Type: application/json' \ --data '{}'
{ "symbols": [ "<string>" ] }
Returns a list of symbols on the exchange.
The body is of type object.
object
A successful response.