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

Validate REST API v1 #9

Closed
10 of 11 tasks
guilyx opened this issue Oct 3, 2022 · 0 comments · Fixed by #23
Closed
10 of 11 tasks

Validate REST API v1 #9

guilyx opened this issue Oct 3, 2022 · 0 comments · Fixed by #23
Assignees
Labels
enhancement New feature or request

Comments

@guilyx
Copy link
Owner

guilyx commented Oct 3, 2022

Account

  • GET /api/v1/accountSummary (Retrieves account balances)

Pairs

  • GET /api/v1/pairs (Gets a list of all pairs, min and max amounts.)

Quote

  • GET /api/v1/pairs (Gets a price quote.)

Order

  • POST /api/v1/orders (Places an order.)

  • POST /api/v1/orders/trigger (Places a trigger order.)

  • POST /api/v1/orders/advanced (Places an advanced order.)

  • POST /api/v1/orders/twap (Places a TWAP order.)

History

  • GET /api/v1/orders (Gets order history.)

  • GET /api/v1/orderDetails (Gets details of specific order.)

  • GET /api/v1/trades (Retrieves trades history.)

  • GET /api/v1/transactionInfo (Gets a transaction information.)

@guilyx guilyx added the enhancement New feature or request label Oct 3, 2022
@guilyx guilyx self-assigned this Oct 3, 2022
@guilyx guilyx pinned this issue Oct 3, 2022
@guilyx guilyx mentioned this issue Oct 8, 2022
@guilyx guilyx closed this as completed in #23 Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant