Get Wallet Balance
http GET
주소 : /spot/v1/account
베이스 주소 : https://igotit.tistory.com/2674 의 현물 서버 주소 들.
요청 파라메타
- 없음.
응답
{
"ret_code": 0,
"ret_msg": "",
"ext_code": null,
"ext_info": null,
"result": {
"balances": [
{
"coin": "USDT",
"coinId": "USDT",
"coinName": "USDT",
"total": "10",
"free": "10",
"locked": "0"
}
]
}
}
응답 데이터 항목.
Parameter | Type | Comment |
coin | string | Asset |
coinId | string | Asset |
coinName | string | Asset |
total | string | Total equity |
free | float | Available balance |
locked | float | Reserved for orders |
첫 등록 : 2022.04.18
최종 수정 :
단축 주소 : https://igotit.tistory.com/3618
'트레이딩 > 암호화폐' 카테고리의 다른 글
암호화폐 . 게이트아이오. API . 현물. 웹소켓 공통 사항 (0) | 2022.05.08 |
---|---|
암호화폐. 바이비트. API. 현물. 웹소켓. 잔고 실시간, outboundAccountInfo (0) | 2022.04.19 |
암호화폐. 바이비트. API. 현물. 주문 송신. Place Active Order (1) | 2022.04.15 |
암호화폐. 바이비트. API. 현물. 웹소켓. 내주문체결 정보, executionReport (0) | 2022.04.12 |
암호화폐. 현물. 수수료 비교. (0) | 2022.04.08 |
댓글