CCXT

예제 개요

모든 폴더에서 ccxt 예제를 실행하려면 콘솔에서 다음 명령 중 하나를 입력하세요.

CCXT 암호화폐 트레이딩 라이브러리 예제

preview

예제 · 인용 · 튜토리얼

예제

모든 폴더에서 ccxt 예제를 실행하려면 콘솔에서 다음 명령 중 하나를 입력하세요.

Typescript

Typescript 예제


JavaScript

JavaScript 예제

node path/to/example.js # substitute for actual filename here

이 예제들은 xpl의 다음과 같은 매우 유용한 고품질 Node.js 모듈이 필요할 수 있습니다:

위의 모든 모듈은 npm에 의해 ccxt 라이브러리 devDependencies와 함께 자동으로 설치됩니다.

bitcoin ascii chart

PHP

PHP 예제

php -f path/to/example.php # substitute for actual filename here

Python

Python 예제

basic-chart

python path/to/example.py # substitute for actual filename here

Rust

Rust 예제

Rust 예제는 examples/rust/Cargo.toml에 선언된 cargo 바이너리입니다 — [[bin]] 이름으로 실행하세요:

cargo run --manifest-path examples/rust/Cargo.toml --bin binance_basics

WebSocket(watch*) 예제는 ws 기능 뒤에 있는 ccxt-pro 크레이트를 사용합니다:

cargo run --manifest-path examples/rust/Cargo.toml --features ws --bin watch_trades

CCXT 논문 및 학위 논문 인용

I apologize, but you haven't provided any text to translate. Could you please share the Markdown documentation you would like me to translate from English to Korean?

On this page