How to easily obtain the latest coin listing information on Uniswap?

How to easily obtain the latest coin listing information on Uniswap?
Teach you how to easily customize the Uniswap tracking tool.

As the leader of DeFi, Uniswap’s trading volume has surpassed many small and medium-sized exchanges. Observing the new token trading pairs on Uniswap will help us understand the latest trends.

This article teaches you how to use Google Spreadsheets to easily customize your own tracking tools without writing code, so you can stay updated on new trading pairs on Uniswap. At the end of the article, some suggestions for extended gameplay will also be provided. If you are interested, remember to save it.

1. What is Uniswap?

Why choose Uniswap as an example?

Uniswap is a decentralized trading protocol built on Ethereum. It provides an automatic market maker mechanism that enables instant trading without placing orders or counterparties. Prices are automatically calculated by smart contract algorithms. The emergence of Uniswap allows users to trade without intermediaries, realizing a highly decentralized autonomous trading method.

On Uniswap, traders can trade ERC20 tokens, or inject their own cryptocurrencies into the liquidity token pool to provide liquidity for other traders. In return, they can earn transaction fees.

Uniswap provides a list of tokens

In addition to the default Uniswap token list, you can also use the token lists provided by other platforms, which are equally useful. You just need to be careful to identify the authenticity of the tokens, and it is safer to choose lists provided by some credible platforms.

For DeFi enthusiasts like you, you may not be satisfied with only getting information from the news media. If you want to get the latest token trading pairs on Uniswap to assist in trading analysis, this article will satisfy you.

2. A set of ready-to-use templates

If you are a non-technical person or don't want to write your own code to track, then we created this tool for you to use. Based on this sample template, you can quickly customize and add more features.

In this worksheet, all new tradable token pairs on Uniswap will be returned based on your selection criteria. The screening criteria include the number of active days online, transaction amount (USD), liquidity depth (USD), and transaction volume of the token pair.

You can change your own filtering conditions, and the worksheet will automatically update the corresponding token information. In order to help domestic users, the Blockchain Study Society has translated the important contents of the original worksheet:

How to create it? First open the document link:

https://docs.google.com/spreadsheets/d/1rWLBg3s14G4zgf6UnhfcM3S6fmiJ2fPmNZ2LzEqOwOY/edit?usp=sharing

After logging in, click the File menu bar and select Create a copy from the drop-down options to get your own version. Based on this, you can modify the style or content.

If you just want to know how to use it, then you can stop here. But if you want to know the principle, continue reading.

3. How is this done?

To get the analysis results for Uniswap, I used The Graph, an indexing protocol for querying networks like Ethereum and IPFS. Anyone can use, build, and publish open APIs, called subgraphs, to make data easily accessible. Address: https://info.uniswap.org/home

Using the UNISWAP function in Google Sheets. We added the filter condition and immediately got the corresponding token pair results in the Uniswap trading pool, precisely because we used a custom function like UNISWAP.

Specifically, if I want to get a new Uniswap pair, and want to meet the following conditions:

  • The pool was online within the last 7 days
  • Daily transaction volume is greater than $10,000.
  • The fund depth in the liquidity pool exceeds 30,000 US dollars
  • Since its launch, there have been over 1,00 transactions.

Then, the screening formula I need to use is: UNISWAP(7,10000,30000,100)

The UNISWAP function has four parameters: (days, volume, liquidity, tx_count), which are briefly introduced here.
@param {days} The number of days after the trading pair goes online.
@param {volume} represents the minimum transaction amount ($)
@param {liquidity} indicates the required liquid depth ($)
@param {tx_count} represents the number of transactions that have existed since their creation.

In fact, in the table above, we have put these complicated tasks behind the scenes. All you need to do is to select conditions such as online time, transaction amount, transaction depth and transaction volume, and then get your own watch list.


In addition to the above trading indicators, Graph API also provides more abundant data, such as: https://thegraph.com/explorer/subgraph/uniswap/uniswap-v2

You can also modify the ready-made templates to create your own unique tracking tools according to your needs. However, for most situations, the existing indicators are sufficient. If you need to further study, you can use this as an introduction to do more homework.

Another solution

If you prefer to use an existing tool, we also provide an additional option, https://tokenscan.xyz.

The function of this page is the same as the above worksheet. After entering your own filtering criteria, click the "Search Uniswap Pools" button to get the results.

4. Build your own portfolio list

In addition to making it easy for us to observe the list of newly added tokens on Uniswap, the above template also provides another tool: helping you create your own asset portfolio observation chart.

Click on the workbook for the Portfolio Pivot Table

Here you can add the tokens and corresponding addresses you hold in your digital asset wallet. In the quantity column, the corresponding amount will be automatically queried based on your token symbol and token address. In the price column, the price of the corresponding token will also be obtained from the Internet, thereby calculating your holdings data.

Based on the results you input, your asset holding ratio and the total amount of assets in the ERC20 address will be listed.

Such a small tool is suitable for those who prefer data. It can quickly build a position report without tracking various assets in multiple places. Please note that the address in the template is for example use only. Please copy the document and modify it to your own address and asset category.

5. Need more advice?

In the description document, the various function tools used are listed in detail.

For example, through the various methods listed in the Google CryptoTools column, you can obtain information such as asset balance, lending rates in DEX, mortgage status in a PoS blockchain account, and mortgage income.

Through the GoogleCoinGecko tool, you can directly query the price, 24-hour trading volume, market value, etc. of the corresponding token through the interface of the CoinGecko platform. Although you can query these data from the website and copy them into your own analysis table, these methods built into Google Sheets can improve your analysis efficiency and save you from having to do these repetitive tasks.

Due to space limitations, this part will not be expanded. Here are some related article links for interested readers to check out.

For example, how to add the staking status of PoS tokens to the worksheet, you can refer to this article: https://medium.com/the-cryptocurious/staking-balances-rewards-on-pos-tokens-tezos-cosmos-nano-eos-6353dcc1553f

How to get real-time interest rate information on DeFi platforms, you can read this article: https://medium.com/the-cryptocurious/arbitrage-get-realtime-lending-rates-from-defi-platforms-dee24830ee85?source=collection_home

If you have any questions, you are welcome to leave a message and we can discuss it together.

VI. Summary

Using Google Sheets provides a simple and practical method to help us track the newly added token pairs and their transactions on Uniswap. This data can be used for analysis and observation, and is also helpful in discovering new market opportunities.


Of course, Uniswap is an open DEX, and along with the so-called wealth code, there are also risks that come with it. Fortunately, you who read this article should also be a reader with strong independent thinking ability and can make your own investment judgment. The tools proposed in this article are only for reference. In the actual investment process, they can be used as clues for further research and investigation. After all, investment is not a trivial matter, and there is still a lot of homework to be done.

-END-

Author: Eloise

Translation: Jing Kai

Source: https://medium.com/coinmonks/how-to-scan-the-latest-pairs-added-to-uniswap-31c4400cc2a6

Statement: This article is the author’s independent opinion, does not represent the position of Blockchain Research Society (public account), and does not constitute any investment opinion or suggestion.


<<:  [100 Questions and Answers about Filecoin in Pictures] Question 45: What is DeFil?

>>:  About Filecoin's four major implementations

Recommend

Why do they say nine out of ten bald men are rich?

Wealth is indispensable to every person, because ...

Palmistry that is expensive due to marriage

Palmistry that is expensive due to marriage The m...

Are men with small mouths poor and women with small mouths rich?

There is a saying in China that goes "A man ...

What is a cross-chain transaction?

Each blockchain is a complete digital environment...

What is the fate of a man with Buddha eye patterns?

Buddha's eye pattern, as the name suggests, i...

What does Wu Qu star entering the life palace represent?

When Wu Qu enters the life palace, the person'...

Who is best to get married after 40?

1. High forehead and straight nose In physiognomy...

DECENT Roadmap Overview

How can we make the idea of ​​a completely decent...

Eye mole analysis

In physiognomy, people with moles in the corners ...