Get Contract Info
Retrieves detailed information about all available trading contracts and their specifications.
This endpoint returns comprehensive details for each tradable contract listed on the Flipster platform.
The response includes key parameters such as trading symbol, quote currency, initial and maintenance margin rates, maximum leverage, tick size, order quantity unit, and notional limits for orders and positions.
Developers can use this information to understand contract specifications, validate order parameters, and configure leverage or margin settings correctly before placing trades.
Authentication with a valid API key and read permission scope is required.
Required scopes
This endpoint requires the following scopes:
Authorizations
api-keystringRequired
For third party retail API users
Query parameters
symbolstringOptionalExample:
Trading symbol
BTCUSDT.PERPPattern: ^[A-Z0-9]+(\.[A-Z0-9]+)?$Responses
200
OK
application/json
Responseone of
or
get
/api/v1/market/contract200
OK
Last updated