Last active
November 15, 2022 20:02
-
-
Save yasinkuyu/9d7098bb83fd5c90e8e76c3f1eefce16 to your computer and use it in GitHub Desktop.
Paribu Bitcoin Rates
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Paribu.com - Türkiye'nin Bitcoin Borsası | |
2021 (update) | |
Api endpoint | |
https://v3.paribu.com/app/markets/btc-tl?interval=1000 | |
Ticker | |
https://www.paribu.com/ticker | |
Initials | |
https://v3.paribu.com/app/initials | |
headers | |
user-agent = ParibuApp/332 ("+v.Platform.OS+" "+v.Platform.Version+") | |
Bonus | |
get("https://v3.paribu.com/app/initials") | |
post("https://v3.paribu.com/app/login",t) | |
post("https://v3.paribu.com/app/register",t) | |
post("https://v3.paribu.com/app/user/id-verify",t) | |
post("https://v3.paribu.com/app/two-factor",t) | |
post("https://v3.paribu.com/app/retry-sms",t) | |
get("https://v3.paribu.com/app/markets/"+t+'?interval='+s) | |
get("https://v3.paribu.com/app/charts/"+t+'?interval='+s) | |
post("https://v3.paribu.com/app/user/orders",t) | |
post("https://v3.paribu.com/app/user/addresses/assign",t) | |
post("https://v3.paribu.com/app/user/papara/deposit",t) | |
post("https://v3.paribu.com/app/user/withdraws",t) | |
post("https://v3.paribu.com/app/user/alerts",t) | |
delete("https://v3.paribu.com/app/user/alerts/"+t) | |
post("https://v3.paribu.com/app/user/papara/"+t,s) | |
put("https://v3.paribu.com/app/user/password",t) | |
put("https://v3.paribu.com/app/user/email",t) | |
put("https://v3.paribu.com/app/user/two-factor") | |
post("https://v3.paribu.com/app/reset/password",t) | |
put("https://v3.paribu.com/app/reset/password",t) | |
post("https://v3.paribu.com/app/user/email/confirmation",t) | |
post("https://v3.paribu.com/app/tickets",t) | |
get('https://www.paribu.com/app/notification-trigger?label='+t) | |
---- | |
2017 | |
Endpoint | |
https://www.paribu.com/endpoint/state | |
https://www.paribu.com/ticker |
User-agenti doğru göndermediğiniz müddetçe token elde edemezsiniz.
selamlar arkadaslar ben bu işte yeniyim ve ciddi anlamda profesyonel online ders almak istiyorum yardımcı olabilirmisiniz.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Arkadaşlar merhabalar. Excelde borsalardan gelen fiyat bilgilerinin çekildiği api kaynak kodları var. Ben birkaç borsanın api verisini bulup excell tablosuna veri getirmeye çalışıyorum. Api lerin yazım mantığını anlamaya çalışıyorum. Excell tablosuna veri çekip portföy güncellenmiş verilerini görebiliyorum. Bu arada şunuda araştırıyorum. Excell tabloları üzerinden borsalara connect olup ilgili coin/coinlerin alım, satım, toplu alım satım gibi fonksiyonlarını api üzerinden kontrol etme şansımız var mı? Bunu excell tabloları üzerinden kontrol etme şansımızın olup olmadığını merak ediyorum. Bilgisi olan arkadaşımız varsa bilgi verebilirse sevinirim. Teşekkürler.