This commit is contained in:
root
2024-06-20 23:34:56 +08:00
commit 6281abdc5e
20 changed files with 470 additions and 0 deletions

11
test.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
// include('dexscreener.php');
// echo getPairAddress("COC/WETH");
include('coinmarketcap.php');
echo GetTokenPrice("Niggi");
?>