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

板情報APIを呼び出す。