{% if coin.website or coin.blockchain or coin.contract_address or coin.coingecko_score %}

Info Koin

{% if coin.website %} {% endif %} {% if coin.blockchain %}
Blockchain {{ coin.blockchain }}
{% endif %} {% if coin.contract_address %}
Contract {{ coin.contract_address[:10] }}...{{ coin.contract_address[-6:] }}
{% endif %} {% if coin.coingecko_score %}
CoinGecko Score {{ coin.coingecko_score|float|num1 }}
{% endif %}
{% endif %}

Ketersediaan di Source

{% if source_mappings %}
{% for m in source_mappings %}
{{ m.source }}
{{ m.source_asset_id }} {% if m.source_pair %} {{ m.source_pair }} {% endif %} {% if m.source_url %} Buka {% endif %}
{% endfor %}
{% else %}

Belum ada data source. Sync {{ item_label|lower }} untuk auto-detect.

{% endif %}
{% if timeframes_info %}

Grafik Harga

{% for tf in timeframes_info.keys() %} {% endfor %}
Memuat data chart...

Tidak ada data OHLCV untuk timeframe ini

Sync {{ item_label|lower }} terlebih dahulu untuk mengunduh data harga

Data OHLCV Tersedia

{% for tf, count in timeframes_info.items() %}

{{ tf }}

{{ count }} candles

Export CSV
{% endfor %}
{% endif %} {% if tickers %}

Listing di Exchange

{% for t in tickers %} {% set tp = '$ ' if coin.asset_type == 'stock_us' else 'Rp ' %} {% endfor %}
Exchange Pair Price Volume Spread Trust
{{ t.market_name }} {{ t.pair }}{{ (tp ~ (t.price_idr|float|price)) if t.price_idr else '-' }} {{ (tp ~ (t.volume_idr|float|idr)) if t.volume_idr else '-' }} {{ ((t.spread_pct|float|num3) ~ '%') if t.spread_pct else '-' }} {% if t.trust_score == 'green' %} {% elif t.trust_score == 'yellow' %} {% else %} {% endif %}
{% endif %} {% if coin.description %}

Deskripsi

{{ coin.description[:500] }}

{% endif %}