Ethereum Sentiments

FREEMIUM
By Ashutosh Gautam | Updated 2 months ago | Finance
Popularity

5.5 / 10

Latency

1,636ms

Service Level

100%

Health Check

N/A

Back to All Tutorials (1)

Spot/Catch new Ethereum tokens climbing up!

The Sentiment API brings you absolutely fresh transactions from the Ethereum blockchain. This means you are now getting capability to real-time visualize what tokens are climbing in the blockchain - unlike Coinmarketcap and coingecko - where you see the tokens that have already hit momentum. You capitalize this blockchain-insider information to bet on tokens.

Sample usage:

$ curl -s https://your/rapidapi/api | jq -r ‘.[] | [.Strength,.TokenName,.TokenContract,.timestamp] | join("|")’ | head -n30

#Note the single quote covering jq command. While pasting, you may want to manually fix your quote.

This gives you below information:
"1011|Wrapped Ether|0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2|1665624604"
"74|USD Coin|0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48|1665624604"
"61|Joystick|0x4e114d405b9ba2f59524941733e505ae03fb1fb5|1665624604"
"44|BLUE|0x96b00208911d72ea9f10c3303ff319427a7884c9|1665624604"
"43|Tether USD|0xdac17f958d2ee523a2206206994597c13d831ec7|1665624604"
"28|RED|0xe1240ac7bb51333510cbf37efd678ca46137f84b|1665624604"
"22|Duh we missed Buh too|0x25f50f266d2407bd5791ef85b3c389e8e912b583|1665624604"
"20|Serum|0xb19189fb36c816f3e0f16065057b07b790998fdc|1665624604"
"20|God Of Memes|0x4c57dff92db3cbb7071e8159960a3b2c488d33c7|1665624604"
"20|Vow|0x1bbf25e71ec48b84d773809b4ba55b6f4be946fb|1665624604"
“19|Ctrl-X|0x135783b60cf5d71daff7a377f9eb7db8d2deab9e|1665624604”



[cut for brevity]

Use cases -
a. Find tokens AFTER they gain certain scores. Scores are the Strength which shows the velocity of cryptos and are updated real-time.

$ curl -s https://your/rapidapi/api | jq ‘.[] | select(.Strength > 20)’