Wallet AddressPrivate API
회원의 코인 입금 지갑 주소를 제공합니다.
POSThttps://api.bithumb.com/info/wallet_address
Example Response
{
	"status" : "0000",
	"data" : {
		"wallet_address" : "1H7WL8Lb8mxCTwpL1RN8yckL2gcPLgqtqD",
		"currency" : "BTC"
	}
}
Request Parameters
요청 변수 | 설명 | 타입 |
---|---|---|
apiKey | 사용자 API Key | String/필수 |
secretKey | 사용자 Secret Key | String/필수 |
currency | 가상자산 영문 코드 기본값 : BTC | String |
Response
필드 | 설명 | 타입 |
---|---|---|
status | 결과 상태 코드 (정상: 0000, 그 외 에러 코드 참조) | String |
wallet_address | 가상자산 지갑 주소 | String |
currency | Request Parameters 데이터와 동일 | String |