Bitcoin Forum
May 25, 2024, 01:39:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: upbit API  (Read 370 times)
karsyla (OP)
Full Member
***
Offline Offline

Activity: 248
Merit: 112


Time is money so I went and bought a Rolex


View Profile
March 05, 2018, 09:23:39 PM
 #1

Hello, does anybody know the URL for Ticker for upbit exchange?

https://upbit.com/home

Cannot find anything there and it seems they don't have english language there.

If anybody has that URL please share it here, thanks!!!!

cryptofriendz
Member
**
Offline Offline

Activity: 111
Merit: 10

Do or do not.


View Profile
March 22, 2018, 01:13:05 PM
 #2

Looking for the same ideally websockets. Anyone?
wouterds
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 28, 2018, 12:58:54 PM
 #3

I've found a few endpoints, and it's surely possible to get all the data by combining them, but far from ideal.
Also no documentation. Mainly looking for a ticker endpoint that lists all pairs here.

- https://ccx.upbit.com/api/v1/market_status/all
- https://crix-api.upbit.com/v1/crix/trades/ticks?code=CRIX.UPBIT.KRW-XRP&count=1
- https://crix-api.upbit.com/v1/crix/candles/minutes/240?code=CRIX.UPBIT.KRW-BTC&count=1
- wss://crix-websocket.upbit.com/sockjs/532/hxh4amls/websocket
wouterds
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 28, 2018, 01:36:00 PM
 #4

I've found a few endpoints, and it's surely possible to get all the data by combining them, but far from ideal.
Also no documentation. Mainly looking for a ticker endpoint that lists all pairs here.

- https://ccx.upbit.com/api/v1/market_status/all
- https://crix-api.upbit.com/v1/crix/trades/ticks?code=CRIX.UPBIT.KRW-XRP&count=1
- https://crix-api.upbit.com/v1/crix/candles/minutes/240?code=CRIX.UPBIT.KRW-BTC&count=1
- wss://crix-websocket.upbit.com/sockjs/532/hxh4amls/websocket

So what you could do (in theory) is get all the pairs based on the `id` prop (which are at the moment of writing 356 unique pairs) and then make a separate call (through TOR?) to get details on each pair. But as I said, will be slow, unperformant and probably result in a rate limit ban when not using some kind of proxy service.

If any Korean speaking people can help out, be my guest. Guide me!
wouterds
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 29, 2018, 11:24:18 AM
 #5

So what you could do (in theory) is get all the pairs based on the `id` prop (which are at the moment of writing 356 unique pairs) and then make a separate call (through TOR?) to get details on each pair. But as I said, will be slow, unperformant and probably result in a rate limit ban when not using some kind of proxy service.

If any Korean speaking people can help out, be my guest. Guide me!

I tried above but a full run took around 10 minutes with TOR and the regular HTTP API. I ended up using the `market_status/all` endpoint to get all the markets and using the websocket API to get realtime trade data for all these markets. That works fine, but a bit PITA as it's not really documented, they don't return valid json, ..
davey76
Full Member
***
Offline Offline

Activity: 508
Merit: 101


View Profile
April 04, 2018, 02:54:19 PM
 #6

Does anybody know of endpoints to get the last prices?
wouterds
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
April 09, 2018, 11:16:35 AM
 #7

Does anybody know of endpoints to get the last prices?

You can get it through the websocket endpoint I provided earlier.
wouterds
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
April 09, 2018, 11:54:50 AM
 #8

Looks like upbit added auth to their https://ccx.upbit.com/api/v1/market_status/all endpoint  Undecided..
davey76
Full Member
***
Offline Offline

Activity: 508
Merit: 101


View Profile
April 09, 2018, 01:05:38 PM
 #9

Does anybody know of endpoints to get the last prices?

You can get it through the websocket endpoint I provided earlier.

I need a REST api
wouterds
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
April 09, 2018, 01:10:02 PM
 #10

I need a REST api

They don't have it  Undecided
cryptofriendz
Member
**
Offline Offline

Activity: 111
Merit: 10

Do or do not.


View Profile
April 17, 2018, 06:28:03 PM
 #11

Can someone guide me with a little doc on how to implement their websockets?

I'm failing miserably.
jayarjo
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
June 05, 2018, 02:50:33 PM
 #12

Can someone guide me with a little doc on how to implement their websockets?

Do they even have websockets accessible?

wss://crix-websocket.upbit.com/sockjs/532/hxh4amls/websocket doesn't seem to be functional :/
pornluver
Hero Member
*****
Offline Offline

Activity: 960
Merit: 514


View Profile
September 04, 2023, 11:54:19 AM
 #13

You can get data from

https://global-docs.upbit.com/reference/available-order-information

You combine orderbook and ticker

The problem is getting open order.

I am still looking for ways to get open order.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!