post https://api.coinone.co.kr/v2/transaction/history
가상자산의 입금, 출금 내역을 조회
해당 API는 포트폴리오 기능을 지원하지 않습니다
Response Body
Key | Type | Description |
---|---|---|
result | String | 정상 반환 시 success, 에러 코드 반환 시 error |
errorCode | NumberString | error 발생 시 에러코드 반환, 성공인 경우 0 반환 |
transactions | Array[Object] | 배열 형태의 가상자산 입출금 내역 정보 목록 |
- txid | String | Transaction ID |
- type | String | 거래 타입 (Enum: send인 경우 송금, receive인 경우 입금) |
- from | String | 보내는 지갑 주소 |
- to | String | 받는 지갑 주 |
- confirmation | Number | 컨펌 수 |
- quantity | NumberString | 입/출금 수량 |
- timestamp | Number | 거래 발생 시점의 타임스탬프 |