kabucom / kabusapi

kabuステーションAPI ポータル
https://kabucom.github.io/kabusapi/ptal/
MIT License
299 stars 45 forks source link

【質問】auカブコム証券のAPIエンドポイントURLを確認 #843

Closed massaa39 closed 3 months ago

massaa39 commented 4 months ago

APIをPythonの環境で使用したいのですがauカブコム証券のAPIエンドポイントURLが分からず困っています。 実際のAPIエンドポイントURLを教えていただけますと幸いです。

hori-ryota commented 4 months ago

REST APIは http://localhost:18080/ かと思います。検証用は http://localhost:18081/ です。 どこかにあるサーバにつなぐわけではなく、ローカルに起動したkabuステーションにlocalhostで接続する形式なはずです。

PUSH API はこちらを参照。 https://kabucom.github.io/kabusapi/ptal/push.html

REST APIのURLどこに書いてあったかな〜と久々にドキュメントを見ましたが、確かに見当たらないかも…?

massaa39 commented 4 months ago

教えていただき無事に接続できました!ありがとうございます、大変感謝しています。2024/06/17 午前8:39、hori-ryota @.***>のメール: REST APIは http://localhost:18080/ かと思います。どこかにあるサーバにつなぐわけではなく、ローカルに起動したkabuステーションにlocalhostで接続する形式なはずです。 PUSH API はこちらを参照。 https://kabucom.github.io/kabusapi/ptal/push.html REST APIのURLどこに書いてあったかな〜と久々にドキュメントを見ましたが、確かに見当たらないかも…?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

yasuyuki-nakazawa commented 4 months ago

@hori-ryota ご説明ありがとうございます。 確かに現状の説明ですと、一見してわからないですね。改善は検討致します