LoginSignup
takachika555
@takachika555

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

bitFlyer Lightning API GET /v1/executions id とびとびの値

bitFlyer Lightning API 約定履歴の取得について仕様を知りたい

以下のリンクはbitFlyer Lightning API Playground のGET /v1/executions(約定履歴)
取得のページになります。
https://lightning.bitflyer.com/docs/playground#GETv1%2Fexecutions%3Fproduct_code%3D%7Bproduct_code%7D%26count%3D%7Bcount%7D%26before%3D%7Bbefore%7D%26after%3D%7Bafter%7D/javascript

発生している問題・エラー

ここで履歴を取得すると以下のように"id"が必ずしも連番になりません。

    {
        "id": 2260536691,
        "side": "BUY",
        "price": 5085811,
        "size": 0.01,
        "exec_date": "2021-09-13T13:52:52.75",
        "buy_child_order_acceptance_id": "JRF20210913-135252-814174",
        "sell_child_order_acceptance_id": "JRF20210913-135252-115684"
    },
    {
        "id": 2260536690,
        "side": "BUY",
        "price": 5084556,
        "size": 0.11,
        "exec_date": "2021-09-13T13:52:52.333",
        "buy_child_order_acceptance_id": "JRF20210913-135252-438961",
        "sell_child_order_acceptance_id": "JRF20210913-135252-507700"
    },
    {
        "id": 2260536688,
        "side": "BUY",
        "price": 5088703,
        "size": 0.139,
        "exec_date": "2021-09-13T13:52:51.227",
        "buy_child_order_acceptance_id": "JRF20210913-135251-901244",
        "sell_child_order_acceptance_id": "JRF20210913-135250-034324"
    }
]

どのような仕様になっているか、ないしどのサイトを見れば仕様がわかるかご教示いただきたいです。

0

No Answers yet.

Your answer might help someone💌