# Functions
CacheExpires helper function to determine remaining time before repeating a request.
NewAPIClient creates a new API client.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKey takes an APIKey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextOAuth2 takes a oauth2.TokenSource as authentication for the request.
# Structs
No description provided by the author
APIClient manages communication with the MAX RESTful API List API v1.0.0 In most cases there should be only one, shared, APIClient.
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
No description provided by the author
No description provided by the author
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth .
No description provided by the author
get all available currencies.
get details of a specific deposit.
get all available markets.
get your profile and accounts infomation.
No description provided by the author
get a specific order.
get the order book of a specified market.
The addresses could be empty before generated, please call POST /deposit_addresses in that case.
get ticker of specific market.
get ticker of all markets.
get recent trades on market, sorted in reverse creation order.
get details of a specific withdraw.
# Type aliases
No description provided by the author
No description provided by the author