GET
/
api
/
v1
/
product-specifications
Get product specifications
curl --request GET \
  --url https://market-data.sandbox.rails.xyz/api/v1/product-specifications
{
  "tickSize": "0.00000001",
  "lotSize": "0.00000001",
  "fundingIntervalHours": 1,
  "minOrderSizeUSD": "1",
  "maxOrderSizeUSD": ""
}

This endpoint is deprecated and for up-to-date product specifications, please use Get Product Specifications Version 2 endpoint.

Response

200 - application/json

The response is of type object.