Get endpoint parameters
Retrieves all available parameters for an endpoint by providing a partial endpoint path. Useful for discovering what parameters an endpoint accepts. Path matching is case-insensitive.
Authorizations
API Key authentication. Include your API key in the X-Api-Key header for all requests.
Body
Partial endpoint path (e.g., 'derivatives/Price' or '{asset}/derivatives/Price'). Matching is case-insensitive.
"derivatives/Price"
Response
Endpoint parameters retrieved successfully
Parameter name
Parameter location (path, query, header, body)
Whether the parameter is required
Parameter type (string, integer, number, boolean, etc.)
Parameter format (date-time, int32, double, etc.)
Parameter description
Example value
Allowed values (for enum types)