API Reference
CryptoExchangeAPIs.APIsHeaders — Type
APIsHeadersHeaders of the API resonse.
Optional fields
date::String = nothing: Response date.retry_after::Float64 = 1.0: Number of retries.
CryptoExchangeAPIs.APIsResponse — Type
APIsResponseAPI response status.
fields
headers::APIsHeaders: Headers of the API resonse.status_code::Int64: API response status code.
CryptoExchangeAPIs.APIsResult — Type
APIsResult{T}Result T of the API method .
Required fields
client::AbstractAPIsClient: Request client.query::APIsRequest: Request parameter query.result::T: Result of the API request method.
Optional fields
response::APIsResponse: API response.
CryptoExchangeAPIs.cex_client — Function
cex_client(x::APIsResult)Getter function for obtaining information about the request client.
CryptoExchangeAPIs.cex_result — Function
cex_result(x::APIsResult)Getter function for obtaining the response result.
CryptoExchangeAPIs.cex_query — Function
cex_query(x::APIsResult)Getter function for obtaining query of the API request.