← Protocol index
Resource / 13258
unknownUnnamed resource.
CoinStats shared portfolio holdings — all coins with current value, PnL, performance metrics. Requires sharetoken header
Payment requirements / accepts[]
1 options
| State | Network | Scheme | Atomic amount | Asset | payTo / untrusted |
|---|---|---|---|---|---|
| active | eip155:8453 | exact | 1000 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | 0x0750a9e669C37FE1A1847E4B8f9e16F07c16162f |
All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.
Probe evidence
0 recent
No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.
Machine contract
Schemas.
InputJSON
{
"headerFields": {
"passcode": "optional-portfolio-passcode",
"sharetoken": "eyJhbGciOi... (obtain from CoinStats portfolio -> Share)"
},
"method": "GET",
"queryParams": {
"includeRiskScore": "true",
"limit": "100",
"page": "1",
"portfolioId": "abc123def456"
},
"type": "http"
}
OutputJSON
{
"example": {
"result": [
{
"averageBuy": null,
"averageSell": null,
"coin": null,
"count": 44.4987,
"liquidityScore": 94.44676177373067,
"price": null,
"profit": null,
"profitPercent": null
}
]
},
"type": "json"
}