Assets Summary
GET/marketdata/api/v1/assets
Returns detailed summary for each currency available on the exchange.
Request
Responses
- 200
Success
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
- Example
Schema
Array [
]
The name of the asset.
The unified identifier for the crypto asset, which is unique across the platform.
Indicating whether the asset can be withdrawn.
Indicating whether the asset can be deposited.
The minimum amount that can be withdrawn for this asset.
The maximum amount that can be withdrawn for this asset.
List of URLs for the contract addresses associated with this asset.
List of contract addresses associated with this asset.
[
{
"name": "string",
"unifiedCryptoAssetId": "string",
"canWithdraw": true,
"canDeposit": true,
"minWithdraw": 0,
"maxWithdraw": 0,
"contractAddressUrl": [
"string"
],
"contractAddress": [
"string"
]
}
]
[
{
"name": "Bitcoin",
"unifiedCryptoAssetId": "btc",
"canWithdraw": true,
"canDeposit": true,
"minWithdraw": 0.001,
"maxWithdraw": 10
},
{
"name": "arbitrum",
"unifiedCryptoAssetId": "11841",
"canWithdraw": false,
"canDeposit": false,
"minWithdraw": 10,
"maxWithdraw": 0,
"contractAddressUrl": [
"https://arbiscan.io/token/0x912CE59144191C1204E64559FE8253a0e49E6548",
"https://etherscan.io/token/0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1",
"https://nova-explorer.arbitrum.io/token/0xf823C3cD3CeBE0a1fA952ba88Dc9EEf8e0Bf46AD"
],
"contractAddress": [
"0x912CE59144191C1204E64559FE8253a0e49E6548",
"0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1",
"0xf823C3cD3CeBE0a1fA952ba88Dc9EEf8e0Bf46AD"
]
}
]
- Schema
- Example (from schema)
- Example
Schema
Array [
]
The name of the asset.
The unified identifier for the crypto asset, which is unique across the platform.
Indicating whether the asset can be withdrawn.
Indicating whether the asset can be deposited.
The minimum amount that can be withdrawn for this asset.
The maximum amount that can be withdrawn for this asset.
List of URLs for the contract addresses associated with this asset.
List of contract addresses associated with this asset.
[
{
"name": "string",
"unifiedCryptoAssetId": "string",
"canWithdraw": true,
"canDeposit": true,
"minWithdraw": 0,
"maxWithdraw": 0,
"contractAddressUrl": [
"string"
],
"contractAddress": [
"string"
]
}
]
[
{
"name": "Bitcoin",
"unifiedCryptoAssetId": "btc",
"canWithdraw": true,
"canDeposit": true,
"minWithdraw": 0.001,
"maxWithdraw": 10
},
{
"name": "arbitrum",
"unifiedCryptoAssetId": "11841",
"canWithdraw": false,
"canDeposit": false,
"minWithdraw": 10,
"maxWithdraw": 0,
"contractAddressUrl": [
"https://arbiscan.io/token/0x912CE59144191C1204E64559FE8253a0e49E6548",
"https://etherscan.io/token/0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1",
"https://nova-explorer.arbitrum.io/token/0xf823C3cD3CeBE0a1fA952ba88Dc9EEf8e0Bf46AD"
],
"contractAddress": [
"0x912CE59144191C1204E64559FE8253a0e49E6548",
"0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1",
"0xf823C3cD3CeBE0a1fA952ba88Dc9EEf8e0Bf46AD"
]
}
]
- Schema
- Example (from schema)
- Example
Schema
Array [
]
The name of the asset.
The unified identifier for the crypto asset, which is unique across the platform.
Indicating whether the asset can be withdrawn.
Indicating whether the asset can be deposited.
The minimum amount that can be withdrawn for this asset.
The maximum amount that can be withdrawn for this asset.
List of URLs for the contract addresses associated with this asset.
List of contract addresses associated with this asset.
[
{
"name": "string",
"unifiedCryptoAssetId": "string",
"canWithdraw": true,
"canDeposit": true,
"minWithdraw": 0,
"maxWithdraw": 0,
"contractAddressUrl": [
"string"
],
"contractAddress": [
"string"
]
}
]
[
{
"name": "Bitcoin",
"unifiedCryptoAssetId": "btc",
"canWithdraw": true,
"canDeposit": true,
"minWithdraw": 0.001,
"maxWithdraw": 10
},
{
"name": "arbitrum",
"unifiedCryptoAssetId": "11841",
"canWithdraw": false,
"canDeposit": false,
"minWithdraw": 10,
"maxWithdraw": 0,
"contractAddressUrl": [
"https://arbiscan.io/token/0x912CE59144191C1204E64559FE8253a0e49E6548",
"https://etherscan.io/token/0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1",
"https://nova-explorer.arbitrum.io/token/0xf823C3cD3CeBE0a1fA952ba88Dc9EEf8e0Bf46AD"
],
"contractAddress": [
"0x912CE59144191C1204E64559FE8253a0e49E6548",
"0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1",
"0xf823C3cD3CeBE0a1fA952ba88Dc9EEf8e0Bf46AD"
]
}
]