Skip to content

Commit 78c5b18

Browse files
committed
docs(bitget): add bitget documentation
1 parent 86de1de commit 78c5b18

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/exchanges.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,22 @@ It's therefore required to pass the UID as well.
328328
!!! Warning "Necessary Verification"
329329
Bitmart requires Verification Lvl2 to successfully trade on the spot market through the API - even though trading via UI works just fine with just Lvl1 verification.
330330

331+
## Bitget
332+
333+
Kucoin requires a passphrase for each api key, you will therefore need to add this key into the configuration so your exchange section looks as follows:
334+
335+
```json
336+
"exchange": {
337+
"name": "bitget",
338+
"key": "your_exchange_key",
339+
"secret": "your_exchange_secret",
340+
"password": "your_exchange_api_key_password",
341+
// ...
342+
}
343+
```
344+
345+
Bitget supports [time_in_force](configuration.md#understand-order_time_in_force).
346+
331347
## Hyperliquid
332348

333349
!!! Tip "Stoploss on Exchange"

0 commit comments

Comments
 (0)