Get All force canceled orders

Get All force canceled orders

GET
/node/shards/force-cancel
/node/shards/force-cancel

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

curl -X GET "https://api.t4b.top/node/shards/force-cancel" \
  -H "Authorization: Bearer <token>"

Ok

{
  "data": {
    "orders": [
      0
    ]
  },
  "statusCode": 200
}