API Reference

CryptoExchangeAPIs.APIsHeadersType
APIsHeaders

Headers of the API resonse.

Optional fields

  • date::String = nothing: Response date.
  • retry_after::Float64 = 1.0: Number of retries.
source
CryptoExchangeAPIs.APIsResultType
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.
source