diff --git a/source/index.html.md b/source/index.html.md index b080899..8a847e7 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -2148,7 +2148,7 @@ Parameters: | Name | Type | Mandatory | Description | | ----------------- | ------ | --------- | ----------- | -| symbol | String | YES | | +| symbol | String | No | | | origClientOrderId | String | NO | | | orderId | String | NO | | | recvWindow | long | NO | | @@ -2791,7 +2791,7 @@ Response: |amount|deposit amount| |coin|coin | |network|deposit network| -|status|deposit status,1:SMALL,2:TIME_DELAY,3:LARGE_DELAY,
4:PENDING,5:SUCCESS,6:AUDITING,7:REJECTED| +|status|deposit status,1:SMALL,2:TIME_DELAY,3:LARGE_DELAY,
4:PENDING,5:SUCCESS,6:AUDITING,7:REJECTED
8:REFUND,9:PRE_SUCCESS,10:INVALID,
11:RESTRICTED,12:COMPLETED| |address|deposit adress| |addressTag|addressTag| |txId|txId| @@ -3536,7 +3536,7 @@ If startTime and endTime are not provided, will default to returning data from t |amount |amount| |fromAccountType |fromAccountType| |toAccountType |toAccountType| -|status |status| +|status |status:"SUCCESS","FAILED","WAIT"| |timestamp |timestamp| ## Withdraw(previous,offline soon) @@ -3956,7 +3956,8 @@ Available intervals: } ], "eventtype": "spot@public.aggre.depth.v3.api.pb@100ms", // Event type - "version": "36913293511" // Version number + "fromVersion" : "10589632359", // from Version number + "toVersion" : "10589632359" // to Version number }, "symbol": "BTCUSDT", // Trading pair "sendtime": 1736411507002 // Event time @@ -3974,13 +3975,14 @@ If the order quantity (`quantity`) for a price level is 0, it indicates that the | price | string | Price level of change | | quantity | string | Quantity | | eventtype | string | Event type | -| version | string | Version number | +| fromversion | string | From Version number | +| toversion | string | To Version number | | symbol | string | Trading pair | | sendtime | long | Event time | --- -## Diff.Depth Stream(Batch Aggregation) + ## Partial Book Depth Streams