Table of Contents

NervProj: Finding & adding monitored coins

In one of my previous articles (available here) I introduced support to list/add/remove monitored coins from the command line with my coingecko component. This is very nice and all, but this also assumes that you know what is the ID of the coin you want to add to the list, which is not always absolutely clear…

So, what I want to do here is to add support to search for all coins matching a given pattern and list them directly on the command line so I could then select the proper one in the list and add the corresponding coin id.

NervProj script commands

Issue with coingecko highres data retrieval

Find coins with a given pattern

Conclusion