Models
Models
The SDK also provides data classes for various objects returned by the API. These include:
ProfileAccountTransferPortfolioAssetInstrumentBidAskOrderbookOrderTradePosition
These classes have properties to help you access the information they represent. For example, to access the user's account balance, you can use client.get_account().balance.
Updated almost 3 years ago
