Data Explanation
Trade History
1. Spot Trade History
Response Parameters
| Parameter | Type | Comments |
|---|---|---|
| OrderID | string | Order ID of the closing order |
| TradeID | string | Trade ID of the closing order |
| Symbol | string | Name of the trading pair in the form of |
| Side | string | Side. Either Buy or Sell direction |
| QuoteCoin | string | Symbol of the Quote Coin |
| BaseCoin | string | Symbol of the Executed Coin |
| ExecPrice | string | Execution Price |
| ExecValue | string | Transacted volume |
| TradingFee | string | Trading fee for a single fill |
| FeeToken | string | Token of the Trading Fee |
| TradeTime | string | UNIX Time. This is in milliseconds. Time when the trade was executed |
Earn History
1. BybitSavings Yield History
Response Parameters
| Parameter | Type | Comments |
|---|---|---|
| AssetStakedCoin | string | Coin that was used to staked in the Bybit Savings Product |
| StakingType | string | Type of Staking. Flexible and Fixed Term |
| AssetEarnedCoin | string | Coin that the Interest is given out in |
| EffectiveStakingAmount | string | Total amount staked with the Asset Staked coin |
| Yield | string | Amount of the Interest coin that was given out based on |
| TradeTime | string | UNIX Time. This is in milliseconds. Time when the trade was executed |
2. Launchpool Yield History
Response Parameters
| Parameter | Type | Comments |
|---|---|---|
| AssetEarnedCoin | string | Coin that the Interest is given out in |
| EffectiveStakingAmount | string | Total amount staked with the Asset Staked coin |
| Yield | string | Amount of the Interest coin that was given out based on |
| TradeTime | number | UNIX Time. This is in milliseconds. Time when the trade was executed |
Deposit And Withdraw History
1. Crypto Deposit History
Response Parameters
| Parameter | Type | Comments |
|---|---|---|
| Txid | string | TransactionID |
| DepositType | string | Type of Deposit. On-chain Deposit |
| ChainType | string | Chain name |
| Symbol | string | Name of the trading pair in the form of |
| FinalAmount | string | Quantity of Crypto |
| OrderTime | number | UNIX Time. This is in milliseconds. Time which the order was ordered |
| CompletedTime | number | Complete timestamp (ms) |
2. P2P Deposit History
Response Parameters
| Parameter | Type | Comments |
|---|---|---|
| OrderID | string | Order ID |
| OrderType | string | Includes the different types of liquidity mining. Add, Remove, Reduce Leverage, Reinvest |
| P2pSide | string | For P2P Buyer, this represents the buyer bought the respective Coin and using Fiat currency. For P2P Seller, this represents the buyer sold the respective Coin and receive Fiat currency in return. |
| Fiat | string | Fiat type |
| FiatAmount | string | Fiat deposited |
| Coin | string | Symbol of coin purchased |
| CoinPrice | string | Price of coin purchased |
| CoinAmount | string | Quantity of coin that is purchased |
| OrderTime | number | UNIX Time. This is in milliseconds. Time which the order was ordered |
| CompletedTime | number | Complete timestamp (ms) |
3. Fiat Deposit and Withdraw History
Response Parameters
| Parameter | Type | Comments |
|---|---|---|
| OrderID | string | Order ID |
| Type | string | Type. DEPOSIT, WITHDRAW |
| Fiat | string | Fiat type |
| DepositAmount | string | Quantity of the selected coin in the pair that you are trying to swap from |
| FinalAmount | string | Quantity of Crypto |
| Fee | string | Fee for Fiat Deposit |
| PaymentMethods | string | Different payment methods |
| OrderTime | number | UNIX Time. This is in milliseconds. Time which the order was ordered |
| CompletedTime | number | Complete timestamp (ms) |
4. Express Order Deposit History
Response Parameters
| Parameter | Type | Comments |
|---|---|---|
| OrderID | string | Order ID |
| Side | string | Type of Order. Buy |
| Fiat | string | Fiat type |
| DepositAmount | string | Fiat deposited via Credit card. |
| DestinationCoin | string | Symbol of coin purchased |
| CoinPrice | string | Price of coin purchased |
| FinalAmount | string | Quantity of Crypto |
| Fee | string | Any fees in fiat involved when depositing via Credit card |
| OrderTime | number | UNIX Time. This is in milliseconds. Time which the order was ordered |
| CompletedTime | number | Complete timestamp (ms) |
5. Third Party Deposit History
Response Parameters
| Parameter | Type | Comments |
|---|---|---|
| OrderID | string | Order ID |
| Txid | string | TransactionID |
| Platform | string | Payment Platform methods |
| Fiat | string | Fiat type |
| DepositAmount | string | Quantity of the selected coin in the pair that you are trying to swap from |
| DestinationCoin | string | Symbol of coin purchased |
| CoinPrice | string | Price of coin purchased |
| FinalAmount | string | Quantity of Crypto |
| OrderTime | number | UNIX Time. This is in milliseconds. Time which the order was ordered |
| CompletedTime | number | Complete timestamp (ms) |
6. Crypto Withdraw History
Response Parameters
| Parameter | Type | Comments |
|---|---|---|
| Txid | string | TransactionID |
| ChainType | string | Chain name |
| Coin | string | Symbol of coin purchased |
| FinalAmount | string | Quantity of Crypto |
| Fee | string | Withdrawal fee as per the withdrawal coin |
| OrderTime | number | UNIX Time. This is in milliseconds. Time which the order was ordered |
| CompletedTime | number | Complete timestamp (ms) |
Bonus History
tip
- Bonus - The experience bonus can be used to open a position and deduct the handling fee and the funding rate fee because it is paid directly to the user's asset account. All bonuses shown are already applied by the users.
- Coupon - Money from coupons are deductible will only be used to offset the handling fee. It will not be added to the user's asset account. It will be refunded to the user's asset account following the deduction. All coupons shown are already applied by the users.
1. Coupon History
Response Parameters
| Parameter | Type | Comments |
|---|---|---|
| Coin | string | Coin that is given to user as coupon |
| FinalAmount | string | Amount of the coin given to user |
| CompletedTime | number | Complete timestamp (ms) |
2. Bonus History
Response Parameters
| Parameter | Type | Comments |
|---|---|---|
| Coin | string | Coin that is given to user as coupon |
| FinalAmount | string | Amount of the coin given to user |
| CompletedTime | number | Complete timestamp (ms) |
Airdrop History
Response Parameters
| Parameter | Type | Comments |
|---|---|---|
| Coin | string | Coin that is airdropped to user |
| FinalAmount | string | Amount of the airdrop given to user |
| TransferType | string | Type of Airdrop. Airdrop Deposit, Airdrop Withdrawal |
| TransferDescription | string | Description of the Transfer |
| CompletedTime | number | Complete timestamp (ms) |