List all available rate limit tiers.
cURL
curl --request GET \ --url https://staging-api.polysimulator.com/v1/keys/tiers \ --header 'X-API-Key: <x-api-key>'
[ { "tier": "<string>", "requests_per_second": 123, "requests_per_minute": 123, "max_ws_connections": 123, "max_batch_size": 123 } ]
Your PolySimulator API key
Successful Response
Was this page helpful?