Reference Data
Market definitions, global parameters, liquidity parameters, etc.
Responses
200
List of market definitions
application/json
400
Bad request
application/json
500
Internal server error
application/json
get
/marketDefinitionsGET /v2/marketDefinitions HTTP/1.1
Host: api.reya.xyz
Accept: */*
[
{
"symbol": "BTCRUSDPERP",
"marketId": 1747927089946,
"minOrderQty": "1.0",
"qtyStepSize": "1.0",
"tickSize": "1.0",
"liquidationMarginParameter": "1.0",
"initialMarginParameter": "1.0",
"maxLeverage": 1747927089946,
"oiCap": "1.0",
"ANY_ADDITIONAL_PROPERTY": "anything"
}
]Responses
200
List of asset definitions
application/json
400
Bad request
application/json
500
Internal server error
application/json
get
/assetDefinitionsGET /v2/assetDefinitions HTTP/1.1
Host: api.reya.xyz
Accept: */*
[
{
"asset": "BTCRUSDPERP",
"spotMarketSymbol": "BTCRUSDPERP",
"priceHaircut": "1.0",
"liquidationDiscount": "1.0",
"timestamp": 1747927089946,
"ANY_ADDITIONAL_PROPERTY": "anything"
}
]Responses
200
List of liquidity parameters
application/json
400
Bad request
application/json
500
Internal server error
application/json
get
/liquidityParametersGET /v2/liquidityParameters HTTP/1.1
Host: api.reya.xyz
Accept: */*
[
{
"symbol": "BTCRUSDPERP",
"depth": "1.0",
"velocityMultiplier": "1.0",
"ANY_ADDITIONAL_PROPERTY": "anything"
}
]Responses
200
Global fee parameters
application/json
400
Bad request
application/json
500
Internal server error
application/json
get
/globalFeeParametersGET /v2/globalFeeParameters HTTP/1.1
Host: api.reya.xyz
Accept: */*
{
"ogDiscount": "1.0",
"refereeDiscount": "1.0",
"referrerRebate": "1.0",
"affiliateReferrerRebate": "1.0",
"ANY_ADDITIONAL_PROPERTY": "anything"
}Responses
200
List of fee tier parameters
application/json
400
Bad request
application/json
500
Internal server error
application/json
get
/feeTiersGET /v2/feeTiers HTTP/1.1
Host: api.reya.xyz
Accept: */*
[
{
"tierId": 1747927089946,
"takerFee": "43000.00",
"makerFee": "43000.00",
"volume14d": "1.0",
"tierType": "REGULAR",
"ANY_ADDITIONAL_PROPERTY": "anything"
}
]