The endpoint returns a list of all assets enabled globally for the Partner. The list is sortable. To get specific infos for your asset you need to add the asset ID in your get request.
List assets
Unauthorized
Error
Too Many Requests
Error
Maintenance or Service unavailable
{- "data": [
- {
- "id": "5bf5897e-a5cc-4501-8afb-09aa502fd353",
- "type": "cryptocoin",
- "group": "coin",
- "symbol": "BTC",
- "name": "Bitcoin",
- "display_price": "32331.5501250000000000",
- "change_24h": "9.0491629452993",
- "change_1w": "7.4084352108699",
- "change_1m": "-21.355858926521",
- "change_1y": "289.56960376176",
- "change_5y": "-0.067180931365",
- "change_24h_amount": "2682.9501250000075744",
- "change_1w_amount": "2230.0501250000027452",
- "change_1m_amount": "-8779.6498749998745640",
- "change_1y_amount": "24032.2501249999352311",
- "change_5y_amount": "-71.1309012276816912",
- "precision_display_fiat": 2,
- "precision_display_asset": 4,
- "precision_transaction_max_allowed": 8,
- "min_buy_eur": "4.5",
- "min_sell_eur": "2",
- "buy_active": true,
- "sell_active": false,
- "market_cap": "250816161.6363840000000000",
- "is_active": true,
- "enabled_for_automated_orders": true,
- "legal_classification": "NONE",
- "staking": {
- "reward_interval_in_days": 7,
- "yearly_interest": "0.02500000",
- "minimum_stakeable_amount": "0.10000000",
- "enabled": true,
- "soldout": false,
- "next_reward_at": "2022-11-11T13:07:31+00:00",
- "current_rewards_period_ends_at": "2022-11-11T13:07:31+00:00"
}, - "asset_tags": [
- "asset_tag.group.payments",
- "asset_tag.group.proof_of_work"
], - "network_information": {
- "default_network_id": "1ed76f61-37e9-6ef0-b0c1-529adbc40ff6",
- "networks": [
- {
- "id": "1ed76f61-37e9-6ef0-b0c1-529adbc40ff6",
- "name": "Mainnet",
- "coin_network_id": "1ed76f61-37e9-6ef0-b0c1-529adbc40ff6",
- "destination_tag": "rBnNhk95FrdNisZtXcStzriFS8vEzz53DM",
- "min_deposit_threshold": "0.02500000",
- "small_deposit_threshold": "0.02500000",
- "small_deposit_fee": "0.02500000",
- "min_withdrawal_fee": "0.02500000",
- "min_withdrawal_threshold": "0.02500000",
- "max_transaction_precision": 8,
- "is_deposit_allowed": true,
- "is_withdrawal_allowed": true,
- "is_operational": true,
}
]
}
}
], - "meta": {
- "total_count": 48,
- "page": 3,
- "page_size": 10
}, - "links": {
- "first": "?page=1&page_size=10",
- "last": "?page=5&page_size=10",
- "prev": "?page=2&page_size=10",
- "next": "?page=4&page_size=10",
- "self": "?page=3&page_size=10"
}
}