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

Implement all REST API endpoints #59

Closed
25 of 37 tasks
bennycode opened this issue Jan 28, 2021 · 0 comments
Closed
25 of 37 tasks

Implement all REST API endpoints #59

bennycode opened this issue Jan 28, 2021 · 0 comments

Comments

@bennycode
Copy link
Owner

bennycode commented Jan 28, 2021

REST Trading API Reference

  • https://labs.ig.com/rest-trading-api-reference

  • /accounts

  • /accounts/preferences

  • /history/activity

  • /history/activity/{fromDate}/{toDate} (obsolete endpoint)

  • /history/activity/{lastPeriod} (obsolete v1 endpoint)

  • /history/transactions

  • /history/transactions/{transactionType}/{fromDate}/{toDate} (obsolete endpoint)

  • /history/transactions/{transactionType}/{lastPeriod} (obsolete endpoint)

  • /confirms/{dealReference}

  • /positions

  • /positions/{dealId}

  • /positions/otc

  • /positions/otc/{dealId}

  • /positions/sprintmarkets

  • /workingorders

  • /workingorders/otc

  • /workingorders/otc/{dealId}

  • /marketnavigation

  • /marketnavigation/{nodeId}

  • /markets

  • /markets/{epic}

  • /markets?searchTerm={searchTerm}

  • /prices/{epic}

  • /prices/{epic}/{resolution}/{numPoints} (obsolete endpoint)

  • /prices/{epic}/{resolution}/{startDate}/{endDate} (obsolete endpoint)

  • /prices/{epic}/{resolution}?startdate={startdate}&enddate={enddate} (obsolete endpoint)

  • /watchlists

  • /watchlists/{watchlistId}

  • /watchlists/{watchlistId}/{epic}

  • /clientsentiment

  • /clientsentiment/{marketId}

  • /clientsentiment/related/{marketId}

  • /session

  • /session/encryptionKey

  • /session/refresh-token

  • /operations/application

  • /operations/application/disable

@bennycode bennycode changed the title Implement all REST API endpoints Implement all REST API endpoints (v2, v3) Jan 28, 2021
@bennycode bennycode changed the title Implement all REST API endpoints (v2, v3) Implement all REST API endpoints Jan 28, 2021
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

No branches or pull requests

1 participant