Module my_account_api

Source

Structs§

ChangePasswordParams
struct for passing parameters to the method change_password
GetBankItemsParams
struct for passing parameters to the method get_bank_items
GetGeSellHistoryParams
struct for passing parameters to the method get_ge_sell_history
GetGeSellOrdersParams
struct for passing parameters to the method get_ge_sell_orders

Enums§

ChangePasswordError
struct for typed errors of method change_password
GetAccountDetailsError
struct for typed errors of method get_account_details
GetBankDetailsError
struct for typed errors of method get_bank_details
GetBankItemsError
struct for typed errors of method get_bank_items
GetGeSellHistoryError
struct for typed errors of method get_ge_sell_history
GetGeSellOrdersError
struct for typed errors of method get_ge_sell_orders

Functions§

change_password
Change your account password. Changing the password reset the account token.
get_account_details
Fetch account details.
get_bank_details
Fetch bank details.
get_bank_items
Fetch all items in your bank.
get_ge_sell_history
Fetch your sales history of the last 7 days.
get_ge_sell_orders
Fetch your sell orders details.