bbgo_origin/doc/commands/bbgo_margin_repays.md

45 lines
1.6 KiB
Markdown
Raw Normal View History

2022-06-07 14:24:47 +00:00
## bbgo margin repays
query repay history
```
bbgo margin repays --session=SESSION_NAME --asset=ASSET [flags]
```
### Options
```
--asset string asset
-h, --help help for repays
--session string exchange session name
```
### Options inherited from parent commands
```
--binance-api-key string binance api key
--binance-api-secret string binance api secret
--config string config file (default "bbgo.yaml")
2022-06-09 18:52:54 +00:00
--cpu-profile string cpu profile
2022-06-07 14:24:47 +00:00
--debug debug mode
--dotenv string the dotenv file you want to load (default ".env.local")
2023-06-29 09:19:22 +00:00
--log-formatter string configure log formatter
2022-06-07 14:24:47 +00:00
--max-api-key string max api key
--max-api-secret string max api secret
--metrics enable prometheus metrics
--metrics-port string prometheus http server port (default "9090")
--no-dotenv disable built-in dotenv
2022-12-23 05:08:05 +00:00
--rollbar-token string rollbar token
2022-06-07 14:24:47 +00:00
--slack-channel string slack trading channel (default "dev-bbgo")
--slack-error-channel string slack error channel (default "bbgo-error")
--slack-token string slack token
--telegram-bot-auth-token string telegram auth token
--telegram-bot-token string telegram bot token from bot father
```
### SEE ALSO
* [bbgo margin](bbgo_margin.md) - margin related history
2024-09-15 16:30:59 +00:00
###### Auto generated by spf13/cobra on 16-Sep-2024