« Prix cryptos monnaies » : différence entre les versions
Apparence
m Geo a déplacé la page Crypto vers Prix cryptos monnaies |
Aucun résumé des modifications |
||
| Ligne 1 : | Ligne 1 : | ||
=== CoinGecko (Crypto) === | === CoinGecko (Crypto) === | ||
Prix des cryptomonnaies | Prix des cryptomonnaies | ||
* BTC | |||
<syntaxhighlight lang="bash" copy> | <syntaxhighlight lang="bash" copy> | ||
curl "https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=eur" | curl "https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=eur" | ||
</syntaxhighlight> | </syntaxhighlight> | ||
* ETH | |||
<syntaxhighlight lang="bash" copy> | |||
curl "https://api.coingecko.com/api/v3/simple/price?ids=ethereum&vs_currencies=eur" | |||
</syntaxhighlight> | |||
* SOL | |||
<syntaxhighlight lang="bash" copy> | |||
curl "https://api.coingecko.com/api/v3/simple/price?ids=solana&vs_currencies=eur" | |||
</syntaxhighlight> | |||
* HYPE | |||
<syntaxhighlight lang="bash" copy> | |||
curl "https://api.coingecko.com/api/v3/simple/price?ids=hyperliquid&vs_currencies=eur" | |||
</syntaxhighlight> | |||
* AAVE | |||
<syntaxhighlight lang="bash" copy> | |||
curl "https://api.coingecko.com/api/v3/simple/price?ids=aave&vs_currencies=eur" | |||
</syntaxhighlight> | |||
* USDC | |||
<syntaxhighlight lang="bash" copy> | |||
curl "https://api.coingecko.com/api/v3/simple/price?ids=usd-coin&vs_currencies=eur" | |||
</syntaxhighlight> | |||
* USDT | |||
<syntaxhighlight lang="bash" copy> | |||
curl "https://api.coingecko.com/api/v3/simple/price?ids=tether&vs_currencies=eur" | |||
</syntaxhighlight> | |||
* USDG | |||
<syntaxhighlight lang="bash" copy> | |||
curl "https://api.coingecko.com/api/v3/simple/price?ids=global-dollar&vs_currencies=eur" | |||
</syntaxhighlight> | |||
[[Catégorie:Tools]] [[category:api]] [[category:Crypto-monnaie]] | [[Catégorie:Tools]] [[category:api]] [[category:Crypto-monnaie]] | ||
Dernière version du 8 juillet 2026 à 12:19
CoinGecko (Crypto)
Prix des cryptomonnaies
- BTC
curl "https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=eur"
- ETH
curl "https://api.coingecko.com/api/v3/simple/price?ids=ethereum&vs_currencies=eur"
- SOL
curl "https://api.coingecko.com/api/v3/simple/price?ids=solana&vs_currencies=eur"
- HYPE
curl "https://api.coingecko.com/api/v3/simple/price?ids=hyperliquid&vs_currencies=eur"
- AAVE
curl "https://api.coingecko.com/api/v3/simple/price?ids=aave&vs_currencies=eur"
- USDC
curl "https://api.coingecko.com/api/v3/simple/price?ids=usd-coin&vs_currencies=eur"
- USDT
curl "https://api.coingecko.com/api/v3/simple/price?ids=tether&vs_currencies=eur"
- USDG
curl "https://api.coingecko.com/api/v3/simple/price?ids=global-dollar&vs_currencies=eur"