Asset Status List
curl --request GET \
--url https://whitebit.com/api/v4/public/assets{
"BTC": {
"name": "Bitcoin",
"unified_cryptoasset_id": 1,
"can_withdraw": true,
"can_deposit": true,
"min_withdraw": "0.001",
"max_withdraw": "2",
"maker_fee": "0.1",
"taker_fee": "0.1",
"min_deposit": "0.0001",
"max_deposit": "0",
"currency_precision": 18,
"is_memo": false,
"memo": {
"deposit": false,
"withdraw": false
},
"networks": {
"deposits": [
"BTC"
],
"withdraws": [
"BTC"
],
"default": "BTC"
},
"limits": {
"deposit": {
"BTC": {
"min": "0.001"
}
},
"withdraw": {
"BTC": {
"min": "0.002"
}
}
},
"confirmations": {
"BTC": 2
}
},
"USDT": {
"name": "Tether US",
"unified_cryptoasset_id": 825,
"can_withdraw": true,
"can_deposit": true,
"min_withdraw": "5",
"max_withdraw": "0",
"maker_fee": "0.1",
"taker_fee": "0.1",
"min_deposit": "0",
"max_deposit": "0",
"currency_precision": 6,
"is_memo": false,
"memo": {
"deposit": false,
"withdraw": false
},
"networks": {
"deposits": [
"ERC20",
"TRC20",
"OMNI",
"BEP20"
],
"withdraws": [
"ERC20",
"TRC20",
"OMNI",
"BEP20"
],
"default": "ERC20"
},
"limits": {
"deposit": {
"ERC20": {
"min": "5",
"max": "1000"
},
"TRC20": {
"min": "5"
}
},
"withdraw": {
"ERC20": {
"min": "10",
"max": "1000"
},
"TRC20": {
"min": "10"
}
}
},
"confirmations": {
"ERC20": 20,
"TRC20": 20
}
}
}Asset status list
The endpoint retrieves the assets status.
The API caches the response for 1 second
Rate limit: 2000 requests/10 sec. See Public API V4 overview for rate limit details.
GET
/
api
/
v4
/
public
/
assets
Asset Status List
curl --request GET \
--url https://whitebit.com/api/v4/public/assets{
"BTC": {
"name": "Bitcoin",
"unified_cryptoasset_id": 1,
"can_withdraw": true,
"can_deposit": true,
"min_withdraw": "0.001",
"max_withdraw": "2",
"maker_fee": "0.1",
"taker_fee": "0.1",
"min_deposit": "0.0001",
"max_deposit": "0",
"currency_precision": 18,
"is_memo": false,
"memo": {
"deposit": false,
"withdraw": false
},
"networks": {
"deposits": [
"BTC"
],
"withdraws": [
"BTC"
],
"default": "BTC"
},
"limits": {
"deposit": {
"BTC": {
"min": "0.001"
}
},
"withdraw": {
"BTC": {
"min": "0.002"
}
}
},
"confirmations": {
"BTC": 2
}
},
"USDT": {
"name": "Tether US",
"unified_cryptoasset_id": 825,
"can_withdraw": true,
"can_deposit": true,
"min_withdraw": "5",
"max_withdraw": "0",
"maker_fee": "0.1",
"taker_fee": "0.1",
"min_deposit": "0",
"max_deposit": "0",
"currency_precision": 6,
"is_memo": false,
"memo": {
"deposit": false,
"withdraw": false
},
"networks": {
"deposits": [
"ERC20",
"TRC20",
"OMNI",
"BEP20"
],
"withdraws": [
"ERC20",
"TRC20",
"OMNI",
"BEP20"
],
"default": "ERC20"
},
"limits": {
"deposit": {
"ERC20": {
"min": "5",
"max": "1000"
},
"TRC20": {
"min": "5"
}
},
"withdraw": {
"ERC20": {
"min": "10",
"max": "1000"
},
"TRC20": {
"min": "10"
}
}
},
"confirmations": {
"ERC20": 20,
"TRC20": 20
}
}
}Authentication
None. No authentication required.Error codes
The endpoint uses standard error codes. See Error format for the response structure.Response
Successful response
Show child attributes
Show child attributes
Was this page helpful?
⌘I