mirrored listing x402 solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

grov: Instagram Comments (random-generic)

grov: Instagram Comments (random-generic). ⌚️ Start Time: 0-6h⚠️ The post and its account must be public, or the order will not start.🔗 Link Example: https://www.instagram.com/p/Cxxxxxxxxxx/

Do you run grov.fun? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
250000 (raw units)
price
5
calls / 30d
1
unique payers
2026-08-31
updated

Provider

grov.fun · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "DxnVaGNqTm1yX4Bm5YqtRzfUytF5ZiZ7N2eVXZpVPPP3",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "250000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "amount": 50,
          "url": "https://www.instagram.com/p/Cxxxxxxxxxx/"
        },
        "bodyType": "json",
        "method": "POST",
        "pathParams": {},
        "type": "http"
      },
      "output": {
        "example": {
          "ok": true,
          "orderId": "ORDER_ID",
          "paid": true,
          "secret": "SAVE_THIS_SECRET",
          "statusUrl": "https://grov.fun/api/solana/instacomments?action=view&secret={secret}"
        },
        "type": "json"
      }
    },
    "routeTemplate": ":var1",
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "properties": {
                "amount": {
                  "maximum": 10000,
                  "minimum": 50,
                  "type": "integer"
                },
                "url": {
                  "description": "Direct link to the post on instagram.com.",
                  "type": "string"
                }
              },
              "required": [
                "url"
              ],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "pathParams": {
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "ok": {
                  "type": "boolean"
                },
                "orderId": {
                  "type": "string"
                },
                "paid": {
                  "type": "boolean"
                },
                "secret": {
                  "type": "string"
                },
                "statusUrl": {
                  "format": "uri",
                  "type": "string"
                }
              },
              "required": [
                "ok",
                "paid",
                "orderId",
                "secret",
                "statusUrl"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://grov.fun/api/solana/instacomments"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://grov.fun/api/solana/instacomments");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://grov.fun/api/solana/instacomments")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/7299.json, and this resource appears in /discovery/resources and /discovery/search.