docs: clarify price/price_usd in portfolio activity and check-price unit in strategy create

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
gina888666
2026-05-29 10:47:39 +08:00
parent 0bc73a6430
commit 8a095a99a8
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -233,7 +233,8 @@ The response has a `activities` array and a `next` cursor field for pagination.
| `token.symbol` | Token ticker |
| `token_amount` | Token quantity in this transaction |
| `cost_usd` | USD value of this transaction |
| `price` | Token price in USD at time of transaction |
| `price` | Token price denominated in the quote token at time of transaction (e.g. price in SOL on Solana) |
| `price_usd` | Token price in USD at time of transaction |
| `timestamp` | Unix timestamp of the transaction |
| `next` | Pagination cursor — pass to `--cursor` to fetch the next page |