PRO plugin: api.coingecko.com

API: https://api.coingecko.com/api/v3/simple/price?ids=safemoon%2Cbitcoin%2Cethereum&vs_currencies=usd&include_market_cap=true&include_24hr_vol=true&include_24hr_change=true&include_last_updated_at=true
Local stored JSON: api_coingecko_com_api_v3_simple_price.json
Shortcode for showing “usd_market_cap” of “ethereum”:
[jsoncontentimporterpro nameoftemplate=apicoingeckocom convertjsonnumbers2strings=yes]
Twig-Code:
safemoon.usd_24h_vo: {{safemoon.usd_24h_vo}}

{% for k,v in _parent %} {{k}}
{% for k1,v1 in v %} {{k1}}: {{v1}}
{% endfor %}
{% endfor %}

In action, show all data:
curlGET failed, http-code: 301