doc: add history orders command

This commit is contained in:
c9s 2022-01-01 00:51:31 +08:00
parent b365021118
commit abc7dc0a2b

View File

@ -14,5 +14,9 @@ go run ./examples/kucoin orders --symbol LTC-USDT --status active
go run ./examples/kucoin orders --symbol LTC-USDT --status done
go run ./examples/kucoin orders cancel --order-id 61b48b73b4de3e0001251382
# list history orders
go run ./examples/kucoin orders history --symbol BTC-USDT
go run ./examples/kucoin fills --symbol LTC-USDT
```