Crypto backtesting
Loading...
Searching...
No Matches
bin
etoro.py
Go to the documentation of this file.
1
2
3
# Connect to etoro api
4
# https://api.etorostatic.com/sapi/userprofile/v1/clients/xxxxxx
5
# https://api.etorostatic.com/sapi/userprofile/v1/clients/xxxxxx/personal-profile
6
# https://api.etorostatic.com/sapi/userprofile/v1/clients/xxxxxx/clientsummaries
7
# https://api.etorostatic.com/sapi/userprofile/v1/clients/xxxxxx/clientsummaries?clientReqId=xxxxxx
8
# https://api.etorostatic.com/sapi/userprofile/v1/clients/xxxxxx/clientsummaries?clientReqId=xxxxxx&clientReqId=xxxxxx
9
10
# https://api.etorostatic.com/sapi/trade-data-real/v1/clients/xxxxxx/portfolios?clientReqId=xxxxxx
11
12
13
# Connect to etoro api and fetch all pairs
Generated by
1.15.0