Skip to main content

Dust Convertible Assets (USER_DATA)

API Description

Query dust convertible assets

HTTP Request

POST /sapi/v1/asset/dust-convert/query-convertible-assets

Request Weight(IP)

1

Request Parameters

NameTypeMandatoryDescription
targetAssetSTRINGYES
dustQuotaAssetToTargetAssetPriceBIGDECIMALNO
timestampLONGYES

Response Example

{
"dribbletPercentage": "0.02",
"totalTransferQuotaAssetAmount": "0.7899968",
"totalTransferTargetAssetAmount": "0.7899968",
"dribbletBase": "10",
"details": [
{
"asset": "AR",
"assetFullName": "AR",
"amountFree": "0.00856",
"exchange": "0.00073616",
"toQuotaAssetAmount": "0.036808",
"toTargetAssetAmount": "0.036808",
"toTargetAssetOffExchange": "0.03607184"
},
{
"asset": "BNB",
"assetFullName": "BNB",
"amountFree": "0.00082768",
"exchange": "0.01506378",
"toQuotaAssetAmount": "0.7531888",
"toTargetAssetAmount": "0.7531888",
"toTargetAssetOffExchange": "0.73812502"
}
]
}