GET api/v2/assets/{code}

General information about endpoints

InformationDescription

Description

Retrieves information about a specific asset.

Route

GET api/v2/assets/{code}

Permissions

Public

Request Parameters:

ParameterTypeRequiredDescription

code

string

Yes

Asset identifier

Response

{
"asset_id" : usdt,
"dchains" : [
{
"active_deposit" : true,
"active_withdrawal" : true,
"aml_active" : false,
"asset_id" : usdt,
"chain" : ,
"confirmations_deposit" : 4,
"confirmations_withdrawal" : 4,
"contact_aml" : ,
"contract_address" : ,
"dchain_id" : trc20usdt,
"digit" : 8,
"display_name" : TRC20,
"dtype" : crypto,
"min_deposit" : 0.0,
"min_withdrawal" : 11.0,
"tag" : ,
"tag_require" : false,
"tag_visible" : false
},
{
"active_deposit" : true,
"active_withdrawal" : true,
"aml_active" : false,
"asset_id" : usdt,
"chain" : ,
"confirmations_deposit" : 1,
"confirmations_withdrawal" : 2,
"contact_aml" : ,
"contract_address" : ,
"dchain_id" : usdterc20,
"digit" : 6,
"display_name" : ERC20,
"dtype" : crypto,
"min_deposit" : 10.0,
"min_withdrawal" : 16.0,
"tag" : ,
"tag_require" : false,
"tag_visible" : false
}
],
"name" : usdt,
"precision" : 8,
"tag" : ,
"type" : crypto
}