Skip to main content

7.4.1 Get the list of digital currencies available in MINPAY wallet

#Brief description: Get the list of available digital coins

Query parameters

None

Response json example

{
"code": 0,
"success": true,
"message": null,
"data": [{
"currency": "TRX",
"name": "trx",
"display": true,
"description": "trx的币",
"symbol": "t",
"type": "DIGITAL",
"decimalPlace": 6,
"scale": 6,
"logo": {
"gid": "rM44wzYk11lmiYKVzpFzh2KBSBn6h956",
"fileUrl": "https://localfile.wallet-d ev.com/attachment/download/rM44wzYk11lmiYKVzpFzh2KBSBn6h956",
"previewUrl": "https://localfile.wallet-dev.com/attachment/download/preview/rM44wzYk11lmiYKVzpFzh2KBSBn6h956"
}
},
{
"currency": "USDT",
"name": "泰达币",
"display": true,
"description": "泰达币",
"symbol": "₮",
"type": "DIGITAL",
"decimalPlace": 6,
"scale": 6,
"logo": {
"gid": "wnJb9x0chCpA0PH6nobtENzzw8YSiRPK",
"fileUrl": "https://localfile.wallet-dev.com/attachment/download/wnJb9x0chCpA0PH6nobtENzzw8YSiRPK",
"previewUrl": "https://localfile.wallet-dev.com/attachment/download/preview/wnJb9x0chCpA0PH6nobtENzzw8YSiRPK"
}
}]
}
Response data parameter description
Parameter nameTypeParameter meaningParameter description
currencystringCurrency code
namestringCurrency name
displaystringWhether to display by defaulttrue
descriptionstringCurrency Introduction
symbolstringCurrency symbol
typestringCurrency typeDIGITAL: digital currency | LEGAL: legal currency
decimalPlacenumberSupport decimal places
scalenumberDisplay accuracy
logostringLOGO information
└ gidstringAttachment identification ID
└ fileUrlstringFile access address
└ previewUrlstringFile preview address