Get Block Makers
Get list of available block makers.
Endpoint
block/rfqs/get_makers
Parameters
No parameters required.
Request Example
{
"rid": 275193989092782600,
"method": "block/rfqs/get_makers",
"params": {}
}
Response
Array of string, where each string represents a maker.
Response Example
{
"rid": 275193989092782600,
"result": [
"SpTest1",
"SpTest2",
"SpTest3",
"SpTest7",
"SpTest8",
"bullish99",
"MAT1",
"MAT2"
]
}