GET /assets
curl \
-X GET https://api.testnet.everstrike.io/assets
Response examples (200)
{
"code": 200,
"msg": "null",
"result": {
"ETH": {
"key": "ETH",
"fees": {
"deposit": 0,
"withdrawal": 0.001
},
"name": "Ethereum",
"filters": {
"qty": {
"max_qty": 1000,
"min_qty": 0.001,
"tick_size": 0.001,
"filter_type": "LOT_SIZE"
},
"price": {
"max_qty": 1000000000,
"min_qty": 0.01,
"tick_size": 0.01,
"filter_type": "PRICE_FILTER"
}
},
"is_token": false,
"platform": "ETHEREUM",
"precision": 10,
"usd_price": 1440.2,
"stablecoin": false,
"withdrawable": true,
"confirmations": 12,
"display_precision": 4
}
}
}
Response examples (503)
{
"code": 503,
"msg": "Invalid request",
"result": {}
}