Skip to content

Instantly share code, notes, and snippets.

@yasinkuyu
Last active November 15, 2022 20:02
Show Gist options
  • Save yasinkuyu/9d7098bb83fd5c90e8e76c3f1eefce16 to your computer and use it in GitHub Desktop.
Save yasinkuyu/9d7098bb83fd5c90e8e76c3f1eefce16 to your computer and use it in GitHub Desktop.
Paribu Bitcoin Rates
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
@0x83k1r
Copy link

0x83k1r commented Mar 27, 2022

User-agenti doğru göndermediğiniz müddetçe token elde edemezsiniz.

@apoeren
Copy link

apoeren commented May 12, 2022

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