mirrored listing x402 eip155:8453

Cast a paid vote for today's emoji election on emoji

Cast a paid vote for today's emoji election on emoji.today

Do you run emoji.today? 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
10000 (raw units)
price
30
calls / 30d
1
unique payers
2026-09-18
updated

Provider

emoji.today · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xec7051578C9cE20EA27EED1052F8B4c584AEE2B3",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "emoji": "🔥",
          "fid": 1090409,
          "signature": "0x..."
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "date": "2026-02-08",
          "emoji": "🔥",
          "fid": 1090409,
          "mint": {
            "description": "Mint your vote as an onchain NFT",
            "price": "$1.00 USDC",
            "url": "https://emoji.today/api/vote/mint"
          },
          "success": true,
          "timestamp": "2026-02-08T12:00:00.000Z",
          "username": "billmakes"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "emoji": {
                  "description": "The emoji character to vote for (e.g. the actual Unicode character, not the name)",
                  "type": "string"
                },
                "fid": {
                  "description": "The voter's Farcaster ID",
                  "type": "number"
                },
                "signature": {
                  "description": "Signature of 'emoji.today:{fid}:{date}' from a wallet verified on the Farcaster account",
                  "type": "string"
                }
              },
              "required": [
                "emoji",
                "fid",
                "signature"
              ]
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "bodyType",
            "body",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

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

JavaScript

const res = await fetch("https://emoji.today/api/vote");
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://emoji.today/api/vote")
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/12555.json, and this resource appears in /discovery/resources and /discovery/search.