cURL
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 retrieves product specifications.
The response is of type object.
object