{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"1b9e791c-2cab-43d9-93cd-258fb343887c","name":"ListingSpy API PRO","description":"#### **ListingSpy PRO API** Documentation **\\- v5.0.2**\n\n> The data in the API responses may be updated. \n  \n\nFollow the [API updates here](https://listingspy.net/api-pro/).\n\n---\n\n- 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.\n    \n- Pay attention to the date of the last data update `last_updated`, 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.\n    \n- We support only the most popular [blockchains](https://listingspy.net/blockchains/) and [exchanges](https://listingspy.net/exchanges/).\n    \n\n---\n\n**The limit of requests is 300 per minute for all endpoints.**\n\n---\n\n# Authorization\n\nFor **every** API v5 request, you must include this exact header:\n\n`Authorization: Bearer your_token_heretext`\n\n### **Important:**\n\n- Include the word \"Bearer\" followed by a space, then your token\n    \n- Do NOT include angle brackets `< >`\n    \n- Do NOT add quotes around the token\n    \n\n### Here are working examples:\n\n#### Using cURL:\n\n``` bash\ncurl -X GET \"https://api.listingspy.net/v5/new-cexlistings\" \\\n     -H \"Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...\"\n\n ```\n\n#### Using Postman:\n\n1. Go to **Headers** tab\n    \n2. Add header: `Authorization`\n    \n3. Add value: `Bearer your_token_here`\n    \n4. Send request\n    \n\n#### Using JavaScript:\n\n``` javascript\nfetch('https://api.listingspy.net/v5/new-cexlistings', {\n  headers: {\n    'Authorization': 'Bearer your_token_here'\n  }\n})\n\n ```\n\n#### Using Python:\n\n``` python\nimport requests\nresponse = requests.get(\n    'https://api.listingspy.net/v5/new-cexlistings',\n    headers={'Authorization': 'Bearer your_token_here'}\n)\n\n ```\n\n### Common Mistakes to Avoid:\n\n❌ **Wrong:** `Authorization: your_token_here`\n\n❌ **Wrong:** `Authorization: \"Bearer your_token_here\"`\n\n❌ **Wrong:** `Authorization: Bearer`\n\n✅ **Correct:** `Authorization: Bearer your_token_here`\n\n### Troubleshooting:\n\n**Error: \"Authorization header not found\"**\n\n- Make sure you're including the Authorization header in every request\n    \n\n**Error: \"Invalid token format\"**\n\n- Check that you're using exactly: `Bearer your_token_here`\n    \n- Ensure there's a space between \"Bearer\" and your token\n    \n\n**Error: \"Invalid token\" or \"Token expired\"**\n\n- Your token may have expired - contact us for a new one\n    \n- Double-check you copied the entire token correctly\n    \n\n**Error: \"Access denied to this endpoint\"**\n\n- Your token doesn't have permission for this specific endpoint\n    \n- Contact us to update your access permissions\n    \n\n### Token Security:\n\n- Never share your token publicly\n    \n- Don't include it in client-side code that others can see\n    \n- Store it securely in your application\n    \n- Contact us immediately if you think your token was compromised\n    \n\n### Need Help?\n\nIf you're still having trouble after following these steps, contact our support team with:\n\n- The exact error message you're receiving\n    \n- The endpoint you're trying to access\n    \n- A sample of your request (without the actual token)\n    \n\n---\n\n# Get API Token\n\nAPI access is provided through an individual token, which can be obtained by subscribing to the [Enterprise plan](https://listingspy.net/plans/).\n\n---\n\n# Supported Blockchains\n\n| Chain | Chain_id | blockchain_id (LS) |\n| --- | --- | --- |\n| [Arbitrum](https://listingspy.net/blockchains/arbitrum/) | 42161 | 2451948 |\n| [Avalanche](https://listingspy.net/blockchains/avalanche/) | 43114 | 2451944 |\n| [Base](https://listingspy.net/blockchains/base/) | 8453 | 2451940 |\n| [Bitcoin](https://listingspy.net/blockchains/bitcoin/) | btc | 2451956 |\n| [Blast](https://listingspy.net/blockchains/blast/) | 81457 | 2451958 |\n| [BSC](https://listingspy.net/blockchains/bsc/) | 56 | 2451938 |\n| [Ethereum](https://listingspy.net/blockchains/ethereum/) | 1 | 2451936 |\n| [ICP](https://listingspy.net/blockchains/icp/) | isp | 2451960 |\n| [Mantle](https://listingspy.net/blockchains/mantle/) | 5000 | 2451950 |\n| [Polygon](https://listingspy.net/blockchains/polygon/) | 137 | 2451946 |\n| [Solana](https://listingspy.net/blockchains/solana/) | sol | 2451942 |\n| [TON](https://listingspy.net/blockchains/ton/) | ton | 2451952 |\n| [Tron](https://listingspy.net/blockchains/tron/) | tron | 2451954 |\n| [Sui](https://listingspy.net/blockchains/sui/) | sui | 2579183 |\n\n---\n\n# Supported DEX\n\n| **Name** | exchange_id (LS) |\n| --- | --- |\n| [Uniswap](https://listingspy.net/exchanges/uniswap/) | 2451962 |\n| [PancakeSwap](https://listingspy.net/exchanges/pancakeswap/) | 2451964 |\n| [SushiSwap](https://listingspy.net/exchanges/sushiswap/) | 2451966 |\n| [QuickSwap](https://listingspy.net/exchanges/quickswap/) | 2451968 |\n| [Raydium](https://listingspy.net/exchanges/raydium/) | 2451970 |\n| [LFJ](https://listingspy.net/exchanges/lfj/) (Trader Joe) | 2451972 |\n| [Jupiter](https://listingspy.net/exchanges/jupiter/) | 2451974 |\n| [Orca](https://listingspy.net/exchanges/orca/) | 2451976 |\n| [Meteora](https://listingspy.net/exchanges/meteora/) | 2451978 |\n| [STON.fi](https://listingspy.net/exchanges/ston-fi/) | 2451980 |\n| [DeDust](https://listingspy.net/exchanges/dedust/) | 2451982 |\n| [Aerodrome](https://listingspy.net/exchanges/aerodrome/) | 2451984 |\n| [SunSwap](https://listingspy.net/exchanges/sunswap/) | 2544876 |\n| [Cetus](https://listingspy.net/exchanges/cetus/) | 2579278 |\n| [Turbos Finance](https://listingspy.net/exchanges/turbos-finance/) | 2579301 |\n| [BlueMove](https://listingspy.net/exchanges/bluemove/) | 2579311 |\n| [PumpSwap](https://listingspy.net/exchanges/pumpswap) | 2762173 |\n\n---\n\n# Supported CEX\n\n| **Name** | exchange_id (LS) |\n| --- | --- |\n| AscendEX | 2465283 |\n| Bibox | 2465285 |\n| Biconomy | 2465293 |\n| Binance | 2465295 |\n| Binance Futures | 2465406 |\n| Binance US | 2465408 |\n| Bitfinex | 2465410 |\n| bitFlyer | 2465566 |\n| Bitget | 2465570 |\n| Bithumb | 2465572 |\n| Bitkub | 2465574 |\n| BitMart | 2465576 |\n| BitMEX | 2465578 |\n| Bitrue | 2465580 |\n| Bitstamp | 2465582 |\n| Bitvavo | 2465584 |\n| Bybit | 2465586 |\n| Bybit Futures | 2465588 |\n| Coinbase | 2465590 |\n| Coinbase Pro | 2465592 |\n| CoinEx | 2465594 |\n| CoinSpot | 2465596 |\n| Coinstore | 2465598 |\n| Crypto.com | 2465600 |\n| DigiFinex | 2465602 |\n| Gate.io | 2465604 |\n| Gemini | 2465606 |\n| HitBTC | 2465609 |\n| HTX | 2465611 |\n| Indodax | 2465613 |\n| Kraken | 2465615 |\n| Kraken Futures | 2465620 |\n| Kucoin | 2465622 |\n| LBank | 2465624 |\n| MEXC | 2465628 |\n| OKX | 2465630 |\n| OKX Futures | 2465632 |\n| P2B | 2465634 |\n| Phemex | 2465636 |\n| Poloniex | 2465638 |\n| Robinhood | 2465640 |\n| Tokpie | 2465642 |\n| Upbit | 2465644 |\n| Uphold | 2465646 |\n| WazirX | 2465648 |\n| WhiteBIT | 2465650 |\n\n---\n\n# API Endpoints","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"28651345","team":5789455,"collectionId":"1b9e791c-2cab-43d9-93cd-258fb343887c","publishedId":"2sAYkKGxJ7","public":true,"publicUrl":"https://api-doc.listingspy.net","privateUrl":"https://go.postman.co/documentation/28651345-1b9e791c-2cab-43d9-93cd-258fb343887c","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":"Detailed documentation on the Crypto API from ListingSpy. Study the endpoints and their data."},{"name":"title","value":"ListingSpy API PRO Documentation"}],"appearance":{"default":"dark","themes":[{"name":"dark","logo":"https://content.pstmn.io/c5d39da8-69b2-4621-b266-4b4b23bcf27f/TGlzdGluZ1NweS5wbmc=","colors":{"top-bar":"212121","right-sidebar":"303030","highlight":"FF6C37"}},{"name":"light","logo":"https://content.pstmn.io/c5d39da8-69b2-4621-b266-4b4b23bcf27f/TGlzdGluZ1NweS5wbmc=","colors":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"}}]}},"version":"8.12.6","publishDate":"2025-03-26T11:08:30.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"ListingSpy API PRO Documentation","description":"Detailed documentation on the Crypto API from ListingSpy. Study the endpoints and their data."},"logos":{"logoLight":"https://content.pstmn.io/c5d39da8-69b2-4621-b266-4b4b23bcf27f/TGlzdGluZ1NweS5wbmc=","logoDark":"https://content.pstmn.io/c5d39da8-69b2-4621-b266-4b4b23bcf27f/TGlzdGluZ1NweS5wbmc="}},"statusCode":200},"environments":[],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/09b4928a355f8477ea78e5376ab581c1ee01cc7bf041d017b4fba9041a27cbdc","favicon":"https://listingspy.net/favicon.ico"},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"}],"canonicalUrl":"https://api-doc.listingspy.net/view/metadata/2sAYkKGxJ7"}