Skip to content

Commit 88cd5e6

Browse files
authored
Update README.md
add c2c and fiat
1 parent e80510d commit 88cd5e6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,15 @@ Many endpoints are divided by category into different structs inside `Client`. I
3232
- Mining
3333
- BLVT
3434
- 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.
3639
i.e:
3740
>SpotClient::Wallet my_wallet{ my_client_obj }.
3841
3942
## 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.
4144
> FuturesClientUSDT(api_key, api_secret)
4245
>
4346
<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

Comments
 (0)