API Reference
CryptoExchangeAPIs.APIsHeaders
— TypeAPIsHeaders
Headers of the API resonse.
Optional fields
date::String = nothing
: Response date.retry_after::Float64 = 1.0
: Number of retries.
CryptoExchangeAPIs.APIsResponse
— TypeAPIsResponse
API response status.
fields
headers::APIsHeaders
: Headers of the API resonse.status_code::Int64
: API response status code.
CryptoExchangeAPIs.APIsResult
— TypeAPIsResult{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
— Functioncex_client(x::APIsResult)
Getter function for obtaining information about the request client.
CryptoExchangeAPIs.cex_result
— Functioncex_result(x::APIsResult)
Getter function for obtaining the response result.
CryptoExchangeAPIs.cex_query
— Functioncex_query(x::APIsResult)
Getter function for obtaining query of the API request.