Skip to content

Commit eee5d22

Browse files
committed
chore: fix readme
1 parent 307c856 commit eee5d22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ account_balance = api.accounts.get_account_balance()
4545
print(account_balance)
4646
```
4747

48-
### Markets
48+
### Market
4949

50-
The Markets client allows you to interact with market-related endpoints.
50+
The Market client allows you to interact with market-related endpoints.
5151

5252
```python
5353
# Get market depth
54-
market_depth = api.markets.get_depth("ADAUSDX")
54+
market_depth = api.market.get_depth("ADAUSDX")
5555
print(market_depth_response)
5656

5757
# Get market price
58-
market_price_response = api.markets.get_market_price("ADAUSDX")
58+
market_price_response = api.market.get_market_price("ADAUSDX")
5959
print(market_price_response)
6060
```
6161

0 commit comments

Comments
 (0)