cURL
curl --request GET \ --url https://api.gputrader.io/v1/environments/listings/filters \ --header 'X-API-Key: <api-key>'
{ "locations": [ "<string>" ], "maxPrice": 123, "minPrice": 123, "models": [ "<string>" ], "types": [ "<string>" ], "vrams": [ 123 ], "availableGPUs": [ 123 ] }
Retrieve all available filter options for environment listings
Successfully retrieved filter options
The response is of type object.
object