Skip to content

Instantly share code, notes, and snippets.

@apoeren
Forked from yasinkuyu/paribu_api
Created May 14, 2022 18:56
Show Gist options
  • Save apoeren/9fd3d323b95a82e017b47ffa09d40b41 to your computer and use it in GitHub Desktop.
Save apoeren/9fd3d323b95a82e017b47ffa09d40b41 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment