Token Advanced Information#
Obtain advanced information about the specified token contract address
Request Path#
GET
https://web3.okx.com/api/v6/dex/market/token/advanced-infoRequest Parameters#
| Parameter | Type | Required | Description |
|---|---|---|---|
| chainIndex | String | Yes | Unique identifier of the chain. For example: 1: Ethereum. |
| tokenContractAddress | String | Yes | Token contract address (e.g. 0x382bb369d343125bfb2117af9c149795c6c65c50) |
Response Parameters#
| Field | Type | Description |
|---|---|---|
| totalFee | String | Total fees include priority fees and tip fees |
| lpBurnedPercent | String | Liquidity pool burned percentage |
| isInternal | Boolean | Whether it is an internal token |
| protocolId | String | Protocol ID |
| progress | String | Internal token launch progress |
| stockProfile | Object | Underlying stock company profile. Only present for stock-type RWA tokens |
| >stockCode | String | Stock ticker symbol, e.g. "MU", "QQQ" |
| >companyName | String | Company or fund name |
| >industry | String | Industry classification |
| >stockType | String | Type of security, e.g. "Common Stock", "ETF" |
| >listingDate | String | Listing date in YYYY-MM-DD format |
| >exchange | String | Listing exchange, e.g. "Nasdaq" |
| tokenTags | Array | Token tags: can be empty, or return one or more of the following |
| >rwaXstock | String | xstocks rwa token |
| >rwaOndo | String | ondo rwa token |
| >rwaOndoStatusPreMarket | String | Ondo RWA market status: Pre-Market. Trading takes place before the market opens, typically with lower trading volume and higher volatility. |
| >rwaOndoStatusRegular | String | Ondo RWA market status: Market Hours. The primary trading session with the highest trading volume and liquidity, where prices most closely reflect real-time market conditions. |
| >rwaOndoStatusPostmarket | String | Ondo RWA market status: After Hours. After-hours trading allows investors to react to earnings reports, mergers, and other news, but liquidity is lower and volatility is higher. |
| >rwaOndoStatusOvernight | String | Ondo RWA market status: Overnight. Overnight trading provides near 24/5 trading opportunities, but with lower liquidity, higher volatility, and greater sensitivity to global events. |
| >rwaOndoStatusClosed | String | Ondo RWA market status: Market Closed. The underlying stock is not tradable during certain periods (such as weekends), and token prices may experience significant fluctuations. |
| >rwaOndoStatusPaused | String | Ondo RWA market status: Trading Halted. Trading of the underlying stock has been temporarily suspended, and token prices may experience significant fluctuations. |
| >honeypot | String | Honeypot |
| >dexBoost | String | Boost activity |
| >lowLiquidity | String | Low liquidity |
| >communityRecognized | String | Community recognized |
| >devHoldingStatusSell | String | Developers sold |
| >devHoldingStatusSellAll | String | Developers sold all |
| >devHoldingStatusBuy | String | Developers buy more |
| >initialHighLiquidity | String | High initial liquidity |
| >smartMoneyBuy | String | Smart money buy |
| >devAddLiquidity | String | Developers add liquidity |
| >devBurnToken | String | Developers burn tokens |
| >volumeChangeRateHoldersPlunge | String | Trading volume plummeted |
| >holdersChangeRateHoldersSurge | String | The number of holding addresses has increased sharply |
| >dexScreenerTokenCommunityTakeOver | String | Community takeover |
| >dexScreenerPaid | String | Paid on DEX Screener |
| createTime | String | Token creation time |
| creatorAddress | String | Creator address |
| devRugPullTokenCount | String | The number of Rug Pull tokens created by the developer |
| devCreateTokenCount | String | Total number of tokens created by developers |
| devLaunchedTokenCount | String | Developer created tokens in the number of migrated |
| riskControlLevel | String | Risk control level: 0=undefined, 1=low, 2=medium, 3=medium high, 4=high, 5=high (manual configuration) |
| top10HoldPercent | String | Position percent of Top 10 Holders |
| devHoldingPercent | String | Developer position percent |
| bundleHoldingPercent | String | Bundle position percent |
| suspiciousHoldingPercent | String | Suspicious address position percent |
| sniperHoldingPercent | String | Sniper position percent |
| snipersClearAddressCount | String | Number of Sniper Clearance Addresses |
| snipersTotal | String | Total number of snipers |
Request Example#
shell
curl --location --request GET 'https://web3.okx.com/api/v6/dex/market/token/advanced-info?chainIndex=501&tokenContractAddress=EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v' \
--header 'OK-ACCESS-KEY: 37c541a1-****-****-****-10fe7a038418' \
--header 'OK-ACCESS-SIGN: leaV********3uw=' \
--header 'OK-ACCESS-PASSPHRASE: 1****6' \
--header 'OK-ACCESS-TIMESTAMP: 2023-10-18T12:21:41.274Z'
Response Example#
RWA Token#
json
{
"code": "0",
"data": {
"bundleHoldingPercent": "",
"chainIndex": "1",
"createTime": "",
"creatorAddress": "",
"devCreateTokenCount": "",
"devHoldingPercent": "",
"devLaunchedTokenCount": "0",
"devRugPullTokenCount": "",
"isInternal": false,
"lpBurnedPercent": "",
"progress": "",
"protocolId": "",
"riskControlLevel": "1",
"sniperHoldingPercent": "",
"snipersClearAddressCount": "",
"snipersTotal": "",
"stockProfile": {
"companyName": "Micron Technology, Inc.",
"exchange": "Nasdaq",
"industry": "Technology",
"listingDate": "1984-05-31",
"stockCode": "MU",
"stockType": "普通股"
},
"suspiciousHoldingPercent": "",
"tokenContractAddress": "0x050362ab1072cb2ce74d74770e22a3203ad04ee5",
"tokenTags": [
"dexBoost",
"rwaOndoStatusOvernight",
"rwaOndo"
],
"top10HoldPercent": "92.3947",
"totalFee": ""
},
"msg": ""
}
General Token#
json
{
"code": "0",
"data": {
"bundleHoldingPercent": "",
"chainIndex": "501",
"createTime": "1729231507000",
"creatorAddress": "HyYNVYmnFmi87NsQqWzLJhUTPBKQUfgfhdbBa554nMFF",
"devCreateTokenCount": "480",
"devHoldingPercent": "",
"devLaunchedTokenCount": "",
"devRugPullTokenCount": "26",
"isInternal": false,
"lpBurnedPercent": "74.3609957824270349103361582217",
"progress": "",
"protocolId": "120596",
"riskControlLevel": "1",
"sniperHoldingPercent": "",
"snipersClearAddressCount": "",
"snipersTotal": "",
"suspiciousHoldingPercent": "",
"tokenContractAddress": "9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump",
"tokenTags": [
"dexBoost",
"communityRecognized",
"devHoldingStatusSellAll",
"smartMoneyBuy"
],
"top10HoldPercent": "13.6832",
"totalFee": "2180.105145301"
},
"msg": ""
}
