11 lines
139 B
PHP
11 lines
139 B
PHP
<?php
|
|
|
|
// include('dexscreener.php');
|
|
|
|
// echo getPairAddress("COC/WETH");
|
|
|
|
include('coinmarketcap.php');
|
|
|
|
echo GetTokenPrice("Niggi");
|
|
|
|
?>
|