carpenstar / bybitapi-spot
3.1.3
2024-08-30 13:33 UTC
Requires
- php: >=7.4
- carpenstar/bybitapi-sdk-core: 5.1.*
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-04-12 18:13:39 UTC
README
Caution
The Bybit exchange has deprecated its v3 API functionality - this package is now obsolete and has been archived
ByBitAPI - spot-trading package
Important
This is an unofficial SDK for interaction with the ByBit exchange. The development is carried out by one person solely on enthusiasm and as far as possible For all questions, you can contact me in Issues, by email: mighty.vlad@gmail.com or in telegram: @novisad0189
Important
This package is an extension of bybitapi-sdk-core
Requirements
- PHP >= 7.4
Install
composer require carpenstar/bybitapi-sdk-spot:3.*
Available endpoints:
MARKET DATA | ||||
---|---|---|---|---|
Endpoint | Access | View | Offical documentation | Language |
Best Bid Ask Price | publicEndpoint | view | view | EN, RU |
Instrument Info | publicEndpoint | view | view | EN, RU |
Kline | publicEndpoint | view | view | EN, RU |
Last Traded Price | publicEndpoint | view | view | EN, RU |
Merged Order Book | publicEndpoint | view | view | EN, RU |
Public Trading Records | publicEndpoint | view | view | EN, RU |
Tickers | publicEndpoint | view | view | EN, RU |
Order Book | publicEndpoint | view | view | EN, RU |
TRADE | ||||
Endpoint | Access | View | Official documentation | Language |
Place Order | privateEndpoint | view | view | EN, RU |
Get Order | privateEndpoint | view | view | EN, RU |
Cancel Order | privateEndpoint | view | view | EN, RU |
Batch Cancel Order | privateEndpoint | view | view | EN, RU |
Batch Cancel Order By Id | privateEndpoint | view | view | EN, RU |
Open Orders | privateEndpoint | view | view | EN, RU |
Order History | privateEndpoint | view | view | EN, RU |
Trade History | privateEndpoint | view | view | EN, RU |
LEVERAGE TOKEN | ||||
Endpoint | Access | View | Official documentation | Language |
All Asset Info | publicEndpoint | view | view | EN |
Market Info | publicEndpoint | view | view | EN |
Purchase | publicEndpoint | view | view | EN |
Purchase Redeem History | publicEndpoint | view | view | EN |
Redeem | publicEndpoint | view | view | EN |
ACCOUNT | ||||
Endpoint | Access | View | Official documentation | Language |
Wallet Balance | privateEndpoint | view | view | EN |