Merge pull request #90 from gina888666/fix/portfolio-stats-created-at-doc

docs(gmgn-portfolio): add created_at field to portfolio stats common object
This commit is contained in:
GMGN.AI
2026-04-09 15:35:18 +08:00
committed by GitHub
+1
View File
@@ -228,6 +228,7 @@ The response also includes a `common` object when available (absent if the upstr
| `common.follow_count` | Number of GMGN users following this wallet |
| `common.remark_count` | Number of GMGN users who have remarked this wallet |
| `common.created_token_count` | Tokens created by this wallet |
| `common.created_at` | Wallet creation time (Unix seconds) — records when the first funding transaction arrived; use this as the wallet's age indicator |
| `common.fund_from` | Funding source label |
| `common.fund_from_address` | Address that funded this wallet |
| `common.fund_amount` | Funding amount |