ToolAssay

Fundamentals profile of a cryptocurrency allocation from True Value Rankings

Fundamentals profile of a cryptocurrency allocation from True Value Rankings: the allocation-weighted scores for the 8 fundamental metrics, each holding's TVR Score and valuation category, and the portfolio TVR Score computed by TVR's scoring engine (the same calculation as the site's what-if simulator). Scores only; no prices. $0.08 USDC per call. Educational model output, not a recommendation.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
624 msmedian answer time
$0.08listed price per call
$0.08price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://truevaluerankings.com/premium/portfolio-analysis

CategoryMarket data
Provider hosttruevaluerankings.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.08 624 ms

Example input (from the provider)

{
  "body": {
    "portfolio": [
      {
        "allocation": 60,
        "coin": "BTC"
      },
      {
        "allocation": 25,
        "coin": "ETH"
      },
      {
        "allocation": 15,
        "coin": "XMR"
      }
    ]
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "portfolio": {
              "description": "Holdings: each a covered coin (ticker or name) and an allocation above 0. Allocations are normalised to 100%.",
              "items": {
                "properties": {
                  "allocation": {
                    "exclusiveMinimum": 0,
                    "type": "number"
                  },
                  "coin": {
                    "type": "string"
                  }
                },
                "required": [
                  "coin",
                  "allocation"
                ],
                "type": "object"
              },
              "maxItems": 50,
              "minItems": 1,
              "type": "array"
            }
          },
          "required": [
            "portfolio"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON