You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,12 +32,15 @@ Many endpoints are divided by category into different structs inside `Client`. I
32
32
- Mining
33
33
- BLVT
34
34
- BSWAP
35
-
They should be initialized from within other Client classes, and by passing the Client object to the constructor.
35
+
- Fiat
36
+
- C2C
37
+
38
+
<br>They should be initialized from within other Client classes, and by passing the Client object to the constructor.
36
39
i.e:
37
40
>SpotClient::Wallet my_wallet{ my_client_obj }.
38
41
39
42
## Exchange client
40
-
In order to initialize a client that is not public, api-key and api-secret must be passed in std::string format to the constructor.
43
+
In order to initialize a client that is not public, api-key and api-secret must be passed in `std::string` format to the constructor.
41
44
> FuturesClientUSDT(api_key, api_secret)
42
45
>
43
46
<br />Futures and Options clients may be set in testnet mode by using the method "set_testnet_mode(bool)". SpotClient has 'test_new_order' method but no testnet mode endpoints.
0 commit comments