빠른시작

Upbit AI Agent를 사용하여 Upbit API를 빠르게 실행해볼 수 있습니다. 이 가이드는 최소한의 설정으로 API를 한 번 호출하고 결과를 확인하는 과정을 안내합니다.

1. 실행 방식 선택

다음 중 하나를 선택하여 시작할 수 있습니다.

  • CLI로 바로 실행
  • SDK로 코드 작성
  • AI 도구(Cursor, Claude Code) 활용

2. CLI로 실행

터미널에서 Upbit CLI를 설치하고 API를 호출합니다.

npm install -g @upbit-official/upbit-cli
upbit trading-pairs list --is-details=false

정상적으로 실행되면 마켓 목록이 출력됩니다.


3. SDK로 실행

SDK를 설치하여 코드 기반으로 API를 호출할 수 있습니다.

pip install upbit-sdk        # Python
npm install @upbit-official/upbit-sdk       # TypeScript
go get github.com/upbit-official/upbit-sdk-go   # Go

설치 후 각 언어 환경에서 API 호출 코드를 작성하여 실행할 수 있습니다.


4. AI 도구에서 실행

Cursor 또는 Claude Code에서 API 호출 코드를 생성할 수 있습니다.

Upbit API를 사용해서 현재가를 조회하는 코드를 작성해줘.

5. 다음 단계


※ This English version is a translation of the original Korean version of the Upbit Developer Center, generated using a third-party tool. In the event of any discrepancies, the Korean version shall take precedence.