ToolAssay

Custom-weight rerank of every cryptocurrency covered by True Value Rankings

Custom-weight rerank of every cryptocurrency covered by True Value Rankings: the full TVR table recomputed with the caller's own weights for the 8 fundamental metrics, using TVR's non-public score transformation. $0.05 USDC per call. Educational model output, not a recommendation.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
970 msmedian answer time
$0.05listed price per call
$0.05price 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/custom-ranking

CategoryEverything else
Provider hosttruevaluerankings.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days4 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 970 ms

Example input (from the provider)

{
  "body": {
    "coins": [
      "BTC",
      "ETH",
      "XMR"
    ],
    "weights": [
      41,
      17,
      13,
      4,
      8,
      9,
      4,
      4
    ]
  },
  "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": {
            "coins": {
              "description": "Optional tickers or names (1-50). Omit for all covered coins.",
              "items": {
                "type": "string"
              },
              "maxItems": 50,
              "type": "array"
            },
            "weights": {
              "description": "Up to 8 numbers (0-100) in this order: economic_model, network_security, adoption, privacy, longevity, liquidity, legal_clarity, technical_dev. Missing entries take TVR defaults. Also accepted: an object keyed by those metric names.",
              "items": {
                "maximum": 100,
                "minimum": 0,
                "type": "number"
              },
              "maxItems": 8,
              "type": "array"
            }
          },
          "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