Documentation Index
Fetch the complete documentation index at: https://docs.lasersell.io/llms.txt
Use this file to discover all available pages before exploring further.
概述
MarketContextMsg 描述代币市场使用的 DEX 池和协议。它出现在:
position_opened服务器事件exit_signal_with_tx服务器事件BuildSellTxRequest(可选,跳过服务器端解析)
MarketContextMsg 模式
| 字段 | 类型 | 必需 | 说明 |
|---|---|---|---|
market_type | string | 是 | 支持的市场类型之一(见下文)。 |
pumpfun | object | 否 | Pump.fun 联合曲线上下文。 |
pumpswap | object | 否 | PumpSwap AMM 上下文。 |
meteora_dbc | object | 否 | Meteora DBC 上下文。 |
meteora_damm_v2 | object | 否 | Meteora DAMM V2 上下文。 |
raydium_launchpad | object | 否 | Raydium Launchpad 上下文。 |
raydium_cpmm | object | 否 | Raydium CPMM 上下文。 |
market_type。
market_type 值使用下划线(如 pump_fun),而嵌套对象键不使用(如 pumpfun)。匹配下表中显示的确切大小写。market_type 值
| 值 | 协议 |
|---|---|
pump_fun | Pump.fun |
pump_swap | PumpSwap |
meteora_dbc | Meteora DBC |
meteora_damm_v2 | Meteora DAMM V2 |
raydium_launchpad | Raydium Launchpad |
raydium_cpmm | Raydium CPMM |

