Reference Data

Market definitions, global parameters, liquidity parameters, etc.

Get market definitions

get
/marketDefinitions
Responses
200

List of market definitions

application/json
get
/marketDefinitions
GET /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"
  }
]

Get asset definitions

get
/assetDefinitions
Responses
200

List of asset definitions

application/json
get
/assetDefinitions
GET /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"
  }
]

Get liquidity parameters

get
/liquidityParameters
Responses
200

List of liquidity parameters

application/json
get
/liquidityParameters
GET /v2/liquidityParameters HTTP/1.1
Host: api.reya.xyz
Accept: */*
[
  {
    "symbol": "BTCRUSDPERP",
    "depth": "1.0",
    "velocityMultiplier": "1.0",
    "ANY_ADDITIONAL_PROPERTY": "anything"
  }
]

Get global fee parameters

get
/globalFeeParameters
Responses
200

Global fee parameters

application/json
get
/globalFeeParameters
GET /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"
}

Get fee tiers

get
/feeTiers
Responses
200

List of fee tier parameters

application/json
get
/feeTiers
GET /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"
  }
]