From e04d13633cdf0703f5de241fa4d2c97da68d3df8 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 4 Dec 2024 18:41:54 +0000 Subject: [PATCH] Update dexscreener api url --- tools/smctool.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/smctool.pl b/tools/smctool.pl index cb8c75b..1d88788 100755 --- a/tools/smctool.pl +++ b/tools/smctool.pl @@ -34,7 +34,7 @@ my $GPL_URL = 'https://api.gopluslabs.io/api/v1'; my $CGO_URL = 'https://api.coingecko.com/api/v3'; my $CAP_URL = 'https://api.coincap.io/v2'; -my $DEX_URL = 'https://api.dexscreener.com/latest/dex'; +my $DEX_URL = 'https://api.dexscreener.com'; my $LWP_UA = 'Mozilla/5.0'; my $DEBUG = 0;