Skip to main content
POST
Get endpoint parameters

Authorizations

X-Api-Key
string
header
required

API Key authentication. Include your API key in the X-Api-Key header for all requests.

Body

application/json
path
string
required

Partial endpoint path (e.g., 'derivatives/Price' or '{asset}/derivatives/Price'). Matching is case-insensitive.

Example:

"derivatives/Price"

Response

Endpoint parameters retrieved successfully

name
string

Parameter name

in
string

Parameter location (path, query, header, body)

required
boolean

Whether the parameter is required

type
string

Parameter type (string, integer, number, boolean, etc.)

format
string

Parameter format (date-time, int32, double, etc.)

description
string

Parameter description

example
string

Example value

enum
string[]

Allowed values (for enum types)