# Table of Contents - [Reference | DEX Screener - Docs](#reference-dex-screener-docs) - [API Terms & Conditions | DEX Screener - Docs](#api-terms-conditions-dex-screener-docs) - [Reference | DEX Screener - Docs](#reference-dex-screener-docs) --- # Reference | DEX Screener - Docs ### [](https://docs.dexscreener.com/api/reference#get-token-profiles-latest-v1) Get the latest token profiles (rate-limit 60 requests per minute) get https://api.dexscreener.com/token-profiles/latest/v1 Responses 200 Ok application/json Responseobject Show properties get /token-profiles/latest/v1 HTTP HTTPcURLJavaScriptPython Copy GET /token-profiles/latest/v1 HTTP/1.1 Host: api.dexscreener.com Accept: */* Test it 200 Ok Copy { "url": "https://example.com", "chainId": "text", "tokenAddress": "text", "icon": "https://example.com", "header": "https://example.com", "description": "text", "links": [\ {\ "type": "text",\ "label": "text",\ "url": "https://example.com"\ }\ ] } ### [](https://docs.dexscreener.com/api/reference#get-community-takeovers-latest-v1) Get the latest token community takeovers (rate-limit 60 requests per minute) get https://api.dexscreener.com/community-takeovers/latest/v1 Responses 200 Ok application/json Responseobject\[\] Show properties get /community-takeovers/latest/v1 HTTP HTTPcURLJavaScriptPython Copy GET /community-takeovers/latest/v1 HTTP/1.1 Host: api.dexscreener.com Accept: */* Test it 200 Ok Copy [\ {\ "url": "https://example.com",\ "chainId": "text",\ "tokenAddress": "text",\ "icon": "https://example.com",\ "header": "https://example.com",\ "description": "text",\ "links": [\ {\ "type": "text",\ "label": "text",\ "url": "https://example.com"\ }\ ],\ "claimDate": "2025-12-17T21:26:40.518Z"\ }\ ] ### [](https://docs.dexscreener.com/api/reference#get-a-ds-latest-v1) Get the latest ads (rate-limit 60 requests per minute) get https://api.dexscreener.com/ads/latest/v1 Responses 200 Ok application/json Responseobject\[\] Show properties get /ads/latest/v1 HTTP HTTPcURLJavaScriptPython Copy GET /ads/latest/v1 HTTP/1.1 Host: api.dexscreener.com Accept: */* Test it 200 Ok Copy [\ {\ "url": "https://example.com",\ "chainId": "text",\ "tokenAddress": "text",\ "date": "2025-12-17T21:26:40.518Z",\ "type": "text",\ "durationHours": 1,\ "impressions": 1\ }\ ] ### [](https://docs.dexscreener.com/api/reference#get-token-boosts-latest-v1) Get the latest boosted tokens (rate-limit 60 requests per minute) get https://api.dexscreener.com/token-boosts/latest/v1 Responses 200 Ok application/json Responseobject Show properties get /token-boosts/latest/v1 HTTP HTTPcURLJavaScriptPython Copy GET /token-boosts/latest/v1 HTTP/1.1 Host: api.dexscreener.com Accept: */* Test it 200 Ok Copy { "url": "https://example.com", "chainId": "text", "tokenAddress": "text", "amount": 1, "totalAmount": 1, "icon": "https://example.com", "header": "https://example.com", "description": "text", "links": [\ {\ "type": "text",\ "label": "text",\ "url": "https://example.com"\ }\ ] } ### [](https://docs.dexscreener.com/api/reference#get-token-boosts-top-v1) Get the tokens with most active boosts (rate-limit 60 requests per minute) get https://api.dexscreener.com/token-boosts/top/v1 Responses 200 Ok application/json Responseobject Show properties get /token-boosts/top/v1 HTTP HTTPcURLJavaScriptPython Copy GET /token-boosts/top/v1 HTTP/1.1 Host: api.dexscreener.com Accept: */* Test it 200 Ok Copy { "url": "https://example.com", "chainId": "text", "tokenAddress": "text", "amount": 1, "totalAmount": 1, "icon": "https://example.com", "header": "https://example.com", "description": "text", "links": [\ {\ "type": "text",\ "label": "text",\ "url": "https://example.com"\ }\ ] } ### [](https://docs.dexscreener.com/api/reference#get-orders-v1-chainid-tokenaddress) Check paid orders for a token (rate-limit 60 requests per minute) get https://api.dexscreener.com/orders/v1/{chainId}/{tokenAddress} Path parameters chainIdstringRequiredExample: `solana` tokenAddressstringRequiredExample: `A55XjvzRU4KtR3Lrys8PpLZQvPojPqvnv5bJVHMYy3Jv` Responses 200 Ok application/json Responseobject\[\] Show properties get /orders/v1/{chainId}/{tokenAddress} HTTP HTTPcURLJavaScriptPython Copy GET /orders/v1/{chainId}/{tokenAddress} HTTP/1.1 Host: api.dexscreener.com Accept: */* Test it 200 Ok Copy [\ {\ "type": "tokenProfile",\ "status": "processing",\ "paymentTimestamp": 1\ }\ ] ### [](https://docs.dexscreener.com/api/reference#get-latest-dex-pairs-chainid-pairid) Get one or multiple pairs by chain and pair address (rate-limit 300 requests per minute) get https://api.dexscreener.com/latest/dex/pairs/{chainId}/{pairId} Path parameters chainIdstringRequiredExample: `solana` pairIdstringRequiredExample: `JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN` Responses 200 Ok application/json Responseobject Show properties get /latest/dex/pairs/{chainId}/{pairId} HTTP HTTPcURLJavaScriptPython Copy GET /latest/dex/pairs/{chainId}/{pairId} HTTP/1.1 Host: api.dexscreener.com Accept: */* Test it 200 Ok Copy { "schemaVersion": "text", "pairs": [\ {\ "chainId": "text",\ "dexId": "text",\ "url": "https://example.com",\ "pairAddress": "text",\ "labels": [\ "text"\ ],\ "baseToken": {\ "address": "text",\ "name": "text",\ "symbol": "text"\ },\ "quoteToken": {\ "address": "text",\ "name": "text",\ "symbol": "text"\ },\ "priceNative": "text",\ "priceUsd": "text",\ "txns": {\ "ANY_ADDITIONAL_PROPERTY": {\ "buys": 1,\ "sells": 1\ }\ },\ "volume": {\ "ANY_ADDITIONAL_PROPERTY": 1\ },\ "priceChange": {\ "ANY_ADDITIONAL_PROPERTY": 1\ },\ "liquidity": {\ "usd": 1,\ "base": 1,\ "quote": 1\ },\ "fdv": 1,\ "marketCap": 1,\ "pairCreatedAt": 1,\ "info": {\ "imageUrl": "https://example.com",\ "websites": [\ {\ "url": "https://example.com"\ }\ ],\ "socials": [\ {\ "platform": "text",\ "handle": "text"\ }\ ]\ },\ "boosts": {\ "active": 1\ }\ }\ ] } ### [](https://docs.dexscreener.com/api/reference#get-latest-dex-search) Search for pairs matching query (rate-limit 300 requests per minute) get https://api.dexscreener.com/latest/dex/search Query parameters qstringRequiredExample: `SOL/USDC` Responses 200 Ok application/json Responseobject Show properties get /latest/dex/search HTTP HTTPcURLJavaScriptPython Copy GET /latest/dex/search?q=text HTTP/1.1 Host: api.dexscreener.com Accept: */* Test it 200 Ok Copy { "schemaVersion": "text", "pairs": [\ {\ "chainId": "text",\ "dexId": "text",\ "url": "https://example.com",\ "pairAddress": "text",\ "labels": [\ "text"\ ],\ "baseToken": {\ "address": "text",\ "name": "text",\ "symbol": "text"\ },\ "quoteToken": {\ "address": "text",\ "name": "text",\ "symbol": "text"\ },\ "priceNative": "text",\ "priceUsd": "text",\ "txns": {\ "ANY_ADDITIONAL_PROPERTY": {\ "buys": 1,\ "sells": 1\ }\ },\ "volume": {\ "ANY_ADDITIONAL_PROPERTY": 1\ },\ "priceChange": {\ "ANY_ADDITIONAL_PROPERTY": 1\ },\ "liquidity": {\ "usd": 1,\ "base": 1,\ "quote": 1\ },\ "fdv": 1,\ "marketCap": 1,\ "pairCreatedAt": 1,\ "info": {\ "imageUrl": "https://example.com",\ "websites": [\ {\ "url": "https://example.com"\ }\ ],\ "socials": [\ {\ "platform": "text",\ "handle": "text"\ }\ ]\ },\ "boosts": {\ "active": 1\ }\ }\ ] } ### [](https://docs.dexscreener.com/api/reference#get-token-pairs-v1-chainid-tokenaddress) Get the pools of a given token address (rate-limit 300 requests per minute) get https://api.dexscreener.com/token-pairs/v1/{chainId}/{tokenAddress} Path parameters chainIdstringRequiredExample: `solana` tokenAddressstringRequired A token addresses Example: `JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN` Responses 200 Ok application/json Responseobject\[\] Show properties get /token-pairs/v1/{chainId}/{tokenAddress} HTTP HTTPcURLJavaScriptPython Copy GET /token-pairs/v1/{chainId}/{tokenAddress} HTTP/1.1 Host: api.dexscreener.com Accept: */* Test it 200 Ok Copy [\ {\ "chainId": "text",\ "dexId": "text",\ "url": "https://example.com",\ "pairAddress": "text",\ "labels": [\ "text"\ ],\ "baseToken": {\ "address": "text",\ "name": "text",\ "symbol": "text"\ },\ "quoteToken": {\ "address": "text",\ "name": "text",\ "symbol": "text"\ },\ "priceNative": "text",\ "priceUsd": "text",\ "txns": {\ "ANY_ADDITIONAL_PROPERTY": {\ "buys": 1,\ "sells": 1\ }\ },\ "volume": {\ "ANY_ADDITIONAL_PROPERTY": 1\ },\ "priceChange": {\ "ANY_ADDITIONAL_PROPERTY": 1\ },\ "liquidity": {\ "usd": 1,\ "base": 1,\ "quote": 1\ },\ "fdv": 1,\ "marketCap": 1,\ "pairCreatedAt": 1,\ "info": {\ "imageUrl": "https://example.com",\ "websites": [\ {\ "url": "https://example.com"\ }\ ],\ "socials": [\ {\ "platform": "text",\ "handle": "text"\ }\ ]\ },\ "boosts": {\ "active": 1\ }\ }\ ] ### [](https://docs.dexscreener.com/api/reference#get-tokens-v1-chainid-tokenaddresses) Get one or multiple pairs by token address (rate-limit 300 requests per minute) get https://api.dexscreener.com/tokens/v1/{chainId}/{tokenAddresses} Path parameters chainIdstringRequiredExample: `solana` tokenAddressesstringRequired One or multiple, comma-separated token addresses (up to 30 addresses) Example: `So11111111111111111111111111111111111111112,EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v` Responses 200 Ok application/json Responseobject\[\] Show properties get /tokens/v1/{chainId}/{tokenAddresses} HTTP HTTPcURLJavaScriptPython Copy GET /tokens/v1/{chainId}/{tokenAddresses} HTTP/1.1 Host: api.dexscreener.com Accept: */* Test it 200 Ok Copy [\ {\ "chainId": "text",\ "dexId": "text",\ "url": "https://example.com",\ "pairAddress": "text",\ "labels": [\ "text"\ ],\ "baseToken": {\ "address": "text",\ "name": "text",\ "symbol": "text"\ },\ "quoteToken": {\ "address": "text",\ "name": "text",\ "symbol": "text"\ },\ "priceNative": "text",\ "priceUsd": "text",\ "txns": {\ "ANY_ADDITIONAL_PROPERTY": {\ "buys": 1,\ "sells": 1\ }\ },\ "volume": {\ "ANY_ADDITIONAL_PROPERTY": 1\ },\ "priceChange": {\ "ANY_ADDITIONAL_PROPERTY": 1\ },\ "liquidity": {\ "usd": 1,\ "base": 1,\ "quote": 1\ },\ "fdv": 1,\ "marketCap": 1,\ "pairCreatedAt": 1,\ "info": {\ "imageUrl": "https://example.com",\ "websites": [\ {\ "url": "https://example.com"\ }\ ],\ "socials": [\ {\ "platform": "text",\ "handle": "text"\ }\ ]\ },\ "boosts": {\ "active": 1\ }\ }\ ] Last updated 1 month ago --- # API Terms & Conditions | DEX Screener - Docs Last updated: August 18, 2023 [](https://docs.dexscreener.com/api/api-terms-and-conditions#api-terms-of-use-agreement) API Terms of Use Agreement ------------------------------------------------------------------------------------------------------------------------ This Terms of Use Agreement ("Agreement") is a legally binding contract between you ("You" or "User") and DEX Screener, Inc. a Delaware corporation ("DE", "Company", "We", "Us", or "Our"). It governs your access to and use of our Application Programming Interface (API), any accompanying or related documentation, source code, executable applications, and other materials provided by DEX Screener, Inc. (together \[API + all mentioned items\], the "API Services"). By accessing or using our API Services, you agree to be fully bound by the terms of this Agreement. If you are entering into this Agreement on behalf of a company or other entity, you represent that you are authorized to bind that entity to this agreement's terms. ### [](https://docs.dexscreener.com/api/api-terms-and-conditions#id-1.-scope-of-use) 1\. Scope of Use You are granted a limited, non-exclusive, non-transferable, non-assignable, and revocable license to use the API Services and any updates. Users cannot utilize the API Services to construct, enhance, or market a product or service whose primary purpose is to compete directly with DEX Screener’s product or the API Services itself. ### [](https://docs.dexscreener.com/api/api-terms-and-conditions#id-2.-resell-restrictions) 2\. Resell Restrictions You are prohibited from assigning, selling, marketing, licensing, or otherwise dealing in any way with the API Services for any unauthorized purpose, including but not limited to making the API Services, or any portion thereof, available for third parties. ### [](https://docs.dexscreener.com/api/api-terms-and-conditions#id-3.-licensing) 3\. Licensing The Company continues to own all right, title, interest, and copyright in and to the API Services. Users do not gain ownership of any technological or intellectual property rights in or to the API Services or the data obtained through it. ### [](https://docs.dexscreener.com/api/api-terms-and-conditions#id-4.-commercial-use) 4\. Commercial Use The API Services may be used for both non-commercial and commercial purposes, subject to the limitations set forth in this Agreement. Users have the option to choose between a free and paid version of the API Services, with the specifications, such as rate limiting and requests per second, detailed during the API Services checkout stage. ### [](https://docs.dexscreener.com/api/api-terms-and-conditions#id-5.-termination) 5\. Termination We reserve the right to suspend or terminate your access to the API Services and/or this Agreement, at our sole discretion, at any time, with or without notice, and without any liability to you. ### [](https://docs.dexscreener.com/api/api-terms-and-conditions#id-6.-service-changes-and-notifications) 6\. Service Changes and Notifications DEX Screener, Inc. is committed to providing transparency and advance notice regarding any significant changes to the API. Paying customers will receive notifications about any breaking changes at least 30 days before they are implemented. Similarly, customers with paid subscriptions who are using the API that is slated to be discontinued will be notified at least 3 months in advance. While DEX Screener, Inc. reserves the right to modify or discontinue the API without prior notice, our aim is to ensure our customers are informed and prepared for any alterations. ### [](https://docs.dexscreener.com/api/api-terms-and-conditions#id-7.-api-support-and-modifications) 7\. API Support and Modifications DEX Screener, Inc. offers support for the API on an as-is basis. It is important to note that while we strive to maintain consistent support, we retain the right to terminate or limit this support as needed. Your satisfaction and understanding are important to us, and we are dedicated to providing a seamless experience even amid any necessary changes. ### [](https://docs.dexscreener.com/api/api-terms-and-conditions#id-8.-amendments) 8\. Amendments We may modify this Agreement at any time, with such modified terms effective immediately upon posting. By continuing use of the API Services, you accept and agree to be bound by such modifications. ### [](https://docs.dexscreener.com/api/api-terms-and-conditions#id-9.-contact-information) 9\. Contact Information For any inquiries or notices required or permitted under this Agreement, please contact us: DEX Screener, Inc. 113 se 1st Ave #640, Miami, Florida 33131, United States of America Last updated 1 year ago This site uses cookies to deliver its service and to analyze traffic. By browsing this site, you accept the [privacy policy](https://policies.gitbook.com/privacy/cookies) . AcceptReject --- # Reference | DEX Screener - Docs ### [](https://docs.dexscreener.com/api#get-token-profiles-latest-v1) Get the latest token profiles (rate-limit 60 requests per minute) get https://api.dexscreener.com/token-profiles/latest/v1 Responses 200 Ok application/json Responseobject Show properties get /token-profiles/latest/v1 HTTP HTTPcURLJavaScriptPython Copy GET /token-profiles/latest/v1 HTTP/1.1 Host: api.dexscreener.com Accept: */* Test it 200 Ok Copy { "url": "https://example.com", "chainId": "text", "tokenAddress": "text", "icon": "https://example.com", "header": "https://example.com", "description": "text", "links": [\ {\ "type": "text",\ "label": "text",\ "url": "https://example.com"\ }\ ] } ### [](https://docs.dexscreener.com/api#get-community-takeovers-latest-v1) Get the latest token community takeovers (rate-limit 60 requests per minute) get https://api.dexscreener.com/community-takeovers/latest/v1 Responses 200 Ok application/json Responseobject\[\] Show properties get /community-takeovers/latest/v1 HTTP HTTPcURLJavaScriptPython Copy GET /community-takeovers/latest/v1 HTTP/1.1 Host: api.dexscreener.com Accept: */* Test it 200 Ok Copy [\ {\ "url": "https://example.com",\ "chainId": "text",\ "tokenAddress": "text",\ "icon": "https://example.com",\ "header": "https://example.com",\ "description": "text",\ "links": [\ {\ "type": "text",\ "label": "text",\ "url": "https://example.com"\ }\ ],\ "claimDate": "2025-12-17T21:26:40.518Z"\ }\ ] ### [](https://docs.dexscreener.com/api#get-a-ds-latest-v1) Get the latest ads (rate-limit 60 requests per minute) get https://api.dexscreener.com/ads/latest/v1 Responses 200 Ok application/json Responseobject\[\] Show properties get /ads/latest/v1 HTTP HTTPcURLJavaScriptPython Copy GET /ads/latest/v1 HTTP/1.1 Host: api.dexscreener.com Accept: */* Test it 200 Ok Copy [\ {\ "url": "https://example.com",\ "chainId": "text",\ "tokenAddress": "text",\ "date": "2025-12-17T21:26:40.518Z",\ "type": "text",\ "durationHours": 1,\ "impressions": 1\ }\ ] ### [](https://docs.dexscreener.com/api#get-token-boosts-latest-v1) Get the latest boosted tokens (rate-limit 60 requests per minute) get https://api.dexscreener.com/token-boosts/latest/v1 Responses 200 Ok application/json Responseobject Show properties get /token-boosts/latest/v1 HTTP HTTPcURLJavaScriptPython Copy GET /token-boosts/latest/v1 HTTP/1.1 Host: api.dexscreener.com Accept: */* Test it 200 Ok Copy { "url": "https://example.com", "chainId": "text", "tokenAddress": "text", "amount": 1, "totalAmount": 1, "icon": "https://example.com", "header": "https://example.com", "description": "text", "links": [\ {\ "type": "text",\ "label": "text",\ "url": "https://example.com"\ }\ ] } ### [](https://docs.dexscreener.com/api#get-token-boosts-top-v1) Get the tokens with most active boosts (rate-limit 60 requests per minute) get https://api.dexscreener.com/token-boosts/top/v1 Responses 200 Ok application/json Responseobject Show properties get /token-boosts/top/v1 HTTP HTTPcURLJavaScriptPython Copy GET /token-boosts/top/v1 HTTP/1.1 Host: api.dexscreener.com Accept: */* Test it 200 Ok Copy { "url": "https://example.com", "chainId": "text", "tokenAddress": "text", "amount": 1, "totalAmount": 1, "icon": "https://example.com", "header": "https://example.com", "description": "text", "links": [\ {\ "type": "text",\ "label": "text",\ "url": "https://example.com"\ }\ ] } ### [](https://docs.dexscreener.com/api#get-orders-v1-chainid-tokenaddress) Check paid orders for a token (rate-limit 60 requests per minute) get https://api.dexscreener.com/orders/v1/{chainId}/{tokenAddress} Path parameters chainIdstringRequiredExample: `solana` tokenAddressstringRequiredExample: `A55XjvzRU4KtR3Lrys8PpLZQvPojPqvnv5bJVHMYy3Jv` Responses 200 Ok application/json Responseobject\[\] Show properties get /orders/v1/{chainId}/{tokenAddress} HTTP HTTPcURLJavaScriptPython Copy GET /orders/v1/{chainId}/{tokenAddress} HTTP/1.1 Host: api.dexscreener.com Accept: */* Test it 200 Ok Copy [\ {\ "type": "tokenProfile",\ "status": "processing",\ "paymentTimestamp": 1\ }\ ] ### [](https://docs.dexscreener.com/api#get-latest-dex-pairs-chainid-pairid) Get one or multiple pairs by chain and pair address (rate-limit 300 requests per minute) get https://api.dexscreener.com/latest/dex/pairs/{chainId}/{pairId} Path parameters chainIdstringRequiredExample: `solana` pairIdstringRequiredExample: `JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN` Responses 200 Ok application/json Responseobject Show properties get /latest/dex/pairs/{chainId}/{pairId} HTTP HTTPcURLJavaScriptPython Copy GET /latest/dex/pairs/{chainId}/{pairId} HTTP/1.1 Host: api.dexscreener.com Accept: */* Test it 200 Ok Copy { "schemaVersion": "text", "pairs": [\ {\ "chainId": "text",\ "dexId": "text",\ "url": "https://example.com",\ "pairAddress": "text",\ "labels": [\ "text"\ ],\ "baseToken": {\ "address": "text",\ "name": "text",\ "symbol": "text"\ },\ "quoteToken": {\ "address": "text",\ "name": "text",\ "symbol": "text"\ },\ "priceNative": "text",\ "priceUsd": "text",\ "txns": {\ "ANY_ADDITIONAL_PROPERTY": {\ "buys": 1,\ "sells": 1\ }\ },\ "volume": {\ "ANY_ADDITIONAL_PROPERTY": 1\ },\ "priceChange": {\ "ANY_ADDITIONAL_PROPERTY": 1\ },\ "liquidity": {\ "usd": 1,\ "base": 1,\ "quote": 1\ },\ "fdv": 1,\ "marketCap": 1,\ "pairCreatedAt": 1,\ "info": {\ "imageUrl": "https://example.com",\ "websites": [\ {\ "url": "https://example.com"\ }\ ],\ "socials": [\ {\ "platform": "text",\ "handle": "text"\ }\ ]\ },\ "boosts": {\ "active": 1\ }\ }\ ] } ### [](https://docs.dexscreener.com/api#get-latest-dex-search) Search for pairs matching query (rate-limit 300 requests per minute) get https://api.dexscreener.com/latest/dex/search Query parameters qstringRequiredExample: `SOL/USDC` Responses 200 Ok application/json Responseobject Show properties get /latest/dex/search HTTP HTTPcURLJavaScriptPython Copy GET /latest/dex/search?q=text HTTP/1.1 Host: api.dexscreener.com Accept: */* Test it 200 Ok Copy { "schemaVersion": "text", "pairs": [\ {\ "chainId": "text",\ "dexId": "text",\ "url": "https://example.com",\ "pairAddress": "text",\ "labels": [\ "text"\ ],\ "baseToken": {\ "address": "text",\ "name": "text",\ "symbol": "text"\ },\ "quoteToken": {\ "address": "text",\ "name": "text",\ "symbol": "text"\ },\ "priceNative": "text",\ "priceUsd": "text",\ "txns": {\ "ANY_ADDITIONAL_PROPERTY": {\ "buys": 1,\ "sells": 1\ }\ },\ "volume": {\ "ANY_ADDITIONAL_PROPERTY": 1\ },\ "priceChange": {\ "ANY_ADDITIONAL_PROPERTY": 1\ },\ "liquidity": {\ "usd": 1,\ "base": 1,\ "quote": 1\ },\ "fdv": 1,\ "marketCap": 1,\ "pairCreatedAt": 1,\ "info": {\ "imageUrl": "https://example.com",\ "websites": [\ {\ "url": "https://example.com"\ }\ ],\ "socials": [\ {\ "platform": "text",\ "handle": "text"\ }\ ]\ },\ "boosts": {\ "active": 1\ }\ }\ ] } ### [](https://docs.dexscreener.com/api#get-token-pairs-v1-chainid-tokenaddress) Get the pools of a given token address (rate-limit 300 requests per minute) get https://api.dexscreener.com/token-pairs/v1/{chainId}/{tokenAddress} Path parameters chainIdstringRequiredExample: `solana` tokenAddressstringRequired A token addresses Example: `JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN` Responses 200 Ok application/json Responseobject\[\] Show properties get /token-pairs/v1/{chainId}/{tokenAddress} HTTP HTTPcURLJavaScriptPython Copy GET /token-pairs/v1/{chainId}/{tokenAddress} HTTP/1.1 Host: api.dexscreener.com Accept: */* Test it 200 Ok Copy [\ {\ "chainId": "text",\ "dexId": "text",\ "url": "https://example.com",\ "pairAddress": "text",\ "labels": [\ "text"\ ],\ "baseToken": {\ "address": "text",\ "name": "text",\ "symbol": "text"\ },\ "quoteToken": {\ "address": "text",\ "name": "text",\ "symbol": "text"\ },\ "priceNative": "text",\ "priceUsd": "text",\ "txns": {\ "ANY_ADDITIONAL_PROPERTY": {\ "buys": 1,\ "sells": 1\ }\ },\ "volume": {\ "ANY_ADDITIONAL_PROPERTY": 1\ },\ "priceChange": {\ "ANY_ADDITIONAL_PROPERTY": 1\ },\ "liquidity": {\ "usd": 1,\ "base": 1,\ "quote": 1\ },\ "fdv": 1,\ "marketCap": 1,\ "pairCreatedAt": 1,\ "info": {\ "imageUrl": "https://example.com",\ "websites": [\ {\ "url": "https://example.com"\ }\ ],\ "socials": [\ {\ "platform": "text",\ "handle": "text"\ }\ ]\ },\ "boosts": {\ "active": 1\ }\ }\ ] ### [](https://docs.dexscreener.com/api#get-tokens-v1-chainid-tokenaddresses) Get one or multiple pairs by token address (rate-limit 300 requests per minute) get https://api.dexscreener.com/tokens/v1/{chainId}/{tokenAddresses} Path parameters chainIdstringRequiredExample: `solana` tokenAddressesstringRequired One or multiple, comma-separated token addresses (up to 30 addresses) Example: `So11111111111111111111111111111111111111112,EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v` Responses 200 Ok application/json Responseobject\[\] Show properties get /tokens/v1/{chainId}/{tokenAddresses} HTTP HTTPcURLJavaScriptPython Copy GET /tokens/v1/{chainId}/{tokenAddresses} HTTP/1.1 Host: api.dexscreener.com Accept: */* Test it 200 Ok Copy [\ {\ "chainId": "text",\ "dexId": "text",\ "url": "https://example.com",\ "pairAddress": "text",\ "labels": [\ "text"\ ],\ "baseToken": {\ "address": "text",\ "name": "text",\ "symbol": "text"\ },\ "quoteToken": {\ "address": "text",\ "name": "text",\ "symbol": "text"\ },\ "priceNative": "text",\ "priceUsd": "text",\ "txns": {\ "ANY_ADDITIONAL_PROPERTY": {\ "buys": 1,\ "sells": 1\ }\ },\ "volume": {\ "ANY_ADDITIONAL_PROPERTY": 1\ },\ "priceChange": {\ "ANY_ADDITIONAL_PROPERTY": 1\ },\ "liquidity": {\ "usd": 1,\ "base": 1,\ "quote": 1\ },\ "fdv": 1,\ "marketCap": 1,\ "pairCreatedAt": 1,\ "info": {\ "imageUrl": "https://example.com",\ "websites": [\ {\ "url": "https://example.com"\ }\ ],\ "socials": [\ {\ "platform": "text",\ "handle": "text"\ }\ ]\ },\ "boosts": {\ "active": 1\ }\ }\ ] Last updated 1 month ago This site uses cookies to deliver its service and to analyze traffic. By browsing this site, you accept the [privacy policy](https://policies.gitbook.com/privacy/cookies) . AcceptReject ---