REST API
RESTful API is the easiest method to perform private queries to ByteX Exchange.
Public
Health
{
"name": "www.bytex.ca",
"version": "2.2.5",
"host": "https://api.bytex.ca",
"basePath": "/v2"
}Constants
{
"coins": {
"btc": {
"id": 2,
"fullname": "Bitcoin",
"symbol": "btc",
"active": true,
"verified": true,
"allow_deposit": true,
"allow_withdrawal": true,
"withdrawal_fee": 0.0003,
"min": 0.00001,
"max": 1000,
"increment_unit": 0.00001,
"logo": "https://bitholla.s3.ap-northeast-2.amazonaws.com/icon/BTC-hollaex-asset-01.svg",
"code": "btc",
"is_public": true,
"meta": {},
"estimated_price": 56000,
"description": null,
"type": "blockchain",
"network": null,
"standard": null,
"issuer": "HollaEx",
"withdrawal_fees": null,
"created_at": "2019-08-09T10:45:43.367Z",
"updated_at": "2021-05-06T16:01:07.867Z",
"created_by": 1
},
"usdt": {
"id": 6,
"fullname": "USD Tether",
"symbol": "usdt",
"active": true,
"verified": true,
"allow_deposit": true,
"allow_withdrawal": true,
"withdrawal_fee": 20,
"min": 0.1,
"max": 10000000,
"increment_unit": 0.1,
"logo": "https://bitholla.s3.ap-northeast-2.amazonaws.com/icon/USDT-hollaex-asset-01.svg",
"code": "usdt",
"is_public": true,
"meta": {},
"estimated_price": 1,
"description": null,
"type": "blockchain",
"network": "eth,trx",
"standard": "erc-20",
"issuer": "HollaEx",
"withdrawal_fees": {
"eth": {
"value": 30,
"symbol": "usdt"
},
"trx": {
"value": 1,
"symbol": "usdt"
}
},
"created_at": "2019-08-09T10:45:43.367Z",
"updated_at": "2021-10-21T07:16:59.339Z",
"created_by": 1
},
"eth": {
"id": 3,
"fullname": "Ethereum",
"symbol": "eth",
"active": true,
"verified": true,
"allow_deposit": true,
"allow_withdrawal": true,
"withdrawal_fee": 0.01,
"min": 0.0001,
"max": 10000,
"increment_unit": 0.0001,
"logo": "https://bitholla.s3.ap-northeast-2.amazonaws.com/icon/ETH-hollaex-asset-01-01.svg",
"code": "eth",
"is_public": true,
"meta": {},
"estimated_price": 3500,
"description": null,
"type": "blockchain",
"network": "eth",
"standard": null,
"issuer": "HollaEx",
"withdrawal_fees": null,
"created_at": "2019-08-09T10:45:43.367Z",
"updated_at": "2021-05-06T16:01:47.692Z",
"created_by": 1
},
"xht": {
"id": 1,
"fullname": "HollaEx Token",
"symbol": "xht",
"active": true,
"verified": true,
"allow_deposit": true,
"allow_withdrawal": true,
"withdrawal_fee": 20,
"min": 1,
"max": 1000000,
"increment_unit": 1,
"logo": "https://bitholla.s3.ap-northeast-2.amazonaws.com/icon/XHT-hollaex-asset-01.svg",
"code": "xht",
"is_public": true,
"meta": {},
"estimated_price": null,
"description": null,
"type": "blockchain",
"network": "eth",
"standard": "erc-20",
"issuer": "HollaEx",
"withdrawal_fees": null,
"created_at": "2019-08-09T10:45:43.367Z",
"updated_at": "2021-04-30T04:09:47.572Z",
"created_by": 1
},
"bch": {
"id": 4,
"fullname": "Bitcoin Cash",
"symbol": "bch",
"active": true,
"verified": true,
"allow_deposit": true,
"allow_withdrawal": true,
"withdrawal_fee": 0.0001,
"min": 0.001,
"max": 100000,
"increment_unit": 0.001,
"logo": "https://bitholla.s3.ap-northeast-2.amazonaws.com/icon/BCH-hollaex-asset-01.svg",
"code": "bch",
"is_public": true,
"meta": {},
"estimated_price": null,
"description": null,
"type": "blockchain",
"network": null,
"standard": null,
"issuer": "HollaEx",
"withdrawal_fees": null,
"created_at": "2019-08-09T10:45:43.367Z",
"updated_at": "2021-04-30T04:09:47.564Z",
"created_by": 1
},
...
}
}Kit
Tiers
Ticker
Path Parameters
Name
Type
Description
Tickers
Orderbook
Path Parameters
Name
Type
Description
Orderbooks
Trades
Path Parameters
Name
Type
Description
Chart
Path Parameters
Name
Type
Description
Charts
Path Parameters
Name
Type
Description
Private
Authentication
Example GET Request

Get User
Get Balance
Get Deposits
Path Parameters
Name
Type
Description
Get Withdrawals
Path Parameters
Name
Type
Description
Get Withdrawal Fee
Path Parameters
Name
Type
Description
Create Withdrawal Request
Path Parameters
Name
Type
Description
Get Trades
Path Parameters
Name
Type
Description
Get All Orders
Path Parameters
Name
Type
Description
Get Order
Path Parameters
Name
Type
Description
Create Order
Path Parameters
Name
Type
Description
Cancel All Orders
Path Parameters
Name
Type
Description
Cancel Order
Path Parameters
Name
Type
Description
Last updated