ToolAssay

Robinhood Chain Pons V2 memecoin curve

Robinhood Chain Pons V2 memecoin curve: reserves and price after every trade. Use when you index or price a Pons V2 curve and need the reserves after each trade, which the deployed curves do not emit; check your own numbers first on the free sample GET /v1/rhc/sample/trades?address=.

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

GET https://api.loopholetape.com/v1/rhc/curve/:address/trades

CategoryMarket data
Provider hostapi.loopholetape.com
Networkseip155:4663, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
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.02 967 ms

Example input (from the provider)

{
  "method": "GET",
  "pathParams": {
    "address": "0x56dcefe78566dc0b27e5cf16391d647057f5d993"
  },
  "queryParams": {
    "limit": 100,
    "since": "70746901:1"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "pathParams": {
          "properties": {
            "address": {
              "type": "string"
            }
          },
          "required": [
            "address"
          ],
          "type": "object"
        },
        "queryParams": {
          "properties": {
            "limit": {
              "default": 100,
              "type": "integer"
            },
            "since": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "coverage": {},
            "data": {},
            "ok": {}
          },
          "required": [
            "ok",
            "coverage",
            "data"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON