{% extends 'ticker/ticker.html' %} {% block title %}{{ coin_or_token }} - {{frequency}}{% endblock %} {% block body %} {% with url_ticker='ticker.token_frequency', params=dict(coin_or_token=coin_or_token) %} {% include 'menu.html' %} {% endwith %}
{{ project.name.upper() }} ({{ coin_or_token }})
{% if project.summary %} {{ project.summary|replace('. ', '.
')|replace(project.name + ' ', '' + project.name + ' ')|safe }} [+] {% else %} (no summary available) {% endif %}

{% for _i, att in attributes.items() if _i != 'price_usdt' %} {% endfor %} {% for i in symbols_per_exchange %} {% for exchange, d in i.items() %} {% if d['pairs']%} {% for c, r in d['pairs'] %} {% for att, _ in attributes.items() if att != 'price_usdt' %} {% set _id = "{}_{}{}_{}_{}".format(exchange.lower(), c.lower(), r.lower(), att, frequency) %} {% if 'price_change_chart' != att %} {% else %} {% endif %} {% endfor %} {% endfor %} {% endif %} {% endfor %} {% endfor %}
{{ coin_or_token }} - {{frequency}}
  Pair Exchange{{ att }}
{{c}}
{{r}}
{{c}}-{{r}} {{exchange.replace('_', ' ').upper()}} -



{% if reference['market_depth'] %}
{% for pair in reference['market_depth']['pairs'] %} {% endfor %}


Order book
{% for pair in reference['market_depth']['pairs'] %}
Bids
PriceTotal
Asks
PriceTotal
Accrued Bids
PriceTotal
Accrued Asks
PriceTotal
Accrued Bids Interval
PriceTotal
Accrued Asks Interval
PriceTotal
Source: {{ reference['name']|capitalize }}, Pair: {{ coin_or_token }}/{{ pair }}
{% endfor %}
{% endif %} {% endblock %}