pub async fn request_ticker(
    http_client: &impl HttpClient,
    symbol: &Symbol
) -> Result<RestResponse<Ticker>, Error>
Expand description

最新レートAPIを呼び出す。