AccountPrivate API
회원 정보 및 코인 거래 수수료 정보를 제공합니다.
POSThttps://api.bithumb.com/info/account
Example Response
{
	"status" : "0000",
	"data" : {
		"created" : 1388118018000,
		"account_id" : "A000105A",
		"order_currency" : "BTC",
		"payment_currency" : "KRW",
		"trade_fee" : "0.0025",
		"balance" : "665.40127447"
	}
}
Request Parameters
요청 변수 | 설명 | 타입 |
---|---|---|
apiKey | 사용자 API Key | String/필수 |
secretKey | 사용자 Secret Key | String/필수 |
order_currency | 주문 통화 (코인) | String/필수 |
payment_currency | 결제 통화 (마켓) 입력값 : KRW 혹은 BTC | String |
Response
필드 | 설명 | 타입 |
---|---|---|
status | 결과 상태 코드 (정상: 0000, 그 외 에러 코드 참조) | String |
created | 회원가입 일시 타임 스탬프 | Integer |
account_id | 회원 ID | String |
order_currency | 주문 통화 (코인) | String |
payment_currency | 결제 통화 (마켓) | String |
trade_fee | 거래 수수료율 | Number (String) |
balance | 주문 가능 수량 | Number (String) |