{"info":{"_postman_id":"1b9e791c-2cab-43d9-93cd-258fb343887c","name":"ListingSpy API PRO","description":"<html><head></head><body><h4 id=\"listingspy-pro-api-documentation---v502\"><strong>ListingSpy PRO API</strong> Documentation <strong>- v5.0.2</strong></h4>\n<blockquote>\n<p>The data in the API responses may be updated. </p>\n</blockquote>\n<p>Follow the <a href=\"https://listingspy.net/api-pro/\">API updates here</a>.</p>\n<hr>\n<ul>\n<li><p>We provide only exclusive token data that we track. Trade data for tokens is excluded from the API, as there are more suitable APIs for this data, such as Dexscreener, Dextools, and others.</p>\n</li>\n<li><p>Pay attention to the date of the last data update <code>last_updated</code>, so if we mark a token as a scam, not popular or bad, then we stop tracking data on it. The maximum update delay is 2 minutes.</p>\n</li>\n<li><p>We support only the most popular <a href=\"https://listingspy.net/blockchains/\">blockchains</a> and <a href=\"https://listingspy.net/exchanges/\">exchanges</a>.</p>\n</li>\n</ul>\n<hr>\n<p><strong>The limit of requests is 300 per minute for all endpoints.</strong></p>\n<hr>\n<h1 id=\"authorization\">Authorization</h1>\n<p>For <strong>every</strong> API v5 request, you must include this exact header:</p>\n<p><code>Authorization: Bearer your_token_heretext</code></p>\n<h3 id=\"important\"><strong>Important:</strong></h3>\n<ul>\n<li><p>Include the word \"Bearer\" followed by a space, then your token</p>\n</li>\n<li><p>Do NOT include angle brackets <code>&lt; &gt;</code></p>\n</li>\n<li><p>Do NOT add quotes around the token</p>\n</li>\n</ul>\n<h3 id=\"here-are-working-examples\">Here are working examples:</h3>\n<h4 id=\"using-curl\">Using cURL:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -X GET \"https://api.listingspy.net/v5/new-cexlistings\" \\\n     -H \"Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...\"\n\n</code></pre>\n<h4 id=\"using-postman\">Using Postman:</h4>\n<ol>\n<li><p>Go to <strong>Headers</strong> tab</p>\n</li>\n<li><p>Add header: <code>Authorization</code></p>\n</li>\n<li><p>Add value: <code>Bearer your_token_here</code></p>\n</li>\n<li><p>Send request</p>\n</li>\n</ol>\n<h4 id=\"using-javascript\">Using JavaScript:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">fetch('https://api.listingspy.net/v5/new-cexlistings', {\n  headers: {\n    'Authorization': 'Bearer your_token_here'\n  }\n})\n\n</code></pre>\n<h4 id=\"using-python\">Using Python:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-python\">import requests\nresponse = requests.get(\n    'https://api.listingspy.net/v5/new-cexlistings',\n    headers={'Authorization': 'Bearer your_token_here'}\n)\n\n</code></pre>\n<h3 id=\"common-mistakes-to-avoid\">Common Mistakes to Avoid:</h3>\n<p>❌ <strong>Wrong:</strong> <code>Authorization: your_token_here</code></p>\n<p>❌ <strong>Wrong:</strong> <code>Authorization: \"Bearer your_token_here\"</code></p>\n<p>❌ <strong>Wrong:</strong> <code>Authorization: Bearer</code></p>\n<p>✅ <strong>Correct:</strong> <code>Authorization: Bearer your_token_here</code></p>\n<h3 id=\"troubleshooting\">Troubleshooting:</h3>\n<p><strong>Error: \"Authorization header not found\"</strong></p>\n<ul>\n<li>Make sure you're including the Authorization header in every request</li>\n</ul>\n<p><strong>Error: \"Invalid token format\"</strong></p>\n<ul>\n<li><p>Check that you're using exactly: <code>Bearer your_token_here</code></p>\n</li>\n<li><p>Ensure there's a space between \"Bearer\" and your token</p>\n</li>\n</ul>\n<p><strong>Error: \"Invalid token\" or \"Token expired\"</strong></p>\n<ul>\n<li><p>Your token may have expired - contact us for a new one</p>\n</li>\n<li><p>Double-check you copied the entire token correctly</p>\n</li>\n</ul>\n<p><strong>Error: \"Access denied to this endpoint\"</strong></p>\n<ul>\n<li><p>Your token doesn't have permission for this specific endpoint</p>\n</li>\n<li><p>Contact us to update your access permissions</p>\n</li>\n</ul>\n<h3 id=\"token-security\">Token Security:</h3>\n<ul>\n<li><p>Never share your token publicly</p>\n</li>\n<li><p>Don't include it in client-side code that others can see</p>\n</li>\n<li><p>Store it securely in your application</p>\n</li>\n<li><p>Contact us immediately if you think your token was compromised</p>\n</li>\n</ul>\n<h3 id=\"need-help\">Need Help?</h3>\n<p>If you're still having trouble after following these steps, contact our support team with:</p>\n<ul>\n<li><p>The exact error message you're receiving</p>\n</li>\n<li><p>The endpoint you're trying to access</p>\n</li>\n<li><p>A sample of your request (without the actual token)</p>\n</li>\n</ul>\n<hr>\n<h1 id=\"get-api-token\">Get API Token</h1>\n<p>API access is provided through an individual token, which can be obtained by subscribing to the <a href=\"https://listingspy.net/plans/\">Enterprise plan</a>.</p>\n<hr>\n<h1 id=\"supported-blockchains\">Supported Blockchains</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Chain</th>\n<th>Chain_id</th>\n<th>blockchain_id (LS)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://listingspy.net/blockchains/arbitrum/\">Arbitrum</a></td>\n<td>42161</td>\n<td>2451948</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/blockchains/avalanche/\">Avalanche</a></td>\n<td>43114</td>\n<td>2451944</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/blockchains/base/\">Base</a></td>\n<td>8453</td>\n<td>2451940</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/blockchains/bitcoin/\">Bitcoin</a></td>\n<td>btc</td>\n<td>2451956</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/blockchains/blast/\">Blast</a></td>\n<td>81457</td>\n<td>2451958</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/blockchains/bsc/\">BSC</a></td>\n<td>56</td>\n<td>2451938</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/blockchains/ethereum/\">Ethereum</a></td>\n<td>1</td>\n<td>2451936</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/blockchains/icp/\">ICP</a></td>\n<td>isp</td>\n<td>2451960</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/blockchains/mantle/\">Mantle</a></td>\n<td>5000</td>\n<td>2451950</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/blockchains/polygon/\">Polygon</a></td>\n<td>137</td>\n<td>2451946</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/blockchains/solana/\">Solana</a></td>\n<td>sol</td>\n<td>2451942</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/blockchains/ton/\">TON</a></td>\n<td>ton</td>\n<td>2451952</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/blockchains/tron/\">Tron</a></td>\n<td>tron</td>\n<td>2451954</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/blockchains/sui/\">Sui</a></td>\n<td>sui</td>\n<td>2579183</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h1 id=\"supported-dex\">Supported DEX</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th>exchange_id (LS)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://listingspy.net/exchanges/uniswap/\">Uniswap</a></td>\n<td>2451962</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/exchanges/pancakeswap/\">PancakeSwap</a></td>\n<td>2451964</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/exchanges/sushiswap/\">SushiSwap</a></td>\n<td>2451966</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/exchanges/quickswap/\">QuickSwap</a></td>\n<td>2451968</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/exchanges/raydium/\">Raydium</a></td>\n<td>2451970</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/exchanges/lfj/\">LFJ</a> (Trader Joe)</td>\n<td>2451972</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/exchanges/jupiter/\">Jupiter</a></td>\n<td>2451974</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/exchanges/orca/\">Orca</a></td>\n<td>2451976</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/exchanges/meteora/\">Meteora</a></td>\n<td>2451978</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/exchanges/ston-fi/\">STON.fi</a></td>\n<td>2451980</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/exchanges/dedust/\">DeDust</a></td>\n<td>2451982</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/exchanges/aerodrome/\">Aerodrome</a></td>\n<td>2451984</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/exchanges/sunswap/\">SunSwap</a></td>\n<td>2544876</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/exchanges/cetus/\">Cetus</a></td>\n<td>2579278</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/exchanges/turbos-finance/\">Turbos Finance</a></td>\n<td>2579301</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/exchanges/bluemove/\">BlueMove</a></td>\n<td>2579311</td>\n</tr>\n<tr>\n<td><a href=\"https://listingspy.net/exchanges/pumpswap\">PumpSwap</a></td>\n<td>2762173</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h1 id=\"supported-cex\">Supported CEX</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th>exchange_id (LS)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AscendEX</td>\n<td>2465283</td>\n</tr>\n<tr>\n<td>Bibox</td>\n<td>2465285</td>\n</tr>\n<tr>\n<td>Biconomy</td>\n<td>2465293</td>\n</tr>\n<tr>\n<td>Binance</td>\n<td>2465295</td>\n</tr>\n<tr>\n<td>Binance Futures</td>\n<td>2465406</td>\n</tr>\n<tr>\n<td>Binance US</td>\n<td>2465408</td>\n</tr>\n<tr>\n<td>Bitfinex</td>\n<td>2465410</td>\n</tr>\n<tr>\n<td>bitFlyer</td>\n<td>2465566</td>\n</tr>\n<tr>\n<td>Bitget</td>\n<td>2465570</td>\n</tr>\n<tr>\n<td>Bithumb</td>\n<td>2465572</td>\n</tr>\n<tr>\n<td>Bitkub</td>\n<td>2465574</td>\n</tr>\n<tr>\n<td>BitMart</td>\n<td>2465576</td>\n</tr>\n<tr>\n<td>BitMEX</td>\n<td>2465578</td>\n</tr>\n<tr>\n<td>Bitrue</td>\n<td>2465580</td>\n</tr>\n<tr>\n<td>Bitstamp</td>\n<td>2465582</td>\n</tr>\n<tr>\n<td>Bitvavo</td>\n<td>2465584</td>\n</tr>\n<tr>\n<td>Bybit</td>\n<td>2465586</td>\n</tr>\n<tr>\n<td>Bybit Futures</td>\n<td>2465588</td>\n</tr>\n<tr>\n<td>Coinbase</td>\n<td>2465590</td>\n</tr>\n<tr>\n<td>Coinbase Pro</td>\n<td>2465592</td>\n</tr>\n<tr>\n<td>CoinEx</td>\n<td>2465594</td>\n</tr>\n<tr>\n<td>CoinSpot</td>\n<td>2465596</td>\n</tr>\n<tr>\n<td>Coinstore</td>\n<td>2465598</td>\n</tr>\n<tr>\n<td>Crypto.com</td>\n<td>2465600</td>\n</tr>\n<tr>\n<td>DigiFinex</td>\n<td>2465602</td>\n</tr>\n<tr>\n<td>Gate.io</td>\n<td>2465604</td>\n</tr>\n<tr>\n<td>Gemini</td>\n<td>2465606</td>\n</tr>\n<tr>\n<td>HitBTC</td>\n<td>2465609</td>\n</tr>\n<tr>\n<td>HTX</td>\n<td>2465611</td>\n</tr>\n<tr>\n<td>Indodax</td>\n<td>2465613</td>\n</tr>\n<tr>\n<td>Kraken</td>\n<td>2465615</td>\n</tr>\n<tr>\n<td>Kraken Futures</td>\n<td>2465620</td>\n</tr>\n<tr>\n<td>Kucoin</td>\n<td>2465622</td>\n</tr>\n<tr>\n<td>LBank</td>\n<td>2465624</td>\n</tr>\n<tr>\n<td>MEXC</td>\n<td>2465628</td>\n</tr>\n<tr>\n<td>OKX</td>\n<td>2465630</td>\n</tr>\n<tr>\n<td>OKX Futures</td>\n<td>2465632</td>\n</tr>\n<tr>\n<td>P2B</td>\n<td>2465634</td>\n</tr>\n<tr>\n<td>Phemex</td>\n<td>2465636</td>\n</tr>\n<tr>\n<td>Poloniex</td>\n<td>2465638</td>\n</tr>\n<tr>\n<td>Robinhood</td>\n<td>2465640</td>\n</tr>\n<tr>\n<td>Tokpie</td>\n<td>2465642</td>\n</tr>\n<tr>\n<td>Upbit</td>\n<td>2465644</td>\n</tr>\n<tr>\n<td>Uphold</td>\n<td>2465646</td>\n</tr>\n<tr>\n<td>WazirX</td>\n<td>2465648</td>\n</tr>\n<tr>\n<td>WhiteBIT</td>\n<td>2465650</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h1 id=\"api-endpoints\">API Endpoints</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authorization","slug":"authorization"},{"content":"Get API Token","slug":"get-api-token"},{"content":"Supported Blockchains","slug":"supported-blockchains"},{"content":"Supported DEX","slug":"supported-dex"},{"content":"Supported CEX","slug":"supported-cex"},{"content":"API Endpoints","slug":"api-endpoints"}],"owner":"28651345","collectionId":"1b9e791c-2cab-43d9-93cd-258fb343887c","publishedId":"2sAYkKGxJ7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-03-26T11:08:30.000Z"},"item":[{"name":"Tokens","event":[{"listen":"test","script":{"id":"4b2e39b1-aecc-4121-bdad-66619b372a4e","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"fb9e1558-38ad-4c40-aa26-08731084f441","exec":[""],"type":"text/javascript","packages":{}}}],"id":"21fd17d0-e397-4765-af0a-1a4c520f34ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.listingspy.net/v5/new-tokens","description":"<p>This GET request will return the latest 100 tokens that we have started tracking on the <a href=\"https://listingspy.net/blockchains/\">blockchains</a> and <a href=\"https://listingspy.net/exchanges/\">exchanges</a> we support.</p>\n<p>All initial data is recorded at the time of the start of tracking the token. Also, the maximum and minimum price is fixed from the moment the token is tracked.</p>\n<p>The data is updated every minute.</p>\n","urlObject":{"protocol":"https","path":["v5","new-tokens"],"host":["api","listingspy","net"],"query":[],"variable":[]}},"response":[{"id":"e92b5e58-3bf5-4a50-9c43-8a35dd408fc3","name":"Tokens","originalRequest":{"method":"GET","header":[],"url":"https://api.listingspy.net/v5/new-tokens"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"date","value":"Wed, 26 Mar 2025 11:38:40 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"x-do-orig-status","value":"200"},{"key":"cf-cache-status","value":"MISS"},{"key":"server","value":"cloudflare"},{"key":"content-encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"token_id\": \"49974\",\n        \"date_found\": \"2025-03-26T11:35:46.000Z\",\n        \"last_updated\": \"2025-03-26T11:38:14.257Z\",\n        \"token_name\": \"Astro Armadillos\",\n        \"token_symbol\": \"ASTROS\",\n        \"quote_token_symbol\": \"WBNB\",\n        \"project_page_url\": \"https://listingspy.net/crypto/astro-armadillos/\",\n        \"contract_address\": \"0x3C244834a6e322cdd6F51DE13A5eE4Cb1337838b\",\n        \"pair_address\": \"0xF120A99F550BBd1AA8Df7526f5765469afD6E937\",\n        \"date_pair_creation\": \"2025-03-26T11:27:20.000Z\",\n        \"exchange_name\": \"PancakeSwap\",\n        \"dex_version\": \"v2\",\n        \"blockchain_name\": \"BSC\",\n        \"liquidity_usd\": \"32599.55\",\n        \"liquidity_usd_initial\": \"31732.6\",\n        \"marketcap_usd\": \"52670\",\n        \"marketcap_usd_initial\": \"49911\",\n        \"price_usd\": \"0.000052670000000000000000000000\",\n        \"price_usd_initial\": \"0.000049910000000000000000000000\",\n        \"price_usd_min\": \"0.000049910000000000000000000000\",\n        \"price_usd_min_date\": \"2025-03-26T11:35:55.160Z\",\n        \"price_usd_max\": \"0.000052670000000000000000000000\",\n        \"price_usd_max_date\": \"2025-03-26T11:37:02.752Z\",\n        \"price_change_24h\": \"520.00\",\n        \"volume_usd_24h\": \"11269.57\",\n        \"transactions_buys_24h\": 73,\n        \"transactions_sells_24h\": 0,\n        \"buy_tax\": null,\n        \"sell_tax\": null,\n        \"transfer_tax\": null,\n        \"status_token\": \"Early\",\n        \"scam_patterns\": null,\n        \"last_scam_check_date\": \"2025-03-26T11:32:45.397Z\",\n        \"total_supply\": \"1000000000\",\n        \"bundle\": null,\n        \"bundle_initial\": null,\n        \"links\": {\n            \"website\": null,\n            \"twitter\": null,\n            \"telegram_channel\": null,\n            \"telegram_group\": null,\n            \"discord\": null\n        },\n        \"tracker_listings\": [],\n        \"cex_listings\": [],\n        \"call_history\": [\n            {\n                \"date_call\": \"2025-03-26T11:35:47.474\",\n                \"caller\": \"memesdontlies\",\n                \"caller_source\": \"tg\",\n                \"call_url\": \"https://t.me/MemesDontLies/64495\",\n                \"first_call\": true,\n                \"price_usd_call\": 0.00004991,\n                \"liquidity_usd_call\": 31732.6,\n                \"marketcap_usd_call\": 49911\n            }\n        ]\n    },\n    {\n        \"token_id\": \"49944\",\n        \"date_found\": \"2025-03-25T23:02:25.839Z\",\n        \"last_updated\": \"2025-03-25T23:03:19.436Z\",\n        \"token_name\": \"KIATOKEN\",\n        \"token_symbol\": \"KIA\",\n        \"quote_token_symbol\": \"WPOL\",\n        \"project_page_url\": \"https://listingspy.net/crypto/kiatoken/\",\n        \"contract_address\": \"0x1a3c7d6cb66299F769040E6d4cf0C1945f6A2f32\",\n        \"pair_address\": \"0xbedca91C56e663a2FA2Ada6e09735A1d129c5D55\",\n        \"date_pair_creation\": \"2024-04-20T06:14:41.000Z\",\n        \"exchange_name\": \"Uniswap\",\n        \"dex_version\": \"v2\",\n        \"blockchain_name\": \"Polygon\",\n        \"liquidity_usd\": \"92.56\",\n        \"liquidity_usd_initial\": \"92.56\",\n        \"marketcap_usd\": \"295300\",\n        \"marketcap_usd_initial\": \"295381\",\n        \"price_usd\": \"0.000295300000000000000000000000\",\n        \"price_usd_initial\": \"0.000295300000000000000000000000\",\n        \"price_usd_min\": \"0.000295300000000000000000000000\",\n        \"price_usd_min_date\": \"2025-03-25T23:03:19.286Z\",\n        \"price_usd_max\": \"0.000295300000000000000000000000\",\n        \"price_usd_max_date\": \"2025-03-25T23:03:19.286Z\",\n        \"price_change_24h\": \"318.00\",\n        \"volume_usd_24h\": \"24.92\",\n        \"transactions_buys_24h\": 4,\n        \"transactions_sells_24h\": 2,\n        \"buy_tax\": null,\n        \"sell_tax\": null,\n        \"transfer_tax\": null,\n        \"status_token\": \"SCAM\",\n        \"scam_patterns\": \"RUG PULL!\",\n        \"last_scam_check_date\": null,\n        \"total_supply\": \"1000000000\",\n        \"bundle\": null,\n        \"bundle_initial\": null,\n        \"links\": {\n            \"website\": \"https://kiahelps.com\",\n            \"twitter\": \"https://x.com/KiaToken\",\n            \"telegram_channel\": null,\n            \"telegram_group\": \"https://t.me/kiatoken\",\n            \"discord\": null\n        },\n        \"tracker_listings\": [\n            {\n                \"tracker_name\": \"cg\",\n                \"tracker_id\": 13177,\n                \"tracker_url\": \"https://www.coingecko.com/en/coins/kiatoken\"\n            }\n        ],\n        \"cex_listings\": [],\n        \"call_history\": []\n    }\n]"}],"_postman_id":"21fd17d0-e397-4765-af0a-1a4c520f34ab"},{"name":"Token - by contract address","event":[{"listen":"test","script":{"id":"4b2e39b1-aecc-4121-bdad-66619b372a4e","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"fb9e1558-38ad-4c40-aa26-08731084f441","exec":[""],"type":"text/javascript","packages":{}}}],"id":"61e7fab8-ae22-4a07-a411-985e8b229896","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.listingspy.net/v5/token?contract_address=0x0AFf507aC29B8CEA2FB10d2ad14408c2d79A35AD","description":"<p>This GET request will return token data based on the contract address, including main data, events, calls, CEX listings, and more. Use it to obtain up-to-date information for a specific token.</p>\n<p>All initial data is recorded at the time of the start of tracking the token. Also, the maximum and minimum price is fixed from the moment the token is tracked.</p>\n<p>The data is updated every minute.</p>\n","urlObject":{"protocol":"https","path":["v5","token"],"host":["api","listingspy","net"],"query":[{"description":{"content":"<p>Token contract address</p>\n","type":"text/plain"},"key":"contract_address","value":"0x0AFf507aC29B8CEA2FB10d2ad14408c2d79A35AD"}],"variable":[]}},"response":[{"id":"e8717bec-a1a4-4437-b0bc-ee4c4cbf6eb5","name":"Token - by contract address","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.listingspy.net/v5/token?contract_address=0x0AFf507aC29B8CEA2FB10d2ad14408c2d79A35AD","protocol":"https","host":["api","listingspy","net"],"path":["v5","token"],"query":[{"key":"contract_address","value":"0x0AFf507aC29B8CEA2FB10d2ad14408c2d79A35AD","description":"Token contract address"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"date","value":"Wed, 26 Mar 2025 11:26:39 GMT"},{"key":"x-powered-by","value":"Express"},{"key":"x-do-orig-status","value":"200"},{"key":"cf-cache-status","value":"MISS"},{"key":"server","value":"cloudflare"},{"key":"content-encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"token_id\": \"49858\",\n    \"date_found\": \"2025-03-25T05:11:54.000Z\",\n    \"last_updated\": \"2025-03-26T11:26:03.658Z\",\n    \"token_name\": \"CrypTalk\",\n    \"token_symbol\": \"TALK\",\n    \"quote_token_symbol\": \"WETH\",\n    \"project_page_url\": \"https://listingspy.net/crypto/cryptalk/\",\n    \"contract_address\": \"0x0AFf507aC29B8CEA2FB10d2ad14408c2d79A35AD\",\n    \"pair_address\": \"0x44bdBC621752F0bC4043c67d2E6C4434B4Ba63EC\",\n    \"date_pair_creation\": \"2025-03-19T04:57:35.000Z\",\n    \"exchange_name\": \"Uniswap\",\n    \"dex_version\": \"v2\",\n    \"blockchain_name\": \"Ethereum\",\n    \"liquidity_usd\": \"548169.33\",\n    \"liquidity_usd_initial\": \"306759.57\",\n    \"marketcap_usd\": \"14900000\",\n    \"marketcap_usd_initial\": \"4900061\",\n    \"price_usd\": \"1.490000000000000000000000000000\",\n    \"price_usd_initial\": \"0.490000000000000000000000000000\",\n    \"price_usd_min\": \"0.680500000000000000000000000000\",\n    \"price_usd_min_date\": \"2025-03-25T05:17:10.850Z\",\n    \"price_usd_max\": \"2.180000000000000000000000000000\",\n    \"price_usd_max_date\": \"2025-03-25T18:03:41.028Z\",\n    \"price_change_24h\": \"17.50\",\n    \"volume_usd_24h\": \"1392091.58\",\n    \"transactions_buys_24h\": 1260,\n    \"transactions_sells_24h\": 542,\n    \"buy_tax\": \"0.00\",\n    \"sell_tax\": \"0.00\",\n    \"transfer_tax\": \"0.00\",\n    \"status_token\": \"Good\",\n    \"scam_patterns\": null,\n    \"last_scam_check_date\": \"2025-03-25T18:22:02.783Z\",\n    \"total_supply\": \"10000000\",\n    \"bundle\": \"0.00\",\n    \"bundle_initial\": null,\n    \"links\": {\n        \"website\": \"https://www.cryptalk.net/\",\n        \"twitter\": \"https://x.com/cryptalknetwork\",\n        \"telegram_channel\": null,\n        \"telegram_group\": \"https://t.me/cryptalknetwork\",\n        \"discord\": null\n    },\n    \"tracker_listings\": [\n        {\n            \"tracker_name\": \"cmc\",\n            \"tracker_id\": 13149,\n            \"tracker_url\": \"https://coinmarketcap.com/currencies/cryptalk\"\n        },\n        {\n            \"tracker_name\": \"coincarp\",\n            \"tracker_id\": 13150,\n            \"tracker_url\": \"https://www.coincarp.com/currencies/cryptalk/\"\n        },\n        {\n            \"tracker_name\": \"cg\",\n            \"tracker_id\": 13162,\n            \"tracker_url\": \"https://www.coingecko.com/en/coins/cryptalk-2\"\n        }\n    ],\n    \"cex_listings\": [\n        {\n            \"exchange_id\": 2465624,\n            \"exchange_name\": \"LBank\",\n            \"trade_url\": \"https://www.lbank.com/trade/talk_usdt?icode=3GQXT\"\n        }\n    ],\n    \"call_history\": [\n        {\n            \"date_call\": \"2025-03-25T05:11:54.873\",\n            \"caller\": \"sonicsjournal\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/SonicsJournal/3801\",\n            \"first_call\": true,\n            \"price_usd_call\": 0.49,\n            \"liquidity_usd_call\": 306759.57,\n            \"marketcap_usd_call\": 4900061\n        },\n        {\n            \"date_call\": \"2025-03-25T05:13:21.204\",\n            \"caller\": \"bluebird2865\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/Bluebird2865/9946\",\n            \"first_call\": false,\n            \"price_usd_call\": 0.49,\n            \"liquidity_usd_call\": 306759.57,\n            \"marketcap_usd_call\": 4900061\n        },\n        {\n            \"date_call\": \"2025-03-25T05:14:32.795\",\n            \"caller\": \"riley_signals\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/Riley_Signals/5800\",\n            \"first_call\": false,\n            \"price_usd_call\": 0.7711,\n            \"liquidity_usd_call\": 384908.68,\n            \"marketcap_usd_call\": 7711326\n        },\n        {\n            \"date_call\": \"2025-03-25T05:15:57.242\",\n            \"caller\": \"jacob1_community\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/jacob1_community/1662\",\n            \"first_call\": false,\n            \"price_usd_call\": 0.7317,\n            \"liquidity_usd_call\": 374935.64,\n            \"marketcap_usd_call\": 7317275\n        },\n        {\n            \"date_call\": \"2025-03-25T05:17:19.113\",\n            \"caller\": \"adkinsjournal\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/Adkinsjournal/4322\",\n            \"first_call\": false,\n            \"price_usd_call\": 0.6944,\n            \"liquidity_usd_call\": 365226.07,\n            \"marketcap_usd_call\": 6944640\n        },\n        {\n            \"date_call\": \"2025-03-25T05:48:50.419\",\n            \"caller\": \"gundamzone\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/GundamZone/7617\",\n            \"first_call\": false,\n            \"price_usd_call\": 1.3,\n            \"liquidity_usd_call\": 503555.4,\n            \"marketcap_usd_call\": 13071030\n        },\n        {\n            \"date_call\": \"2025-03-25T05:56:45.421\",\n            \"caller\": \"pandacalls0\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/pandacalls0/1496\",\n            \"first_call\": false,\n            \"price_usd_call\": 1.48,\n            \"liquidity_usd_call\": 536491.52,\n            \"marketcap_usd_call\": 14804210\n        },\n        {\n            \"date_call\": \"2025-03-25T06:33:52.878\",\n            \"caller\": \"zaydan_gems\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/Zaydan_Gems/6465\",\n            \"first_call\": false,\n            \"price_usd_call\": 1.25,\n            \"liquidity_usd_call\": 494464.12,\n            \"marketcap_usd_call\": 12511864\n        },\n        {\n            \"date_call\": \"2025-03-25T08:58:20.743\",\n            \"caller\": \"ishfishes\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/ishfishes/2621\",\n            \"first_call\": false,\n            \"price_usd_call\": 1.31,\n            \"liquidity_usd_call\": 507754.08,\n            \"marketcap_usd_call\": 13132039\n        },\n        {\n            \"date_call\": \"2025-03-25T08:59:39.788\",\n            \"caller\": \"pawgems\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/PawGems/4218\",\n            \"first_call\": false,\n            \"price_usd_call\": 1.31,\n            \"liquidity_usd_call\": 507754.08,\n            \"marketcap_usd_call\": 13132039\n        },\n        {\n            \"date_call\": \"2025-03-25T10:56:05.545\",\n            \"caller\": \"teslacallsofficial\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/Teslacallsofficial/5731\",\n            \"first_call\": false,\n            \"price_usd_call\": 1.15,\n            \"liquidity_usd_call\": 477946.96,\n            \"marketcap_usd_call\": 11559525\n        },\n        {\n            \"date_call\": \"2025-03-25T14:01:52.684\",\n            \"caller\": \"lastchancegambles\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/LastChanceGambles/458\",\n            \"first_call\": false,\n            \"price_usd_call\": 1.37,\n            \"liquidity_usd_call\": 520615.81,\n            \"marketcap_usd_call\": 13743881\n        },\n        {\n            \"date_call\": \"2025-03-25T16:48:07.568\",\n            \"caller\": \"none\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/None/6047\",\n            \"first_call\": false,\n            \"price_usd_call\": 1.48,\n            \"liquidity_usd_call\": 541014.27,\n            \"marketcap_usd_call\": 14804592\n        },\n        {\n            \"date_call\": \"2025-03-25T17:54:51.66\",\n            \"caller\": \"tradinatorr\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/Tradinatorr/408\",\n            \"first_call\": false,\n            \"price_usd_call\": 1.56,\n            \"liquidity_usd_call\": 558562.72,\n            \"marketcap_usd_call\": 15677987\n        }\n    ]\n}"}],"_postman_id":"61e7fab8-ae22-4a07-a411-985e8b229896"},{"name":"Token - by pool address","event":[{"listen":"test","script":{"id":"4b2e39b1-aecc-4121-bdad-66619b372a4e","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"fb9e1558-38ad-4c40-aa26-08731084f441","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5b71c83b-40fc-4fd2-b0f0-d44b69d4773b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.listingspy.net/v5/token?pool_address=0x44bdBC621752F0bC4043c67d2E6C4434B4Ba63EC","description":"<p>This GET request will return token data based on the pool address, including main data, events, calls, CEX listings, and more.</p>\n<p>All initial data is recorded at the time of the start of tracking the token. Also, the maximum and minimum price is fixed from the moment the token is tracked.</p>\n<p>The data is updated every minute.</p>\n","urlObject":{"protocol":"https","path":["v5","token"],"host":["api","listingspy","net"],"query":[{"description":{"content":"<p>Token pair/pool address</p>\n","type":"text/plain"},"key":"pool_address","value":"0x44bdBC621752F0bC4043c67d2E6C4434B4Ba63EC"}],"variable":[]}},"response":[{"id":"996d45a6-98a5-4245-82df-a277a945ed3d","name":"Token - by pool address","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.listingspy.net/v5/token?pool_address=0x44bdBC621752F0bC4043c67d2E6C4434B4Ba63EC","protocol":"https","host":["api","listingspy","net"],"path":["v5","token"],"query":[{"key":"pool_address","value":"0x44bdBC621752F0bC4043c67d2E6C4434B4Ba63EC","description":"Token pair/pool address"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"date","value":"Wed, 26 Mar 2025 11:27:17 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cf-cache-status","value":"MISS"},{"key":"server","value":"cloudflare"},{"key":"content-encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"token_id\": \"49858\",\n    \"date_found\": \"2025-03-25T05:11:54.000Z\",\n    \"last_updated\": \"2025-03-26T11:27:09.060Z\",\n    \"token_name\": \"CrypTalk\",\n    \"token_symbol\": \"TALK\",\n    \"quote_token_symbol\": \"WETH\",\n    \"project_page_url\": \"https://listingspy.net/crypto/cryptalk/\",\n    \"contract_address\": \"0x0AFf507aC29B8CEA2FB10d2ad14408c2d79A35AD\",\n    \"pair_address\": \"0x44bdBC621752F0bC4043c67d2E6C4434B4Ba63EC\",\n    \"date_pair_creation\": \"2025-03-19T04:57:35.000Z\",\n    \"exchange_name\": \"Uniswap\",\n    \"dex_version\": \"v2\",\n    \"blockchain_name\": \"Ethereum\",\n    \"liquidity_usd\": \"548223.22\",\n    \"liquidity_usd_initial\": \"306759.57\",\n    \"marketcap_usd\": \"14900000\",\n    \"marketcap_usd_initial\": \"4900061\",\n    \"price_usd\": \"1.490000000000000000000000000000\",\n    \"price_usd_initial\": \"0.490000000000000000000000000000\",\n    \"price_usd_min\": \"0.680500000000000000000000000000\",\n    \"price_usd_min_date\": \"2025-03-25T05:17:10.850Z\",\n    \"price_usd_max\": \"2.180000000000000000000000000000\",\n    \"price_usd_max_date\": \"2025-03-25T18:03:41.028Z\",\n    \"price_change_24h\": \"17.52\",\n    \"volume_usd_24h\": \"1392015.51\",\n    \"transactions_buys_24h\": 1261,\n    \"transactions_sells_24h\": 541,\n    \"buy_tax\": \"0.00\",\n    \"sell_tax\": \"0.00\",\n    \"transfer_tax\": \"0.00\",\n    \"status_token\": \"Good\",\n    \"scam_patterns\": null,\n    \"last_scam_check_date\": \"2025-03-25T18:22:02.783Z\",\n    \"total_supply\": \"10000000\",\n    \"bundle\": \"0.00\",\n    \"bundle_initial\": null,\n    \"links\": {\n        \"website\": \"https://www.cryptalk.net/\",\n        \"twitter\": \"https://x.com/cryptalknetwork\",\n        \"telegram_channel\": null,\n        \"telegram_group\": \"https://t.me/cryptalknetwork\",\n        \"discord\": null\n    },\n    \"tracker_listings\": [\n        {\n            \"tracker_name\": \"cmc\",\n            \"tracker_id\": 13149,\n            \"tracker_url\": \"https://coinmarketcap.com/currencies/cryptalk\"\n        },\n        {\n            \"tracker_name\": \"coincarp\",\n            \"tracker_id\": 13150,\n            \"tracker_url\": \"https://www.coincarp.com/currencies/cryptalk/\"\n        },\n        {\n            \"tracker_name\": \"cg\",\n            \"tracker_id\": 13162,\n            \"tracker_url\": \"https://www.coingecko.com/en/coins/cryptalk-2\"\n        }\n    ],\n    \"cex_listings\": [\n        {\n            \"exchange_id\": 2465624,\n            \"exchange_name\": \"LBank\",\n            \"trade_url\": \"https://www.lbank.com/trade/talk_usdt?icode=3GQXT\"\n        }\n    ],\n    \"call_history\": [\n        {\n            \"date_call\": \"2025-03-25T05:11:54.873\",\n            \"caller\": \"sonicsjournal\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/SonicsJournal/3801\",\n            \"first_call\": true,\n            \"price_usd_call\": 0.49,\n            \"liquidity_usd_call\": 306759.57,\n            \"marketcap_usd_call\": 4900061\n        },\n        {\n            \"date_call\": \"2025-03-25T05:13:21.204\",\n            \"caller\": \"bluebird2865\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/Bluebird2865/9946\",\n            \"first_call\": false,\n            \"price_usd_call\": 0.49,\n            \"liquidity_usd_call\": 306759.57,\n            \"marketcap_usd_call\": 4900061\n        },\n        {\n            \"date_call\": \"2025-03-25T05:14:32.795\",\n            \"caller\": \"riley_signals\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/Riley_Signals/5800\",\n            \"first_call\": false,\n            \"price_usd_call\": 0.7711,\n            \"liquidity_usd_call\": 384908.68,\n            \"marketcap_usd_call\": 7711326\n        },\n        {\n            \"date_call\": \"2025-03-25T05:15:57.242\",\n            \"caller\": \"jacob1_community\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/jacob1_community/1662\",\n            \"first_call\": false,\n            \"price_usd_call\": 0.7317,\n            \"liquidity_usd_call\": 374935.64,\n            \"marketcap_usd_call\": 7317275\n        },\n        {\n            \"date_call\": \"2025-03-25T05:17:19.113\",\n            \"caller\": \"adkinsjournal\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/Adkinsjournal/4322\",\n            \"first_call\": false,\n            \"price_usd_call\": 0.6944,\n            \"liquidity_usd_call\": 365226.07,\n            \"marketcap_usd_call\": 6944640\n        },\n        {\n            \"date_call\": \"2025-03-25T05:48:50.419\",\n            \"caller\": \"gundamzone\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/GundamZone/7617\",\n            \"first_call\": false,\n            \"price_usd_call\": 1.3,\n            \"liquidity_usd_call\": 503555.4,\n            \"marketcap_usd_call\": 13071030\n        },\n        {\n            \"date_call\": \"2025-03-25T05:56:45.421\",\n            \"caller\": \"pandacalls0\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/pandacalls0/1496\",\n            \"first_call\": false,\n            \"price_usd_call\": 1.48,\n            \"liquidity_usd_call\": 536491.52,\n            \"marketcap_usd_call\": 14804210\n        },\n        {\n            \"date_call\": \"2025-03-25T06:33:52.878\",\n            \"caller\": \"zaydan_gems\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/Zaydan_Gems/6465\",\n            \"first_call\": false,\n            \"price_usd_call\": 1.25,\n            \"liquidity_usd_call\": 494464.12,\n            \"marketcap_usd_call\": 12511864\n        },\n        {\n            \"date_call\": \"2025-03-25T08:58:20.743\",\n            \"caller\": \"ishfishes\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/ishfishes/2621\",\n            \"first_call\": false,\n            \"price_usd_call\": 1.31,\n            \"liquidity_usd_call\": 507754.08,\n            \"marketcap_usd_call\": 13132039\n        },\n        {\n            \"date_call\": \"2025-03-25T08:59:39.788\",\n            \"caller\": \"pawgems\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/PawGems/4218\",\n            \"first_call\": false,\n            \"price_usd_call\": 1.31,\n            \"liquidity_usd_call\": 507754.08,\n            \"marketcap_usd_call\": 13132039\n        },\n        {\n            \"date_call\": \"2025-03-25T10:56:05.545\",\n            \"caller\": \"teslacallsofficial\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/Teslacallsofficial/5731\",\n            \"first_call\": false,\n            \"price_usd_call\": 1.15,\n            \"liquidity_usd_call\": 477946.96,\n            \"marketcap_usd_call\": 11559525\n        },\n        {\n            \"date_call\": \"2025-03-25T14:01:52.684\",\n            \"caller\": \"lastchancegambles\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/LastChanceGambles/458\",\n            \"first_call\": false,\n            \"price_usd_call\": 1.37,\n            \"liquidity_usd_call\": 520615.81,\n            \"marketcap_usd_call\": 13743881\n        },\n        {\n            \"date_call\": \"2025-03-25T16:48:07.568\",\n            \"caller\": \"none\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/None/6047\",\n            \"first_call\": false,\n            \"price_usd_call\": 1.48,\n            \"liquidity_usd_call\": 541014.27,\n            \"marketcap_usd_call\": 14804592\n        },\n        {\n            \"date_call\": \"2025-03-25T17:54:51.66\",\n            \"caller\": \"tradinatorr\",\n            \"caller_source\": \"tg\",\n            \"call_url\": \"https://t.me/Tradinatorr/408\",\n            \"first_call\": false,\n            \"price_usd_call\": 1.56,\n            \"liquidity_usd_call\": 558562.72,\n            \"marketcap_usd_call\": 15677987\n        }\n    ]\n}"}],"_postman_id":"5b71c83b-40fc-4fd2-b0f0-d44b69d4773b"},{"name":"CEX Listings","event":[{"listen":"test","script":{"id":"4b2e39b1-aecc-4121-bdad-66619b372a4e","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"eb08d6b9-b2ed-4db3-b88d-6b4727e8bc88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.listingspy.net/v5/new-cexlistings?start_trade_date=2025-06-02","description":"<p>This GET request returns data on the latest token listings (including upcoming ones) on <a href=\"https://listingspy.net/exchanges/\">supported centralized exchanges</a> with advanced pagination and historical access capabilities.</p>\n<h4 id=\"enhanced-features\"><strong>Enhanced Features:</strong></h4>\n<ul>\n<li><p><strong>Full Historical Data</strong>: Access complete historical data of all token listings across supported CEXes and tracker platforms through pagination</p>\n</li>\n<li><p><strong>Smart Pagination</strong>: Navigate through thousands of listings with exactly 100 tokens per page</p>\n</li>\n<li><p><strong>Date Filtering</strong>: Get all listings for any specific trading start date (YYYY-MM-DD format)</p>\n</li>\n<li><p><strong>Cross-platform Integration</strong>: Includes comprehensive tracker platform data (CoinGecko, CoinMarketCap, DexTools, etc.)</p>\n</li>\n<li><p><strong>Real-time Updates</strong>: Data is refreshed every 5 minutes</p>\n</li>\n<li><p><strong>Tracking Intelligence</strong>: Use the cex_token_id to track updates and changes for a specific token</p>\n</li>\n<li><p><strong>Cross-exchange Analysis</strong>: The cex_listings array includes all listings related to the same project across other centralized exchanges</p>\n</li>\n</ul>\n<h4 id=\"query-parameters\"><strong>Query Parameters:</strong></h4>\n<ul>\n<li><p><code>page</code> (optional): Navigate through historical data, starting from page 1</p>\n</li>\n<li><p><code>start_trade_date</code> (optional): Filter by specific trading start date (format: YYYY-MM-DD, e.g., 2024-01-15)</p>\n</li>\n</ul>\n<h4 id=\"use-cases\"><strong>Use Cases:</strong></h4>\n<ul>\n<li><p>Monitor new token listings across all major exchanges</p>\n</li>\n<li><p>Research historical listing patterns and trends</p>\n</li>\n<li><p>Track token distribution strategies across platforms</p>\n</li>\n<li><p>Build comprehensive listing calendars and alert systems</p>\n</li>\n<li><p>Analyze cross-exchange listing timing and coordination</p>\n</li>\n</ul>\n<h4 id=\"examples\"><strong>Examples:</strong></h4>\n<ul>\n<li><p>Latest listings: <code>?</code> (no parameters)</p>\n</li>\n<li><p>Historical data: <code>?page=5</code></p>\n</li>\n<li><p>Specific date: <code>?start_trade_date=2024-01-15</code></p>\n</li>\n<li><p>Combined: <code>?page=2&amp;start_trade_date=2024-01-15</code></p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v5","new-cexlistings"],"host":["api","listingspy","net"],"query":[{"disabled":true,"key":"page","value":"3"},{"key":"start_trade_date","value":"2025-06-02"}],"variable":[]}},"response":[{"id":"55c609c3-c8cf-4c4c-85a3-19921354ba14","name":"CEX Listings","originalRequest":{"method":"GET","header":[],"url":"https://api.listingspy.net/v5/new-cexlistings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"date","value":"Wed, 11 Jun 2025 07:06:45 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"x-powered-by","value":"Express"},{"key":"vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"https://listingspy.net"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"x-ratelimit-limit","value":"300"},{"key":"x-ratelimit-remaining","value":"299"},{"key":"cache-control","value":"private"},{"key":"x-do-orig-status","value":"200"},{"key":"cf-cache-status","value":"MISS"},{"key":"server","value":"cloudflare"},{"key":"content-encoding","value":"br"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"current_page\": 1,\n        \"total_pages\": 63,\n        \"total_records\": 6279,\n        \"per_page\": 100,\n        \"has_next\": true,\n        \"has_prev\": false\n    },\n    \"data\": [\n        {\n            \"cex_token_id\": \"2838957\",\n            \"date_found\": \"2025-06-10T16:54:27.000Z\",\n            \"start_trade_date\": \"2025-06-11T16:00:00.000Z\",\n            \"token_name\": \"HOME\",\n            \"token_symbol\": \"HOME\",\n            \"contract_address\": \"0x4bfaa776991e85e5f8b1255461cbbd216cfc714f\",\n            \"blockchain_name\": \"Base\",\n            \"project_page_url\": \"https://listingspy.net/crypto/home/\",\n            \"links\": {\n                \"website\": \"https://defi.app\",\n                \"twitter\": \"https://twitter.com/defidotapp\",\n                \"telegram_channel\": null,\n                \"telegram_group\": null,\n                \"discord\": \"https://discord.com/invite/defiapp\"\n            },\n            \"exchange_name\": \"Coinbase\",\n            \"trade_url\": \"https://exchange.coinbase.com/trade/HOME-USD\",\n            \"exchange_id\": \"2465590\",\n            \"exchange_website\": \"https://www.coinbase.com\",\n            \"exchange_twitter\": \"https://twitter.com/coinbase\",\n            \"exchange_telegram\": \"\",\n            \"tracker_listings\": [\n                {\n                    \"tracker_name\": \"cmc\",\n                    \"tracker_id\": 16005,\n                    \"tracker_url\": \"https://coinmarketcap.com/currencies/defi-app\"\n                },\n                {\n                    \"tracker_name\": \"cg\",\n                    \"tracker_id\": 16006,\n                    \"tracker_url\": \"https://www.coingecko.com/en/coins/home\"\n                }\n            ],\n            \"cex_listings\": [\n                {\n                    \"exchange_id\": 2465586,\n                    \"exchange_name\": \"Bybit\",\n                    \"trade_url\": \"https://www.bybit.com/en/trade/spot/HOME/USDT?affiliate_id=19137\"\n                },\n                {\n                    \"exchange_id\": 2465628,\n                    \"exchange_name\": \"MEXC\",\n                    \"trade_url\": \"https://www.mexc.com/exchange/HOME_USDT?inviteCode=1rGu6\"\n                },\n                {\n                    \"exchange_id\": 2465406,\n                    \"exchange_name\": \"Binance Futures\",\n                    \"trade_url\": \"https://www.binance.com/futures/HOMEUSDT?ref=48343228\"\n                },\n                {\n                    \"exchange_id\": 2465622,\n                    \"exchange_name\": \"Kucoin\",\n                    \"trade_url\": \"https://kucoin.com/trade/HOME-USDT?rcode=2Qw8H\"\n                },\n                {\n                    \"exchange_id\": 2465570,\n                    \"exchange_name\": \"Bitget\",\n                    \"trade_url\": \"https://bitget.com/spot/HOMEUSDT?clacCode=358S36CR\"\n                },\n                {\n                    \"exchange_id\": 2465636,\n                    \"exchange_name\": \"Phemex\",\n                    \"trade_url\": \"https://phemex.com/spot/trade/HOMEUSDT?referralCode=F3PAX5\"\n                },\n                {\n                    \"exchange_id\": 2465611,\n                    \"exchange_name\": \"HTX\",\n                    \"trade_url\": \"https://www.htx.com/en-us/trade/home_usdt?invite_code=wxd49223\"\n                },\n                {\n                    \"exchange_id\": 2465588,\n                    \"exchange_name\": \"Bybit Futures\",\n                    \"trade_url\": \"https://www.bybit.com/trade/usdt/HOMEUSDT?affiliate_id=19137\"\n                }\n            ]\n        },\n        {\n            \"cex_token_id\": \"2838707\",\n            \"date_found\": \"2025-06-10T15:00:00.000Z\",\n            \"start_trade_date\": \"2025-06-11T14:00:00.000Z\",\n            \"token_name\": \"MetaniaGames v2\",\n            \"token_symbol\": \"METANIA\",\n            \"contract_address\": \"0x2E477F353747752FFB838a28621722e6A3F50D29\",\n            \"blockchain_name\": \"BSC\",\n            \"project_page_url\": \"https://listingspy.net/crypto/metaniagames-v2/\",\n            \"links\": {\n                \"website\": \"https://metania.games\",\n                \"twitter\": \"https://twitter.com/MetaniaGames\",\n                \"telegram_channel\": null,\n                \"telegram_group\": \"https://t.me/MetaniagamesG\",\n                \"discord\": null\n            },\n            \"exchange_name\": \"MEXC\",\n            \"trade_url\": \"https://www.mexc.com/exchange/METANIA_USDT?inviteCode=1rGu6\",\n            \"exchange_id\": \"2465628\",\n            \"exchange_website\": \"https://www.mexc.com\",\n            \"exchange_twitter\": \"https://twitter.com/MEXC_Official\",\n            \"exchange_telegram\": \"https://t.me/MEXCofficialNews\",\n            \"tracker_listings\": [\n                {\n                    \"tracker_name\": \"cmc\",\n                    \"tracker_id\": 10599,\n                    \"tracker_url\": \"https://coinmarketcap.com/currencies/metaniagames-v2\"\n                }\n            ],\n            \"cex_listings\": [\n                {\n                    \"exchange_id\": 2465576,\n                    \"exchange_name\": \"BitMart\",\n                    \"trade_url\": \"https://www.bitmart.com/trade?symbol=METANIA_USDT&r=VDSU6k\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"eb08d6b9-b2ed-4db3-b88d-6b4727e8bc88"},{"name":"CEX Listings - by contract address","event":[{"listen":"test","script":{"id":"4b2e39b1-aecc-4121-bdad-66619b372a4e","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"f1dc17ae-44ea-4e33-bacb-d094f24200b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.listingspy.net/v5/cexlistings?contract_address=0x5d6cae0422a950dbd7918d1e74434a35156b3ba4","description":"<p>This GET query will return comprehensive data from token listings (including upcoming listings) on <a href=\"https://listingspy.net/exchanges/\">supported centralized exchanges</a>. for a specific smart contract address.</p>\n<h4 id=\"enhanced-capabilities\"><strong>Enhanced Capabilities:</strong></h4>\n<ul>\n<li><p><strong>Complete Token Ecosystem</strong>: Access all historical and current listings data for a specific contract across the entire CEX landscape</p>\n</li>\n<li><p><strong>Cross-platform Intelligence</strong>: Full integration with tracker sites (CoinGecko, CoinMarketCap, DexTools, etc.)</p>\n</li>\n<li><p><strong>Exchange Coverage Analysis</strong>: See which major exchanges have listed the token and compare trading conditions</p>\n</li>\n<li><p><strong>Social Media Integration</strong>: Complete project social media presence and official links</p>\n</li>\n<li><p><strong>Multi-blockchain Support</strong>: Works across Ethereum, BSC, Polygon, and other supported networks</p>\n</li>\n<li><p><strong>Real-time Updates</strong>: Data is updated every 5 minutes</p>\n</li>\n</ul>\n<h4 id=\"path-parameters\"><strong>Path Parameters:</strong></h4>\n<ul>\n<li><code>contract_address</code> (required): Smart contract address of the token (e.g., 0x1234567890abcdef1234567890abcdef12345678)</li>\n</ul>\n<h4 id=\"use-cases\"><strong>Use Cases:</strong></h4>\n<ul>\n<li><p>Research specific token's complete exchange presence</p>\n</li>\n<li><p>Compare trading conditions and URLs across different platforms</p>\n</li>\n<li><p>Monitor token expansion to new exchanges over time</p>\n</li>\n<li><p>Analyze cross-exchange arbitrage opportunities</p>\n</li>\n<li><p>Track token's accessibility across different markets and regions</p>\n</li>\n<li><p>Due diligence research for specific projects</p>\n</li>\n</ul>\n<h4 id=\"perfect-for\"><strong>Perfect For:</strong></h4>\n<ul>\n<li><p>Token research and analysis</p>\n</li>\n<li><p>Portfolio tracking specific holdings</p>\n</li>\n<li><p>Competitive analysis of similar projects</p>\n</li>\n<li><p>Exchange listing strategy research</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v5","cexlistings"],"host":["api","listingspy","net"],"query":[{"description":{"content":"<p>Token contract address</p>\n","type":"text/plain"},"key":"contract_address","value":"0x5d6cae0422a950dbd7918d1e74434a35156b3ba4"}],"variable":[]}},"response":[{"id":"b06e59c8-9050-43f7-a750-1eafd359970f","name":"CEX Listings - by contract address","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.listingspy.net/v5/cexlistings?contract_address=0x5d6cae0422a950dbd7918d1e74434a35156b3ba4","protocol":"https","host":["api","listingspy","net"],"path":["v5","cexlistings"],"query":[{"key":"contract_address","value":"0x5d6cae0422a950dbd7918d1e74434a35156b3ba4","description":"Token contract address"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"date","value":"Wed, 11 Jun 2025 07:10:39 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"x-powered-by","value":"Express"},{"key":"vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"https://listingspy.net"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"x-ratelimit-limit","value":"300"},{"key":"x-ratelimit-remaining","value":"297"},{"key":"cache-control","value":"private"},{"key":"x-do-orig-status","value":"200"},{"key":"cf-cache-status","value":"MISS"},{"key":"server","value":"cloudflare"},{"key":"content-encoding","value":"br"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"cex_token_id\": \"2741454\",\n        \"date_found\": \"2025-03-28T00:00:00.000Z\",\n        \"start_trade_date\": \"2025-03-10T12:00:00.000Z\",\n        \"token_name\": \"Navigate\",\n        \"token_symbol\": \"NVG8\",\n        \"contract_address\": \"0x5d6cae0422a950dbd7918d1e74434a35156b3ba4\",\n        \"blockchain_name\": \"Base\",\n        \"project_page_url\": \"https://listingspy.net/crypto/navigate-2/\",\n        \"links\": {\n            \"website\": \"https://nvg8.io\",\n            \"twitter\": \"https://twitter.com/navigate_ai\",\n            \"telegram_channel\": null,\n            \"telegram_group\": \"https://t.me/navigatedatasurfers\",\n            \"discord\": \"https://discord.gg/nvg8\"\n        },\n        \"exchange_name\": \"Gate.io\",\n        \"trade_url\": \"https://www.gate.io/trade/NVG8_USDT?ref=XwVFB1lX&amp;ref_type=106\",\n        \"exchange_id\": \"2465604\",\n        \"exchange_website\": \"https://www.gate.io\",\n        \"exchange_twitter\": \"https://twitter.com/gate_io\",\n        \"exchange_telegram\": \"https://t.me/gateio_english_news\",\n        \"tracker_listings\": [\n            {\n                \"tracker_name\": \"cg\",\n                \"tracker_id\": 12234,\n                \"tracker_url\": \"https://www.coingecko.com/en/coins/navigate\"\n            }\n        ],\n        \"cex_listings\": [\n            {\n                \"exchange_id\": 2465622,\n                \"exchange_name\": \"Kucoin\",\n                \"trade_url\": \"https://kucoin.com/trade/NVG8-USDT?rcode=2Qw8H\"\n            }\n        ]\n    },\n    {\n        \"cex_token_id\": \"2741495\",\n        \"date_found\": \"2025-03-28T00:00:00.000Z\",\n        \"start_trade_date\": \"2025-03-10T12:00:00.000Z\",\n        \"token_name\": \"Navigate\",\n        \"token_symbol\": \"NVG8\",\n        \"contract_address\": \"0x5d6cae0422a950dbd7918d1e74434a35156b3ba4\",\n        \"blockchain_name\": \"Base\",\n        \"project_page_url\": \"https://listingspy.net/crypto/navigate-2/\",\n        \"links\": {\n            \"website\": \"https://nvg8.io\",\n            \"twitter\": \"https://twitter.com/navigate_ai\",\n            \"telegram_channel\": null,\n            \"telegram_group\": \"https://t.me/navigatedatasurfers\",\n            \"discord\": \"https://discord.gg/nvg8\"\n        },\n        \"exchange_name\": \"Kucoin\",\n        \"trade_url\": \"https://kucoin.com/trade/NVG8-USDT?rcode=2Qw8H\",\n        \"exchange_id\": \"2465622\",\n        \"exchange_website\": \"https://trade.kucoin.com\",\n        \"exchange_twitter\": \"https://twitter.com/KuCoinCom\",\n        \"exchange_telegram\": \"https://t.me/Kucoin_News\",\n        \"tracker_listings\": [\n            {\n                \"tracker_name\": \"cg\",\n                \"tracker_id\": 12234,\n                \"tracker_url\": \"https://www.coingecko.com/en/coins/navigate\"\n            }\n        ],\n        \"cex_listings\": [\n            {\n                \"exchange_id\": 2465604,\n                \"exchange_name\": \"Gate.io\",\n                \"trade_url\": \"https://www.gate.io/trade/NVG8_USDT?ref=XwVFB1lX&amp;ref_type=106\"\n            }\n        ]\n    }\n]"}],"_postman_id":"f1dc17ae-44ea-4e33-bacb-d094f24200b9"},{"name":"CEX Listings - by Exchange","event":[{"listen":"test","script":{"id":"4b2e39b1-aecc-4121-bdad-66619b372a4e","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"cedf02c8-c43a-47e7-8d02-e590eadbf66c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.listingspy.net/v5/cexlistings-by-cex?exchange_id=2465604","description":"<p>This GET query will return the data of token listings (including upcoming listings) on a specific <a href=\"https://listingspy.net/exchanges/\">supported centralized exchange</a> with full pagination and date filtering capabilities.</p>\n<h4 id=\"enhanced-from-original\"><strong>Enhanced from Original:</strong></h4>\n<ul>\n<li><p><strong>Exchange-specific Analysis</strong>: Focus exclusively on one exchange's listing activity with complete historical access</p>\n</li>\n<li><p><strong>Advanced Pagination</strong>: Navigate through thousands of historical listings with 100 tokens per page</p>\n</li>\n<li><p><strong>Date Intelligence</strong>: Filter listings by specific trading start dates for trend analysis</p>\n</li>\n<li><p><strong>Cross-reference Data</strong>: See if tokens are simultaneously listed on other exchanges</p>\n</li>\n<li><p><strong>Historical Depth</strong>: Access complete listing history for strategic exchange analysis</p>\n</li>\n<li><p><strong>Real-time Monitoring</strong>: Data updated every 5 minutes for current market intelligence</p>\n</li>\n</ul>\n<h4 id=\"parameters\"><strong>Parameters:</strong></h4>\n<ul>\n<li><p><code>exchange_id</code> (required): Use the internal ID of the exchange from the supported exchanges table (e.g., Binance: 2465295, Gate.io: 2465604)</p>\n</li>\n<li><p><code>page</code> (optional): Navigate through historical data starting from page 1</p>\n</li>\n<li><p><code>start_trade_date</code> (optional): Filter by specific trading start date (YYYY-MM-DD format)</p>\n</li>\n</ul>\n<h4 id=\"use-cases\"><strong>Use Cases:</strong></h4>\n<ul>\n<li><p>Monitor specific exchange's listing activity and patterns</p>\n</li>\n<li><p>Analyze exchange listing strategies and timing preferences</p>\n</li>\n<li><p>Compare different exchanges' project selection criteria</p>\n</li>\n<li><p>Track new project launches on preferred trading platforms</p>\n</li>\n<li><p>Research exchange-specific token performance and volume</p>\n</li>\n<li><p>Build exchange-specific trading alerts and notifications</p>\n</li>\n</ul>\n<h4 id=\"strategic-applications\"><strong>Strategic Applications:</strong></h4>\n<ul>\n<li><p>Exchange partnership research</p>\n</li>\n<li><p>Listing prediction and timing analysis</p>\n</li>\n<li><p>Platform-specific investment strategies</p>\n</li>\n<li><p>Competitive exchange analysis</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"supported-exchange-coverage\"><strong>Supported Exchange Coverage:</strong></h3>\n<p>50+ major centralized exchanges including Binance, Coinbase, Kraken, Gate.io, OKX, Bybit, KuCoin, MEXC, and many others. Complete list with IDs available in documentation.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th>exchange_id (LS)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AscendEX</td>\n<td>2465283</td>\n</tr>\n<tr>\n<td>Bibox</td>\n<td>2465285</td>\n</tr>\n<tr>\n<td>Biconomy</td>\n<td>2465293</td>\n</tr>\n<tr>\n<td>Binance</td>\n<td>2465295</td>\n</tr>\n<tr>\n<td>Binance Futures</td>\n<td>2465406</td>\n</tr>\n<tr>\n<td>Binance US</td>\n<td>2465408</td>\n</tr>\n<tr>\n<td>Bitfinex</td>\n<td>2465410</td>\n</tr>\n<tr>\n<td>bitFlyer</td>\n<td>2465566</td>\n</tr>\n<tr>\n<td>Bitget</td>\n<td>2465570</td>\n</tr>\n<tr>\n<td>Bithumb</td>\n<td>2465572</td>\n</tr>\n<tr>\n<td>Bitkub</td>\n<td>2465574</td>\n</tr>\n<tr>\n<td>BitMart</td>\n<td>2465576</td>\n</tr>\n<tr>\n<td>BitMEX</td>\n<td>2465578</td>\n</tr>\n<tr>\n<td>Bitrue</td>\n<td>2465580</td>\n</tr>\n<tr>\n<td>Bitstamp</td>\n<td>2465582</td>\n</tr>\n<tr>\n<td>Bitvavo</td>\n<td>2465584</td>\n</tr>\n<tr>\n<td>Bybit</td>\n<td>2465586</td>\n</tr>\n<tr>\n<td>Bybit Futures</td>\n<td>2465588</td>\n</tr>\n<tr>\n<td>Coinbase</td>\n<td>2465590</td>\n</tr>\n<tr>\n<td>Coinbase Pro</td>\n<td>2465592</td>\n</tr>\n<tr>\n<td>CoinEx</td>\n<td>2465594</td>\n</tr>\n<tr>\n<td>CoinSpot</td>\n<td>2465596</td>\n</tr>\n<tr>\n<td>Coinstore</td>\n<td>2465598</td>\n</tr>\n<tr>\n<td>Crypto.com</td>\n<td>2465600</td>\n</tr>\n<tr>\n<td>DigiFinex</td>\n<td>2465602</td>\n</tr>\n<tr>\n<td>Gate.io</td>\n<td>2465604</td>\n</tr>\n<tr>\n<td>Gemini</td>\n<td>2465606</td>\n</tr>\n<tr>\n<td>HitBTC</td>\n<td>2465609</td>\n</tr>\n<tr>\n<td>HTX</td>\n<td>2465611</td>\n</tr>\n<tr>\n<td>Indodax</td>\n<td>2465613</td>\n</tr>\n<tr>\n<td>Kraken</td>\n<td>2465615</td>\n</tr>\n<tr>\n<td>Kraken Futures</td>\n<td>2465620</td>\n</tr>\n<tr>\n<td>Kucoin</td>\n<td>2465622</td>\n</tr>\n<tr>\n<td>LBank</td>\n<td>2465624</td>\n</tr>\n<tr>\n<td>MEXC</td>\n<td>2465628</td>\n</tr>\n<tr>\n<td>OKX</td>\n<td>2465630</td>\n</tr>\n<tr>\n<td>OKX Futures</td>\n<td>2465632</td>\n</tr>\n<tr>\n<td>P2B</td>\n<td>2465634</td>\n</tr>\n<tr>\n<td>Phemex</td>\n<td>2465636</td>\n</tr>\n<tr>\n<td>Poloniex</td>\n<td>2465638</td>\n</tr>\n<tr>\n<td>Robinhood</td>\n<td>2465640</td>\n</tr>\n<tr>\n<td>Tokpie</td>\n<td>2465642</td>\n</tr>\n<tr>\n<td>Upbit</td>\n<td>2465644</td>\n</tr>\n<tr>\n<td>Uphold</td>\n<td>2465646</td>\n</tr>\n<tr>\n<td>WazirX</td>\n<td>2465648</td>\n</tr>\n<tr>\n<td>WhiteBIT</td>\n<td>2465650</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v5","cexlistings-by-cex"],"host":["api","listingspy","net"],"query":[{"description":{"content":"<p>ListingSpy Exchange ID</p>\n","type":"text/plain"},"key":"exchange_id","value":"2465604"}],"variable":[]}},"response":[{"id":"a8ab38e5-151f-4787-af63-4c6cced5a64e","name":"CEX Listings - by Exchange","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.listingspy.net/v5/cexlistings-by-cex?exchange_id=2465604","protocol":"https","host":["api","listingspy","net"],"path":["v5","cexlistings-by-cex"],"query":[{"key":"exchange_id","value":"2465604","description":"ListingSpy Exchange ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"date","value":"Wed, 11 Jun 2025 07:13:04 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"x-powered-by","value":"Express"},{"key":"vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"https://listingspy.net"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"x-ratelimit-limit","value":"300"},{"key":"x-ratelimit-remaining","value":"295"},{"key":"cache-control","value":"private"},{"key":"x-do-orig-status","value":"200"},{"key":"cf-cache-status","value":"MISS"},{"key":"server","value":"cloudflare"},{"key":"content-encoding","value":"br"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"current_page\": 1,\n        \"total_pages\": 5,\n        \"total_records\": 486,\n        \"per_page\": 100,\n        \"has_next\": true,\n        \"has_prev\": false\n    },\n    \"data\": [\n        {\n            \"cex_token_id\": \"2829427\",\n            \"date_found\": \"2025-06-09T00:00:00.000Z\",\n            \"start_trade_date\": \"2025-06-09T10:00:00.000Z\",\n            \"token_name\": \"Skate\",\n            \"token_symbol\": \"SKATE\",\n            \"contract_address\": \"0x61DBbBb552dc893ab3aAd09F289f811E67cEf285\",\n            \"blockchain_name\": \"Ethereum\",\n            \"project_page_url\": \"https://listingspy.net/crypto/skate/\",\n            \"links\": {\n                \"website\": \"https://www.skatechain.org/\",\n                \"twitter\": \"https://twitter.com/skate_chain\",\n                \"telegram_channel\": null,\n                \"telegram_group\": \"https://t.me/skate_app\",\n                \"discord\": null\n            },\n            \"exchange_name\": \"Gate.io\",\n            \"trade_url\": \"https://www.gate.io/trade/SKATE_USDT?ref=XwVFB1lX&ref_type=106\",\n            \"exchange_id\": \"2465604\",\n            \"exchange_website\": \"https://www.gate.io\",\n            \"exchange_twitter\": \"https://twitter.com/gate_io\",\n            \"exchange_telegram\": \"https://t.me/gateio_english_news\",\n            \"tracker_listings\": [\n                {\n                    \"tracker_name\": \"cg\",\n                    \"tracker_id\": 15980,\n                    \"tracker_url\": \"https://www.coingecko.com/en/coins/skate\"\n                }\n            ],\n            \"cex_listings\": [\n                {\n                    \"exchange_id\": 2465628,\n                    \"exchange_name\": \"MEXC\",\n                    \"trade_url\": \"https://www.mexc.com/exchange/SKATE_USDT?inviteCode=1rGu6\"\n                },\n                {\n                    \"exchange_id\": 2465586,\n                    \"exchange_name\": \"Bybit\",\n                    \"trade_url\": \"https://www.bybit.com/en/trade/spot/SIGN/USDT?affiliate_id=19137\"\n                },\n                {\n                    \"exchange_id\": 2465406,\n                    \"exchange_name\": \"Binance Futures\",\n                    \"trade_url\": \"https://www.binance.com/futures/SKATEUSDT?ref=48343228\"\n                },\n                {\n                    \"exchange_id\": 2465622,\n                    \"exchange_name\": \"Kucoin\",\n                    \"trade_url\": \"https://kucoin.com/trade/SKATE-USDT?rcode=2Qw8H\"\n                },\n                {\n                    \"exchange_id\": 2465570,\n                    \"exchange_name\": \"Bitget\",\n                    \"trade_url\": \"https://bitget.com/spot/SKATEUSDT?clacCode=358S36CR\"\n                },\n                {\n                    \"exchange_id\": 2465636,\n                    \"exchange_name\": \"Phemex\",\n                    \"trade_url\": \"https://phemex.com/spot/trade/SKATEUSDT?referralCode=F3PAX5\"\n                },\n                {\n                    \"exchange_id\": 2465628,\n                    \"exchange_name\": \"MEXC\",\n                    \"trade_url\": \"https://www.mexc.com/exchange/skate_USDT?inviteCode=1rGu6\"\n                },\n                {\n                    \"exchange_id\": 2465576,\n                    \"exchange_name\": \"BitMart\",\n                    \"trade_url\": \"https://www.bitmart.com/trade?symbol=SKATE_USDT&r=VDSU6k\"\n                },\n                {\n                    \"exchange_id\": 2465588,\n                    \"exchange_name\": \"Bybit Futures\",\n                    \"trade_url\": \"https://www.bybit.com/trade/usdt/SKATEUSDT?affiliate_id=19137\"\n                },\n                {\n                    \"exchange_id\": 2465624,\n                    \"exchange_name\": \"LBank\",\n                    \"trade_url\": \"https://www.lbank.com/trade/skate_usdt?icode=3GQXT\"\n                }\n            ]\n        },\n        {\n            \"cex_token_id\": \"2831955\",\n            \"date_found\": \"2025-06-08T00:00:00.000Z\",\n            \"start_trade_date\": \"2025-06-10T11:00:00.000Z\",\n            \"token_name\": \"Calcify Tech\",\n            \"token_symbol\": \"CALCIFY\",\n            \"contract_address\": \"0x019029665a6e73ef98e1970f8a5434b3de38d41c\",\n            \"blockchain_name\": \"Base\",\n            \"project_page_url\": \"https://listingspy.net/crypto/calcify-tech\",\n            \"links\": {\n                \"website\": \"https://calcifytech.cc/\",\n                \"twitter\": \"https://x.com/CalcifyTech\",\n                \"telegram_channel\": \"https://t.me/CalcifyTech\",\n                \"telegram_group\": \"https://t.me/CalcifyTech\",\n                \"discord\": null\n            },\n            \"exchange_name\": \"Gate.io\",\n            \"trade_url\": \"https://www.gate.io/trade/CALCIFY_USDT?ref=XwVFB1lX&ref_type=106\",\n            \"exchange_id\": \"2465604\",\n            \"exchange_website\": \"https://www.gate.io\",\n            \"exchange_twitter\": \"https://twitter.com/gate_io\",\n            \"exchange_telegram\": \"https://t.me/gateio_english_news\",\n            \"tracker_listings\": [],\n            \"cex_listings\": [\n                {\n                    \"exchange_id\": 2465628,\n                    \"exchange_name\": \"MEXC\",\n                    \"trade_url\": \"https://www.mexc.com/exchange/CALCIFY_USDT?inviteCode=1rGu6\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"cedf02c8-c43a-47e7-8d02-e590eadbf66c"},{"name":"Token Calls","event":[{"listen":"test","script":{"id":"4b2e39b1-aecc-4121-bdad-66619b372a4e","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"fb9e1558-38ad-4c40-aa26-08731084f441","exec":[""],"type":"text/javascript","packages":{}}}],"id":"edaaa8f3-9098-465d-ba90-2d0c7e1f4482","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.listingspy.net/v5/new-calls","description":"<p>This GET query will return the data of the last 100 tokens from the callers, including a list of all calls for each token.</p>\n<ul>\n<li>The data is updated every minute.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v5","new-calls"],"host":["api","listingspy","net"],"query":[],"variable":[]}},"response":[{"id":"16fc1544-ad97-442c-ba05-e172ddf1da0e","name":"Calls","originalRequest":{"method":"GET","header":[],"url":"https://api.listingspy.net/v5/new-calls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"date","value":"Wed, 26 Mar 2025 10:49:02 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Origin, Accept-Encoding"},{"key":"x-do-orig-status","value":"200"},{"key":"cf-cache-status","value":"MISS"},{"key":"server","value":"cloudflare"},{"key":"content-encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"token_id\": \"49910\",\n        \"date_found\": \"2025-03-25T16:09:38.602Z\",\n        \"last_updated\": \"2025-03-25T18:48:00.371Z\",\n        \"token_name\": \"BrainOS\",\n        \"token_symbol\": \"brain\",\n        \"quote_token_symbol\": \"SOL\",\n        \"project_page_url\": \"https://listingspy.net/crypto/brainos/\",\n        \"contract_address\": \"BRj4xBGXumdBAqorfjaCada3vb43LC8aYR4XbThopump\",\n        \"pair_address\": \"By3bp8CJGRTBzkY4EpWpQoE2YDTGus7SJPW482meGMfY\",\n        \"date_pair_creation\": \"2025-03-25T15:43:27.000Z\",\n        \"exchange_name\": \"Meteora\",\n        \"dex_version\": \"dlmm\",\n        \"blockchain_name\": \"Solana\",\n        \"first_caller\": \"jacob1_community\",\n        \"first_caller_url\": \"https://t.me/jacob1_community/1668\",\n        \"calls_count\": 6,\n        \"last_call_date\": \"2025-03-25T18:07:25.075Z\",\n        \"liquidity_usd\": \"9706.16\",\n        \"liquidity_usd_initial\": \"76818.21\",\n        \"marketcap_usd\": \"413400\",\n        \"marketcap_usd_initial\": \"2375061\",\n        \"price_usd\": \"0.000413400000000000000000000000\",\n        \"price_usd_initial\": \"0.002375000000000000000000000000\",\n        \"price_usd_min\": \"0.000413400000000000000000000000\",\n        \"price_usd_min_date\": \"2025-03-25T18:48:00.324Z\",\n        \"price_usd_max\": \"0.003044000000000000000000000000\",\n        \"price_usd_max_date\": \"2025-03-25T16:11:31.932Z\",\n        \"price_change_24h\": \"-42.56\",\n        \"volume_usd_24h\": \"332147.69\",\n        \"transactions_buys_24h\": 951,\n        \"transactions_sells_24h\": 856,\n        \"buy_tax\": \"0.00\",\n        \"sell_tax\": \"0.00\",\n        \"transfer_tax\": \"0.00\",\n        \"status_token\": \"Bad\",\n        \"scam_patterns\": \"Liquidity has dropped a lot\",\n        \"last_scam_check_date\": \"2025-03-25T18:44:04.479Z\",\n        \"total_supply\": \"1000000000\",\n        \"bundle\": \"0.00\",\n        \"bundle_initial\": \"4.32\",\n        \"links\": {\n            \"website\": \"https://brainos.tech\",\n            \"twitter\": \"https://x.com/brainostech\",\n            \"telegram_channel\": null,\n            \"telegram_group\": \"https://t.me/brainostech\",\n            \"discord\": null\n        },\n        \"tracker_listings\": [],\n        \"call_history\": [\n            {\n                \"date_call\": \"2025-03-25T16:09:38.602\",\n                \"caller\": \"jacob1_community\",\n                \"caller_source\": \"tg\",\n                \"call_url\": \"https://t.me/jacob1_community/1668\",\n                \"first_call\": true,\n                \"price_usd_call\": 0.002375,\n                \"liquidity_usd_call\": 76818.21,\n                \"marketcap_usd_call\": 2375061\n            },\n            {\n                \"date_call\": \"2025-03-25T16:12:47.545\",\n                \"caller\": \"gemsmineeth\",\n                \"caller_source\": \"tg\",\n                \"call_url\": \"https://t.me/GemsmineEth/10398\",\n                \"first_call\": false,\n                \"price_usd_call\": 0.002686,\n                \"liquidity_usd_call\": 78575.78,\n                \"marketcap_usd_call\": 2686793\n            },\n            {\n                \"date_call\": \"2025-03-25T17:59:39.027\",\n                \"caller\": \"buythedipcall\",\n                \"caller_source\": \"tg\",\n                \"call_url\": \"https://t.me/buythedipcall/42742\",\n                \"first_call\": false,\n                \"price_usd_call\": 0.001274,\n                \"liquidity_usd_call\": 31109.33,\n                \"marketcap_usd_call\": 1274438\n            },\n            {\n                \"date_call\": \"2025-03-25T17:59:56.104\",\n                \"caller\": \"crocodilecall\",\n                \"caller_source\": \"tg\",\n                \"call_url\": \"https://t.me/CrocodileCall/42457\",\n                \"first_call\": false,\n                \"price_usd_call\": 0.001339,\n                \"liquidity_usd_call\": 31439.34,\n                \"marketcap_usd_call\": 1339510\n            },\n            {\n                \"date_call\": \"2025-03-25T18:02:58.518\",\n                \"caller\": \"aliensgamble\",\n                \"caller_source\": \"tg\",\n                \"call_url\": \"https://t.me/aliensgamble/3312\",\n                \"first_call\": false,\n                \"price_usd_call\": 0.001561,\n                \"liquidity_usd_call\": 31664.59,\n                \"marketcap_usd_call\": 1561258\n            },\n            {\n                \"date_call\": \"2025-03-25T18:07:25.075\",\n                \"caller\": \"thanos_mind\",\n                \"caller_source\": \"tg\",\n                \"call_url\": \"https://t.me/thanos_mind/712\",\n                \"first_call\": false,\n                \"price_usd_call\": 0.001608,\n                \"liquidity_usd_call\": 31180.26,\n                \"marketcap_usd_call\": 1608646\n            }\n        ]\n    },\n    {\n        \"token_id\": \"49901\",\n        \"date_found\": \"2025-03-25T15:31:56.893Z\",\n        \"last_updated\": \"2025-03-26T01:26:34.697Z\",\n        \"token_name\": \"BSC GAME\",\n        \"token_symbol\": \"BSCGAME\",\n        \"quote_token_symbol\": \"WBNB\",\n        \"project_page_url\": \"https://listingspy.net/crypto/bsc-game/\",\n        \"contract_address\": \"0xEf2539318CF4012736242C80265De306c34E2AEa\",\n        \"pair_address\": \"0x1DD7ce2672FBD92E9469De51E5B0DEbeB52d8a04\",\n        \"date_pair_creation\": \"2025-03-25T14:03:56.000Z\",\n        \"exchange_name\": \"PancakeSwap\",\n        \"dex_version\": \"v3\",\n        \"blockchain_name\": \"BSC\",\n        \"first_caller\": \"moonvaultsignals\",\n        \"first_caller_url\": \"https://t.me/MoonVaultSignals/2624\",\n        \"calls_count\": 2,\n        \"last_call_date\": \"2025-03-25T17:07:56.525Z\",\n        \"liquidity_usd\": \"20896.32\",\n        \"liquidity_usd_initial\": \"50476.5\",\n        \"marketcap_usd\": \"30330\",\n        \"marketcap_usd_initial\": \"204552\",\n        \"price_usd\": \"0.000030330000000000000000000000\",\n        \"price_usd_initial\": \"0.000204500000000000000000000000\",\n        \"price_usd_min\": \"0.000030330000000000000000000000\",\n        \"price_usd_min_date\": \"2025-03-26T01:26:34.317Z\",\n        \"price_usd_max\": \"0.000384300000000000000000000000\",\n        \"price_usd_max_date\": \"2025-03-25T23:59:23.737Z\",\n        \"price_change_24h\": \"-63.67\",\n        \"volume_usd_24h\": \"1797919.25\",\n        \"transactions_buys_24h\": 7462,\n        \"transactions_sells_24h\": 5904,\n        \"buy_tax\": \"0.00\",\n        \"sell_tax\": \"0.00\",\n        \"transfer_tax\": \"0.00\",\n        \"status_token\": \"Bad\",\n        \"scam_patterns\": \"The price dropped a lot. Insiders sold.\",\n        \"last_scam_check_date\": \"2025-03-26T01:22:01.559Z\",\n        \"total_supply\": \"1000000000\",\n        \"bundle\": \"0.00\",\n        \"bundle_initial\": null,\n        \"links\": {\n            \"website\": \"https://bscgame.meme/\",\n            \"twitter\": \"https://x.com/bscgame_meme\",\n            \"telegram_channel\": null,\n            \"telegram_group\": \"https://t.me/BscGame_meme\",\n            \"discord\": null\n        },\n        \"tracker_listings\": [],\n        \"call_history\": [\n            {\n                \"date_call\": \"2025-03-25T15:31:56.893\",\n                \"caller\": \"moonvaultsignals\",\n                \"caller_source\": \"tg\",\n                \"call_url\": \"https://t.me/MoonVaultSignals/2624\",\n                \"first_call\": true,\n                \"price_usd_call\": 0.0002045,\n                \"liquidity_usd_call\": 50476.5,\n                \"marketcap_usd_call\": 204552\n            },\n            {\n                \"date_call\": \"2025-03-25T17:07:56.525\",\n                \"caller\": \"bullish_calls_bsc\",\n                \"caller_source\": \"tg\",\n                \"call_url\": \"https://t.me/Bullish_Calls_BSC/612\",\n                \"first_call\": false,\n                \"price_usd_call\": 0.0003592,\n                \"liquidity_usd_call\": 68376.55,\n                \"marketcap_usd_call\": 359285\n            }\n        ]\n    }\n]"}],"_postman_id":"edaaa8f3-9098-465d-ba90-2d0c7e1f4482"},{"name":"Calls - by contract address","event":[{"listen":"test","script":{"id":"4b2e39b1-aecc-4121-bdad-66619b372a4e","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"fb9e1558-38ad-4c40-aa26-08731084f441","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e415ec91-8cf3-473d-a481-8ae399c204fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.listingspy.net/v5/calls?contract_address=BRj4xBGXumdBAqorfjaCada3vb43LC8aYR4XbThopump","description":"<p>This GET request will return the data of all calls from callers for the token based on its contract address.</p>\n<ul>\n<li>The data is updated every minute.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v5","calls"],"host":["api","listingspy","net"],"query":[{"description":{"content":"<p>Token contract address</p>\n","type":"text/plain"},"key":"contract_address","value":"BRj4xBGXumdBAqorfjaCada3vb43LC8aYR4XbThopump"}],"variable":[]}},"response":[{"id":"53d1562f-3f28-4baa-ad5b-4f66cec20552","name":"Token Calls - by contract address","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.listingspy.net/v5/calls?contract_address=BRj4xBGXumdBAqorfjaCada3vb43LC8aYR4XbThopump","protocol":"https","host":["api","listingspy","net"],"path":["v5","calls"],"query":[{"key":"contract_address","value":"BRj4xBGXumdBAqorfjaCada3vb43LC8aYR4XbThopump","description":"Token contract address"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"date","value":"Wed, 26 Mar 2025 10:52:42 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cache-control","value":"private"},{"key":"x-do-orig-status","value":"200"},{"key":"cf-cache-status","value":"MISS"},{"key":"server","value":"cloudflare"},{"key":"content-encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date_call\": \"2025-03-25T18:07:25.075Z\",\n        \"caller\": \"thanos_mind\",\n        \"caller_source\": \"tg\",\n        \"call_url\": \"https://t.me/thanos_mind/712\",\n        \"first_call\": false,\n        \"price_usd_call\": \"0.001608000000000000000000000000\",\n        \"liquidity_usd_call\": \"31180.26\",\n        \"marketcap_usd_call\": \"1608646\"\n    },\n    {\n        \"date_call\": \"2025-03-25T18:02:58.518Z\",\n        \"caller\": \"aliensgamble\",\n        \"caller_source\": \"tg\",\n        \"call_url\": \"https://t.me/aliensgamble/3312\",\n        \"first_call\": false,\n        \"price_usd_call\": \"0.001561000000000000000000000000\",\n        \"liquidity_usd_call\": \"31664.59\",\n        \"marketcap_usd_call\": \"1561258\"\n    },\n    {\n        \"date_call\": \"2025-03-25T17:59:56.104Z\",\n        \"caller\": \"crocodilecall\",\n        \"caller_source\": \"tg\",\n        \"call_url\": \"https://t.me/CrocodileCall/42457\",\n        \"first_call\": false,\n        \"price_usd_call\": \"0.001339000000000000000000000000\",\n        \"liquidity_usd_call\": \"31439.34\",\n        \"marketcap_usd_call\": \"1339510\"\n    },\n    {\n        \"date_call\": \"2025-03-25T17:59:39.027Z\",\n        \"caller\": \"buythedipcall\",\n        \"caller_source\": \"tg\",\n        \"call_url\": \"https://t.me/buythedipcall/42742\",\n        \"first_call\": false,\n        \"price_usd_call\": \"0.001274000000000000000000000000\",\n        \"liquidity_usd_call\": \"31109.33\",\n        \"marketcap_usd_call\": \"1274438\"\n    },\n    {\n        \"date_call\": \"2025-03-25T16:12:47.545Z\",\n        \"caller\": \"gemsmineeth\",\n        \"caller_source\": \"tg\",\n        \"call_url\": \"https://t.me/GemsmineEth/10398\",\n        \"first_call\": false,\n        \"price_usd_call\": \"0.002686000000000000000000000000\",\n        \"liquidity_usd_call\": \"78575.78\",\n        \"marketcap_usd_call\": \"2686793\"\n    },\n    {\n        \"date_call\": \"2025-03-25T16:09:38.602Z\",\n        \"caller\": \"jacob1_community\",\n        \"caller_source\": \"tg\",\n        \"call_url\": \"https://t.me/jacob1_community/1668\",\n        \"first_call\": true,\n        \"price_usd_call\": \"0.002375000000000000000000000000\",\n        \"liquidity_usd_call\": \"76818.21\",\n        \"marketcap_usd_call\": \"2375061\"\n    }\n]"}],"_postman_id":"e415ec91-8cf3-473d-a481-8ae399c204fa"},{"name":"Caller stats","event":[{"listen":"test","script":{"id":"4b2e39b1-aecc-4121-bdad-66619b372a4e","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"fb9e1558-38ad-4c40-aa26-08731084f441","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1abd9891-47f8-4783-93b1-d03d7f874673","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.listingspy.net/v5/caller-stats","description":"<p>This GET query will return the <a href=\"https://listingspy.net/caller-stats/\">statistics of the callers</a> that we are tracking.</p>\n<ul>\n<li>The data is calculated every 30 minutes.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v5","caller-stats"],"host":["api","listingspy","net"],"query":[],"variable":[]}},"response":[{"id":"fd9f321b-3562-496d-bb6a-c2c65c21ecda","name":"Caller stats","originalRequest":{"method":"GET","header":[],"url":"https://api.listingspy.net/v5/caller-stats"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"date","value":"Wed, 26 Mar 2025 10:53:14 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"x-powered-by","value":"Express"},{"key":"cache-control","value":"private"},{"key":"x-do-orig-status","value":"200"},{"key":"cf-cache-status","value":"MISS"},{"key":"server","value":"cloudflare"},{"key":"content-encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"caller_slug\": \"fullofeth\",\n        \"date_found\": \"2024-10-19T05:59:38.046Z\",\n        \"last_updated\": \"2025-03-26T10:45:06.801Z\",\n        \"total_score\": 82,\n        \"caller_status\": null,\n        \"calls_from\": \"tg\",\n        \"website_url\": null,\n        \"twitter_url\": null,\n        \"telegram_channel_url\": \"https://t.me/fullofeth\",\n        \"telegram_group_url\": null,\n        \"discord_url\": null,\n        \"total_calls\": 55,\n        \"total_first_calls\": 9,\n        \"total_next_calls\": 46,\n        \"last_signal_date\": \"2025-03-25T12:57:51.376Z\",\n        \"last_signal_url\": \"https://t.me/FullofEth/13172\",\n        \"blockchains\": [\n            {\n                \"id\": 2451936,\n                \"name\": \"Ethereum\",\n                \"count\": 1\n            },\n            {\n                \"id\": 2451938,\n                \"name\": \"BSC\",\n                \"count\": 3\n            },\n            {\n                \"id\": 2451942,\n                \"name\": \"Solana\",\n                \"count\": 51\n            }\n        ],\n        \"status_good_percent\": \"7.27\",\n        \"status_sus_percent\": \"1.82\",\n        \"status_bad_percent\": \"36.36\",\n        \"status_unpopular_percent\": \"0.00\",\n        \"status_scam_percent\": \"54.55\",\n        \"max_growth_percent\": \"143553.71\",\n        \"avg_max_growth_percent\": \"11834.72\",\n        \"max_growth_call_percent\": \"162120.38\",\n        \"avg_max_growth_call_percent\": \"12701.65\",\n        \"avg_time_max_growth\": null,\n        \"avg_time_call_max_growth\": null,\n        \"avg_bundle_initial\": \"NaN\",\n        \"gain_x0\": 4,\n        \"gain_x0_percent\": \"16\",\n        \"gain_x1\": 21,\n        \"gain_x1_percent\": \"84\",\n        \"gain_x2\": 18,\n        \"gain_x2_percent\": \"72\",\n        \"gain_x3\": 13,\n        \"gain_x3_percent\": \"52\",\n        \"gain_x4\": 11,\n        \"gain_x4_percent\": \"44\",\n        \"gain_x5\": 8,\n        \"gain_x5_percent\": \"32\",\n        \"gain_x10\": 3,\n        \"gain_x10_percent\": \"12\",\n        \"gain_x20\": 3,\n        \"gain_x20_percent\": \"12\",\n        \"gain_x50\": 3,\n        \"gain_x50_percent\": \"12\",\n        \"gain_x100\": 2,\n        \"gain_x100_percent\": \"8\",\n        \"gain_x200\": 2,\n        \"gain_x200_percent\": \"8\",\n        \"gain_x500\": 2,\n        \"gain_x500_percent\": \"8\",\n        \"gain_x1000\": 2,\n        \"gain_x1000_percent\": \"8\",\n        \"gain_x5000\": 0,\n        \"gain_x5000_percent\": \"0\",\n        \"gain_x10000\": 0,\n        \"gain_x10000_percent\": \"0\",\n        \"gain_x50000\": 0,\n        \"gain_x50000_percent\": \"0\",\n        \"max_success_streak\": 9,\n        \"max_fail_streak\": 14,\n        \"current_streak\": -1,\n        \"streak_balance\": -11\n    },\n    {\n        \"caller_slug\": \"seaplays\",\n        \"date_found\": \"2024-09-20T17:55:19.773Z\",\n        \"last_updated\": \"2025-03-26T10:45:06.533Z\",\n        \"total_score\": 82,\n        \"caller_status\": null,\n        \"calls_from\": \"tg\",\n        \"website_url\": null,\n        \"twitter_url\": null,\n        \"telegram_channel_url\": \"https://t.me/seaplays\",\n        \"telegram_group_url\": null,\n        \"discord_url\": null,\n        \"total_calls\": 20,\n        \"total_first_calls\": 4,\n        \"total_next_calls\": 16,\n        \"last_signal_date\": \"2025-03-24T03:51:13.416Z\",\n        \"last_signal_url\": \"https://t.me/SEAPLAYS/9386\",\n        \"blockchains\": [\n            {\n                \"id\": 2451942,\n                \"name\": \"Solana\",\n                \"count\": 20\n            }\n        ],\n        \"status_good_percent\": \"0.00\",\n        \"status_sus_percent\": \"10.00\",\n        \"status_bad_percent\": \"45.00\",\n        \"status_unpopular_percent\": \"0.00\",\n        \"status_scam_percent\": \"45.00\",\n        \"max_growth_percent\": \"17342.53\",\n        \"avg_max_growth_percent\": \"3725.69\",\n        \"max_growth_call_percent\": \"7828.04\",\n        \"avg_max_growth_call_percent\": \"1491.03\",\n        \"avg_time_max_growth\": null,\n        \"avg_time_call_max_growth\": null,\n        \"avg_bundle_initial\": \"NaN\",\n        \"gain_x0\": 2,\n        \"gain_x0_percent\": \"18.18\",\n        \"gain_x1\": 9,\n        \"gain_x1_percent\": \"81.82\",\n        \"gain_x2\": 7,\n        \"gain_x2_percent\": \"63.64\",\n        \"gain_x3\": 5,\n        \"gain_x3_percent\": \"45.45\",\n        \"gain_x4\": 4,\n        \"gain_x4_percent\": \"36.36\",\n        \"gain_x5\": 4,\n        \"gain_x5_percent\": \"36.36\",\n        \"gain_x10\": 3,\n        \"gain_x10_percent\": \"27.27\",\n        \"gain_x20\": 2,\n        \"gain_x20_percent\": \"18.18\",\n        \"gain_x50\": 2,\n        \"gain_x50_percent\": \"18.18\",\n        \"gain_x100\": 0,\n        \"gain_x100_percent\": \"0\",\n        \"gain_x200\": 0,\n        \"gain_x200_percent\": \"0\",\n        \"gain_x500\": 0,\n        \"gain_x500_percent\": \"0\",\n        \"gain_x1000\": 0,\n        \"gain_x1000_percent\": \"0\",\n        \"gain_x5000\": 0,\n        \"gain_x5000_percent\": \"0\",\n        \"gain_x10000\": 0,\n        \"gain_x10000_percent\": \"0\",\n        \"gain_x50000\": 0,\n        \"gain_x50000_percent\": \"0\",\n        \"max_success_streak\": 4,\n        \"max_fail_streak\": 2,\n        \"current_streak\": 1,\n        \"streak_balance\": 4\n    }\n]"}],"_postman_id":"1abd9891-47f8-4783-93b1-d03d7f874673"}],"auth":{"type":"bearer","bearer":{"basicConfig":[]}},"event":[{"listen":"prerequest","script":{"id":"26fc0072-c8da-49fb-bfca-eca6b7f05137","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"aa2e19ab-8960-4f01-8b8c-f048aad9b0fd","type":"text/javascript","exec":[""]}}],"variable":[{"key":"id","value":"1"},{"key":"base_url","value":"https://postman-rest-api-learner.glitch.me/"}]}