Graybeard
Well-Known Member
I am working toward developing a Hyperledger project using Stellar Symbol: XLM
this is how to make a curl API call for the last quote
% Total % Received % Xferd Average Speed Time Time Time Current
Useful? Any ideas for some other uses? (that make money?)
CoinMarketCap Professional API Documentation
this is how to make a curl API call for the last quote
Code:
~$ curl --header "X-CMC_PRO_API_KEY: {YOUR_API_KEY}" "https://pro-api.coinmarketcap.com/v1/cryptocurrency/quotes/latest?id=512,52,1" > convert_tokens2

Useful? Any ideas for some other uses? (that make money?)
CoinMarketCap Professional API Documentation