GET Contract Symbols
/contract-symbols
/contract-symbolshttps://base-hedger82.rasa.capital/contract-symbols {
"price_precision": 1,
"quantity_precision": 3,
"name": "BTCUSDT",
"symbol": "BTC",
"asset": "USDT",
"symbol_id": 1,
"is_valid": true,
"min_acceptable_quote_value": 120,
"min_acceptable_portion_lf": "0.003000000000000000",
"trading_fee": "0.000600000000000000",
"max_leverage": 60,
"max_notional_value": 2100000,
"rfq_allowed": true,
"hedger_fee_open": "0.0006",
"hedger_fee_close": "0.0006",
"max_funding_rate": "200",
"min_notional_value": "100",
"max_quantity": "1000",
"lot_size": "0"
},
{
"price_precision": 3,
"quantity_precision": 1,
"name": "FILUSDT",
"symbol": "FIL",
"asset": "USDT",
"symbol_id": 55,
"is_valid": true,
"min_acceptable_quote_value": 10,
"min_acceptable_portion_lf": "0.004000000000000000",
"trading_fee": "0.000800000000000000",
"max_leverage": 50,
"max_notional_value": 1750000,
"rfq_allowed": true,
"hedger_fee_open": "0.0006",
"hedger_fee_close": "0.0006",
"max_funding_rate": "200",
"min_notional_value": "5",
"max_quantity": "10000000",
"lot_size": "0"
}, //...Data Sources
Contract Symbols Implementation (Rasa)
Router
Controller Logic
Composing the Response Object
Last updated
