uJhin / upbit-client

Upbit(업비트) Cryptocurrency Exchange Open API Client of Multi-Programming Language Support
https://ujhin.github.io/upbit-client-docs/
MIT License
55 stars 43 forks source link

[feature] net_type #58

Closed seunggabi closed 1 year ago

seunggabi commented 1 year ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

종류 API 요청 파라미터에 추가 (*필수 입력값) 응답 필드에 추가
서비스 정보 입출금 현황 (GET /v1/status/wallet)   O
입금 입금 리스트 조회 (GET /v1/deposits)   O
입금 개별 입금 조회 (GET /v1/deposit)   O
입금 입금 주소 생성 요청 (POST /v1/deposits/generate_coin_address) O  
입금 전체 입금 주소 조회 (GET /v1/deposits/coin_addresses)   O
입금 개별 입금 주소 조회 (GET /v1/deposits/coin_address) O O
출금 출금 리스트 조회 (GET /v1/withdraws)   O
출금 개별 출금 조회 (GET /v1/withdraw)   O
출금 출금 가능 정보 (GET /v1/withdraws/chance) O  
출금 디지털 자산 출금하기 (POST /v1/withdraws/coin) O O
출금 [신규] 출금 허용 주소 조회 (GET /v1/withdraws/coin_addresses)   O
seunggabi commented 1 year ago

적용되어 있네요.. 죄송합니다.