This plugin creates a shortcode to insert a table with tokens quotation.
Firstly you will need to set CMC_API_URL and CMC_API_KEY in the wp-config.php file.
- CMC_API_URL = coin market API URL;
- CMC_API_KEY = coin market API Key;
<?php
echo do_shortcode("[fripixel_crypto_quotation]");
?>// Options
[
"tokens" => "BNB,BTC,ETH,AAVE",
"convert" => "USD",
"locale" => "en-US",
]