Skip to content

[Node] add exchanges availabilities API - #3661

Open
GuillaumeDSM wants to merge 1 commit into
global_viewfrom
exchanges_api
Open

[Node] add exchanges availabilities API#3661
GuillaumeDSM wants to merge 1 commit into
global_viewfrom
exchanges_api

Conversation

@GuillaumeDSM

Copy link
Copy Markdown
Member

ex payload:

  {
    "internal_name": "bigone",
    "name": "BigONE",
    "logo": "https://github.com/user-attachments/assets/4e5cfd53-98cc-4b90-92cd-0d7b512653d1",
    "available_trading_types": [
      "spot"
    ],
    "support_type": "untested",
    "sandboxed": false,
    "register_url": "https://b1.run/users/new?code=D3LLBVFT",
    "api_url": null
  },
  {
    "internal_name": "binance",
    "name": "Binance",
    "logo": "https://github.com/user-attachments/assets/e9419b93-ccb0-46aa-9bff-c883f096274b",
    "available_trading_types": [
      "spot",
      "futures"
    ],
    "support_type": "officially_supported",
    "sandboxed": false,
    "register_url": "https://accounts.binance.com/en/register?ref=528112221",
    "api_url": null
  },
    {
    "internal_name": "earncurve",
    "name": "Earn Curve",
    "logo": null,
    "available_trading_types": [
      "spot"
    ],
    "support_type": "officially_supported",
    "sandboxed": false,
    "register_url": null,
    "api_url": "https://www.earncurve.com.au/api/"
  },

@GuillaumeDSM GuillaumeDSM self-assigned this Aug 29, 2026
@GuillaumeDSM
GuillaumeDSM requested a review from Herklos as a code owner August 29, 2026 21:23

@Herklos Herklos left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

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.

2 participants