mirrored listing x402 eip155:8453

Deploy one Feel coin with a WETH pair

Deploy one Feel coin with a WETH pair

Do you run api.feel.cash? 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
1000000 (raw units)
price
13
calls / 30d
8
unique payers
2026-08-26
updated

Provider

api.feel.cash · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xd0603f50d6dcb09a4451ac957599bcaedb7f01db",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "1000000",
    "maxTimeoutSeconds": 600
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "prompt": "Launch an AI-native token called Glint, paired with WETH on Base"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "error": null,
          "id": "2d5a8822-2ca8-4ad1-99fe-823bbac44b83",
          "launch": null,
          "paymentStatus": "settled",
          "resolved": null,
          "status": "processing",
          "statusUrl": "https://api.feel.cash/v1/launches/2d5a8822-2ca8-4ad1-99fe-823bbac44b83"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "anyOf": [
                {
                  "required": [
                    "prompt"
                  ]
                },
                {
                  "required": [
                    "name",
                    "symbol"
                  ]
                }
              ],
              "properties": {
                "chain": {
                  "enum": [
                    "base",
                    "robinhood"
                  ]
                },
                "description": {
                  "maxLength": 500,
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "image": {
                  "anyOf": [
                    {
                      "additionalProperties": false,
                      "properties": {
                        "type": {
                          "const": "url"
                        },
                        "url": {
                          "format": "uri",
                          "maxLength": 2048,
                          "type": "string"
                        }
                      },
                      "required": [
                        "type",
                        "url"
                      ],
                      "type": "object"
                    },
                    {
                      "additionalProperties": false,
                      "properties": {
                        "data": {
                          "maxLength": 7000000,
                          "minLength": 1,
                          "type": "string"
                        },
                        "mimeType": {
                          "enum": [
                            "image/jpeg",
                            "image/png",
                            "image/webp"
                          ]
                        },
                        "type": {
                          "const": "base64"
                        }
                      },
                      "required": [
                        "type",
                        "data",
                        "mimeType"
                      ],
                      "type": "object"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "imagePrompt": {
                  "maxLength": 2000,
                  "minLength": 1,
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "name": {
                  "maxLength": 50,
                  "minLength": 1,
                  "type": "string"
                },
                "prompt": {
                  "maxLength": 2000,
                  "minLength": 1,
                  "type": "string"
                },
                "socials": {
                  "additionalProperties": false,
                  "properties": {
                    "telegram": {
                      "format": "uri",
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "website": {
                      "format": "uri",
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "x": {
                      "format": "uri",
                      "type": [
                        "string",
                        "null"
                      ]
                    }
                  },
                  "type": "object"
                },
                "symbol": {
                  "maxLength": 12,
                  "minLength": 4,
                  "pattern": "^[A-Za-z][A-Za-z0-9]*$",
                  "type": "string"
                }
              },
              "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": {
              "properties": {
                "error": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "id": {
                  "format": "uuid",
                  "type": "string"
                },
                "launch": {
                  "anyOf": [
                    {
                      "additionalProperties": false,
                      "properties": {
                        "addressUrl": {
                          "format": "uri",
                          "type": "string"
                        },
                        "chain": {
                          "enum": [
                            "base",
                            "robinhood"
                          ]
                        },
                        "chainId": {
                          "type": "integer"
                        },
                        "explorerUrl": {
                          "format": "uri",
                          "type": "string"
                        },
                        "slug": {
                          "type": "string"
                        },
                        "tokenAddress": {
                          "type": "string"
                        },
                        "tokenId": {
                          "format": "uuid",
                          "type": "string"
                        },
                        "transactionHash": {
                          "type": "string"
                        },
                        "url": {
                          "format": "uri",
                          "type": "string"
                        }
                      },
                      "required": [
                        "tokenId",
                        "tokenAddress",
                        "slug",
                        "url",
                        "addressUrl",
                        "chain",
                        "chainId",
                        "explorerUrl"
                      ],
                      "type": "object"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "paymentStatus": {
                  "enum": [
                    "verified",
                    "settlement_unknown",
                    "settled",
                    "refund_pending",
                    "refunded"
                  ]
                },
                "resolved": {
                  "anyOf": [
                    {
                      "additionalProperties": false,
                      "properties": {
                        "chain": {
                          "enum": [
                            "base",
                            "robinhood"
                          ]
                        },
                        "description": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "imageUrl": {
                          "format": "uri",
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "name": {
                          "type": "string"
                        },
                        "pairToken": {
                          "type": "null"
                        },
                        "socials": {
                          "additionalProperties": false,
                          "properties": {
                            "telegram": {
                              "format": "uri",
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "website": {
                              "format": "uri",
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "x": {
                              "format": "uri",
                              "type": [
                                "string",
                                "null"
                              ]
                            }
                          },
                          "required": [
                            "x",
                            "telegram",
                            "website"
                          ],
                          "type": "object"
                        },
                        "symbol": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "name",
                        "symbol",
                        "description",
                        "imageUrl",
                        "socials",
                        "chain",
                        "pairToken"
                      ],
                      "type": "object"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "status": {
                  "enum": [
                    "pending",
                    "processing",
                    "succeeded",
                    "failed",
                    "refunded"
                  ]
                },
                "statusUrl": {
                  "format": "uri",
                  "type": "string"
                }
              },
              "required": [
                "id",
                "status",
                "paymentStatus",
                "statusUrl",
                "resolved",
                "launch",
                "error"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

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

JavaScript

const res = await fetch("https://api.feel.cash/v1/launches");
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://api.feel.cash/v1/launches")
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/3281.json, and this resource appears in /discovery/resources and /discovery/search.