POST /x402/read/market_snapshothttps://api.trader-ralph.com/api/x402/read/market_snapshotpublic-x402-paidPoint-in-time market/account snapshot with valuation context.
Required:
walletAddress(string) - Wallet public key to evaluate.
Optional:
quoteMint(string) - Quote asset mint used for valuation context.quoteDecimals(number) - Quote asset decimals when quoteMint is custom.
Example request body:
{
"walletAddress": "YourWalletAddress",
"quoteMint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"quoteDecimals": 6
}Example success response body:
{
"ok": true,
"snapshot": {
"ts": "2026-02-20T19:32:00.000Z",
"baseMint": "So11111111111111111111111111111111111111112",
"quoteMint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"quoteDecimals": 6,
"baseBalanceAtomic": "1250000000",
"quoteBalanceAtomic": "42000000",
"basePriceQuote": "145.23",
"portfolioValueQuote": "223.54",
"baseAllocationPct": 81.1
}
}