Closed poly-rodr closed 1 year ago
Returns a boolean value where it is indicated if an order is scoring or not.
GET {clob-endpoint}/order-scoring?order_id={0x...}
async function main() { const scoring = await clobClient.isOrderScoring({ orderId: "0x...", }); console.log(scoring); } main();
Returns a boolean value where it is indicated if an order is scoring or not.
HTTP Request
Python client