GET
/
api
/
v1
/
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": ""
}

The returned product specifications apply across all supported markets and are also documented here.

Response

200 - application/json

The response is of type object.