Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Phemex auth hosts #232

Merged
merged 2 commits into from Aug 29, 2023
Merged

Update Phemex auth hosts #232

merged 2 commits into from Aug 29, 2023

Conversation

MtkN1
Copy link
Member

@MtkN1 MtkN1 commented Aug 29, 2023

Overview

Phemex における認証のホスト紐付けを更新する。
Phemex の GitHub リポジトリにあるドキュメント 1 に記載されているホスト名には対応していたが、GitHub Pages にホストされているドキュメント 2 (pybotters の Phemex 実装時には存在してなかった) に記載されているホスト名は未対応だった為追加する。

なお Phemex はこの両ドキュメントで内容が断片化していて分かりづらいので簡単に以下にまとめておく。

https://github.com/phemex/phemex-api-docs

  • REST API
    • https://api.phemex.com
    • https://vapi.phemex.com (High rate limit)
    • https://testnet-api.phemex.com (testnet)
  • WebSocket API
    • wss://phemex.com/ws
    • wss://vapi.phemex.com/ws (High rate limit)
    • wss://testnet.phemex.com/ws (testnet)

https://phemex-docs.github.io/

  • REST API
    • https://api.phemex.com
    • https://vapi.phemex.com (High rate limit)
    • https://testnet-api.phemex.com (testnet)
  • WebSocket API
    • wss://api.phemex.com/md
    • wss://vapi.phemex.com/ws (High rate limit)
    • wss://testnet-api.phemex.com/md (testnet)

Footnotes

  1. https://github.com/phemex/phemex-api-docs

  2. https://phemex-docs.github.io/

@MtkN1 MtkN1 self-assigned this Aug 29, 2023
@MtkN1 MtkN1 merged commit f2b332d into main Aug 29, 2023
10 checks passed
@MtkN1 MtkN1 deleted the update-phemex-hosts branch August 29, 2023 12:04
@MtkN1 MtkN1 mentioned this pull request Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant