DtuCheckResponse
attributes object
Optional provider-returned attributes for display (e.g., account nickname).
- object
- null
object
canRechargeCanrechargerequired
Whether the provider confirmed the account can be recharged.
currencyCurrencyrequired
Currency code (canonicalized, e.g. USDT->USD).
pricePricerequired
Quoted DTU price.
providerMessageProvidermessagerequired
Provider validation message.
providerStatusProviderstatusrequired
Provider validation status code.
DtuCheckResponse
{
"attributes": {},
"canRecharge": true,
"currency": "string",
"price": 0,
"providerMessage": "string",
"providerStatus": "string"
}