Dust Transfer (USER_DATA)
Convert dust assets to BNB.
Weight(UID): 10
Query parameters
The asset being converted. For example, asset=BTC&asset=USDT
SPOT or MARGIN, default SPOT
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Dust log records
Example response
{
"totalServiceCharge": "0.02102542",
"totalTransfered": "1.05127099",
"transferResult": [
{
"amount": "0.03000000",
"fromAsset": "ETH",
"operateTime": 1563368549307,
"serviceChargeAmount": "0.00500000",
"tranId": 2970932918,
"transferedAmount": "0.25000000"
}
]
}Changes
Changed in 3 of the 26 revisions of this API.215
- ○
added the new optional
queryrequest parameteraccountTypenew-optional-request-parameter
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
for the
queryrequest parameterasset, the type was generalized fromstringtoarrayrequest-parameter-type-generalized
- ○
- ▲
for the
queryrequest parameterrecvWindow, the format changed from no format toint64request-parameter-type-changed
- ▲
for the
queryrequest parametertimestamp, the format changed from no format toint64request-parameter-type-changed
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ▲