FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
binolla-api-python-wrapper/binolla_client.py at main · cbtradersbd/binolla-api-python-wrapper · GitHub
cbtradersbd
/
binolla-api-python-wrapper
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
binolla-api-python-wrapper
/
binolla_client.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
10 lines (7 loc) · 225 Bytes
Breadcrumbs
binolla-api-python-wrapper
/
binolla_client.py
Copy path
File metadata and controls
10 lines (7 loc) · 225 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
import
requests
BASE_URL
=
"https://api1.api.cbtraderbd.xyz"
def
get_binolla_payouts
():
url
=
f"
{
BASE_URL
}
/docs"
print
(
f"Connecting to Binolla API at
{
url
}
..."
)
if
__name__
==
"__main__"
:
get_binolla_payouts
()
Back
|
FazBrowse Home
|
New Git URL