# Functions
NewAccount returns a pointer to a fresh Account.
NewClient returns a pointer to a fresh ClientRest.
NewFunding returns a pointer to a fresh Funding.
NewMarket returns a pointer to a fresh Market.
NewPublicData returns a pointer to a fresh PublicData.
NewSubAccount returns a pointer to a fresh SubAccount.
NewTrade returns a pointer to a fresh Trade.
NewTradeData returns a pointer to a fresh TradeData.
# Structs
Account
https://www.okex.com/docs-v5/en/#rest-api-account.
ClientRest is the rest api client.
Funding
https://www.okex.com/docs-v5/en/#rest-api-funding.
Market
https://www.okex.com/docs-v5/en/#rest-api-market-data.
PublicData
https://www.okex.com/docs-v5/en/#rest-api-public-data.
SubAccount
https://www.okex.com/docs-v5/en/#rest-api-subaccount.
Trade
https://www.okex.com/docs-v5/en/#rest-api-trade.
TradeData
https://www.okex.com/docs-v5/en/#rest-api-tradeing-data.