There was an error while loading. Please reload this page.
websocketを利用して、リアルタイムに終値を取得します。
from zaifapi import ZaifPublicStreamApi stream_api = ZaifPublicStreamApi() info_stream = stream_api .execute(currency_pair='btc_jpy') while True: receive = next(info_stream)
現在取得可能なペアは、トークン以外(is_token=False)のペアのみです。
is_token=False