✏️🐛
parent
cc93a57318
commit
4b76fa0013
|
|
@ -12,12 +12,13 @@
|
|||
return { name : token,
|
||||
get : function()
|
||||
{
|
||||
const url = `https://pro-api.coinmarketcap.com//v2/cryptocurrency/quotes/latest?slug=${token}`;
|
||||
const url = `https://pro-api.coinmarketcap.com/v2/cryptocurrency/quotes/latest?slug=${token}`;
|
||||
// const url = `https://pro-api.coinmarketcap.com/v2/cryptocurrency/quotes/latest?slug=bitcoin`;
|
||||
return Bangle
|
||||
.http(url, {
|
||||
method: 'GET',
|
||||
headers: {
|
||||
'CMC_PRO_API_KEY': db.apiKey
|
||||
'CMC_PRO_API_KEY': db.apikey
|
||||
}
|
||||
})
|
||||
.then(cmcResult => ({
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ "id": "coin_info",
|
||||
"name": "Crypto-Coins Info",
|
||||
"shortName":"Coins Info",
|
||||
"version": "0.04.11",
|
||||
"version": "0.04.13",
|
||||
"description": "Crypto-Coins Infos with the help of the Coinmarketcap API",
|
||||
"icon": "app.png",
|
||||
"tags": "clkinfo",
|
||||
|
|
|
|||
Loading…
Reference in New Issue