ToolAssay

Request an On-Air Shoutout read on the GM Farcaster livestream

Request an On-Air Shoutout read on the GM Farcaster livestream

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1768 msmedian answer time
$5.00listed price per call
$5.00price 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://gateway.gmfarcaster.com/v1/shoutout

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

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$5.00 1768 ms

Example input (from the provider)

{
  "body": {
    "read_text": "Today's GM is brought to you by Acme Frames \u2014 the fastest way to ship a Farcaster mini app. acmeframes.xyz",
    "sponsor_name": "Acme Frames"
  },
  "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": {
            "contact": {
              "description": "Optional contact details for follow-up about the read.",
              "properties": {
                "email": {
                  "type": "string"
                },
                "farcaster": {
                  "type": "string"
                },
                "x": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "notes": {
              "description": "Optional internal notes for the GM Farcaster team. Never read on air.",
              "type": "string"
            },
            "read_text": {
              "description": "The script read live on air. Keep it tight \u2014 read aloud on the show.",
              "maxLength": 280,
              "type": "string"
            },
            "refund_to_wallet": {
              "description": "Optional wallet override to receive a refund if the request is declined. Defaults to the verified on-chain payer.",
              "type": "string"
            },
            "sponsor_name": {
              "description": "The name of the sponsor or project to credit on air.",
              "maxLength": 120,
              "type": "string"
            },
            "url": {
              "description": "Optional link to include or reference for the sponsor.",
              "format": "uri",
              "type": "string"
            }
          },
          "required": [
            "sponsor_name",
            "read_text"
          ],
          "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