본문 바로가기
트레이딩/암호화폐

암호화폐 . 게이트아이오. API . 현물. 종목 정보 확보

by i.got.it 2022. 3. 31.

 

개요

 

- 암호화폐 거래소 게이트아이오( gate.io ) 의  현물 종목들 ( 예 : BTC, ETH, XRP  ,...  )   rest api 로 종목 정보 확보.  동일 요청주소로 마진 종목들도 같이 제공됨.  

 

- 게이트아이오 현물 종목은 결제통화에 따라  USDT, BTC, ETH 마켓이 있고, 모두 동일 주소로 요청하여 심볼 정보 확보 가능. 요청 응답 데이터 항목 중 quote 에 기록된 문자열을 보고 어떤 마켓인지 식별 가능하다. 

 

 

종목 정보 요청 주소.  

 

https://api.gateio.ws/api/v4/spot/currency_pairs

 

 

 

요청 코드예 .

파이썬 



# coding: utf-8
import requests

host = "https://api.gateio.ws"
prefix = "/api/v4"
headers = {'Accept': 'application/json', 'Content-Type': 'application/json'}

url = '/spot/currency_pairs'
query_param = ''
r = requests.request('GET', host + prefix + url, headers=headers)
print(r.json())

 

 

 

응답 데이터 형식 

 

주의 . 데이터 항목 "min_base_amout" 은 종목별로 제공 안되는 것도 있다. 

 



[
  {
    "id": "ETH_USDT",
    "base": "ETH",
    "quote": "USDT",
    "fee": "0.2",
    "min_base_amount": "0.001",
    "min_quote_amount": "1.0",
    "amount_precision": 3,
    "precision": 6,
    "trade_status": "tradable",
    "sell_start": 1516378650,
    "buy_start": 1516378650
  }
]

 

응답 데이터 항목 

Name Type Description
id string Currency pair
base string Base currency
quote string Quote currency
fee string Trading fee
min_base_amount string Minimum amount of base currency to trade, null means no limit

주의 . 데이터 항목 "min_base_amout" 은 종목별로 제공 안되는 것도 있다. 
 
min_quote_amount string Minimum amount of quote currency to trade, null means no limit
amount_precision integer Amount scale
precision integer Price scale
trade_status string How currency pair can be traded

- untradable: cannot be bought or sold
- buyable: can be bought
- sellable: can be sold
- tradable: can be bought or sold
sell_start integer(int64) Sell start unix timestamp in seconds
buy_start integer(int64) Buy start unix timestamp in seconds

 

 

 

 

연관 

 

상위정리

 

암호화폐. gate.io API 활용모음

API 주소정리 암호화폐 . 게이트아이오. API . 개요 . 주소 정리. 예제소스 게이트아이오 API 개요. - 암호화폐 거래소 게이트아이오 (gate.io) 에서 제공하는 API - 게이트아이오 거래소의 전체 종목(아

igotit.tistory.com

 

 


첫 등록 : 2022.03.29

최종 수정 : 

단축 주소 : https://igotit.tistory.com/3572


 

댓글



 

비트코인




암호화폐       외환/나스닥/골드       암호화폐/외환/나스닥/골드 암호화폐/외환/나스닥/골드   암호화폐/외환/나스닥/골드
     
현물 |선물 인버스 |선물 USDT       전략매니저(카피트레이딩)     롤오버 이자 없는 스왑프리계좌
( 스왑프리 암호화폐도 거래 가능 )    
MT4, MT5 , cTrader 모두 지원     FTMO 계좌 매매운용. MT4,MT5