mirror of
https://github.com/GMGNAI/gmgn-skills.git
synced 2026-08-24 05:28:06 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
256957db97 | ||
|
|
dfabbc0823 | ||
|
|
4814139cec | ||
|
|
1b6efd8d9c | ||
|
|
e7625e321a | ||
|
|
840dfdc948 | ||
|
|
bc5427c8c7 |
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "gmgn-cli",
|
"name": "gmgn-cli",
|
||||||
"version": "1.5.5",
|
"version": "1.5.6",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "gmgn-cli",
|
"name": "gmgn-cli",
|
||||||
"version": "1.5.5",
|
"version": "1.5.6",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"commander": "^12.1.0",
|
"commander": "^12.1.0",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gmgn-cli",
|
"name": "gmgn-cli",
|
||||||
"version": "1.5.5",
|
"version": "1.5.6",
|
||||||
"description": "GMGN OpenAPI CLI — call GMGN market, token, portfolio and swap APIs from the command line",
|
"description": "GMGN OpenAPI CLI — call GMGN market, token, portfolio and swap APIs from the command line",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
@@ -559,6 +559,8 @@ Use field combinations to determine what stage a token is in. This affects how s
|
|||||||
| `bsc` | `fourmeme` / `fourmeme_agent` / `bn_fourmeme` / `four_xmode_agent` / `cubepeg` / `likwid` / `goplus_creator` / `goplus_skills` / `openfour` / `flap` / `flap_stocks` / `flap_aioracle` / `clanker` / `lunafun` |
|
| `bsc` | `fourmeme` / `fourmeme_agent` / `bn_fourmeme` / `four_xmode_agent` / `cubepeg` / `likwid` / `goplus_creator` / `goplus_skills` / `openfour` / `flap` / `flap_stocks` / `flap_aioracle` / `clanker` / `lunafun` |
|
||||||
| `base` | `clanker` / `bankr` / `flaunch` / `zora` / `zora_creator` / `baseapp` / `basememe` / `virtuals_v2` / `klik` |
|
| `base` | `clanker` / `bankr` / `flaunch` / `zora` / `zora_creator` / `baseapp` / `basememe` / `virtuals_v2` / `klik` |
|
||||||
| `eth` | `trench` / `clanker` / `klik` / `livo` / `stroid` / `pool_uniswap_v2` / `pool_uniswap_v3` / `printr` |
|
| `eth` | `trench` / `clanker` / `klik` / `livo` / `stroid` / `pool_uniswap_v2` / `pool_uniswap_v3` / `printr` |
|
||||||
|
| `arc` | `dyorfun_v3` / `dyorswap` / `trench` / `onmifun` / `sharcfun` / `klik` |
|
||||||
|
| `stable` | `dyorfun_v3` / `dyorswap` / `trench` |
|
||||||
|
|
||||||
### Filter Presets
|
### Filter Presets
|
||||||
|
|
||||||
@@ -882,6 +884,62 @@ gmgn-cli market trenches --chain eth --raw \
|
|||||||
--limit 80
|
--limit 80
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Arc Trenches Examples
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# All three categories at once
|
||||||
|
gmgn-cli market trenches --chain arc --raw \
|
||||||
|
--type new_creation --type near_completion --type completed \
|
||||||
|
--launchpad-platform dyorfun_v3 --launchpad-platform dyorswap --launchpad-platform trench --launchpad-platform onmifun --launchpad-platform sharcfun --launchpad-platform klik \
|
||||||
|
--limit 80
|
||||||
|
|
||||||
|
# New creation only
|
||||||
|
gmgn-cli market trenches --chain arc --raw \
|
||||||
|
--type new_creation \
|
||||||
|
--launchpad-platform dyorfun_v3 --launchpad-platform dyorswap --launchpad-platform trench --launchpad-platform onmifun --launchpad-platform sharcfun --launchpad-platform klik \
|
||||||
|
--limit 80
|
||||||
|
|
||||||
|
# Near completion only
|
||||||
|
gmgn-cli market trenches --chain arc --raw \
|
||||||
|
--type near_completion \
|
||||||
|
--launchpad-platform dyorfun_v3 --launchpad-platform dyorswap --launchpad-platform trench --launchpad-platform onmifun --launchpad-platform sharcfun --launchpad-platform klik \
|
||||||
|
--limit 80
|
||||||
|
|
||||||
|
# Completed (open market) only
|
||||||
|
gmgn-cli market trenches --chain arc --raw \
|
||||||
|
--type completed \
|
||||||
|
--launchpad-platform dyorfun_v3 --launchpad-platform dyorswap --launchpad-platform trench --launchpad-platform onmifun --launchpad-platform sharcfun --launchpad-platform klik \
|
||||||
|
--limit 80
|
||||||
|
```
|
||||||
|
|
||||||
|
### Stable Trenches Examples
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# All three categories at once
|
||||||
|
gmgn-cli market trenches --chain stable --raw \
|
||||||
|
--type new_creation --type near_completion --type completed \
|
||||||
|
--launchpad-platform dyorfun_v3 --launchpad-platform dyorswap --launchpad-platform trench \
|
||||||
|
--limit 80
|
||||||
|
|
||||||
|
# New creation only
|
||||||
|
gmgn-cli market trenches --chain stable --raw \
|
||||||
|
--type new_creation \
|
||||||
|
--launchpad-platform dyorfun_v3 --launchpad-platform dyorswap --launchpad-platform trench \
|
||||||
|
--limit 80
|
||||||
|
|
||||||
|
# Near completion only
|
||||||
|
gmgn-cli market trenches --chain stable --raw \
|
||||||
|
--type near_completion \
|
||||||
|
--launchpad-platform dyorfun_v3 --launchpad-platform dyorswap --launchpad-platform trench \
|
||||||
|
--limit 80
|
||||||
|
|
||||||
|
# Completed (open market) only
|
||||||
|
gmgn-cli market trenches --chain stable --raw \
|
||||||
|
--type completed \
|
||||||
|
--launchpad-platform dyorfun_v3 --launchpad-platform dyorswap --launchpad-platform trench \
|
||||||
|
--limit 80
|
||||||
|
```
|
||||||
|
|
||||||
## Output Format
|
## Output Format
|
||||||
|
|
||||||
### `market kline` — Price Summary
|
### `market kline` — Price Summary
|
||||||
|
|||||||
@@ -846,6 +846,12 @@ const TRENCHES_PLATFORMS: Record<string, string[]> = {
|
|||||||
"noxa", "virtuals_v2", "bankr", "dyorswap",
|
"noxa", "virtuals_v2", "bankr", "dyorswap",
|
||||||
"pool_uniswap_v2", "pool_uniswap_v3", "pool_uniswap_v4",
|
"pool_uniswap_v2", "pool_uniswap_v3", "pool_uniswap_v4",
|
||||||
],
|
],
|
||||||
|
arc: [
|
||||||
|
"dyorfun_v3", "dyorswap", "trench", "onmifun", "sharcfun", "klik",
|
||||||
|
],
|
||||||
|
stable: [
|
||||||
|
"dyorfun_v3", "dyorswap", "trench",
|
||||||
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
const TRENCHES_QUOTE_ADDRESS_TYPES: Record<string, number[]> = {
|
const TRENCHES_QUOTE_ADDRESS_TYPES: Record<string, number[]> = {
|
||||||
|
|||||||
Reference in New Issue
Block a user