cURL
curl --request GET \ --url http://localhost:2400/v2/base/limitorders \ --header 'Authorization: Bearer <token>'
[ { "_id": "<string>", "UserID": "<string>", "mode": "<string>", "target": "<string>", "wallet": "<string>", "amount": 123, "price": 123, "orderCode": "<string>", "status": "Active", "createdAt": "2023-11-07T05:31:56Z", "SlotName": "<string>", "ColorTag": "<string>" } ]
Lists active Base limit orders. See full details from OpenAPI spec below.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful retrieval of limit orders.
The response is of type object[].
object[]