{
  "x402Version": 2,
  "id": 3281,
  "slug": "3281",
  "resource": "https://api.feel.cash/v1/launches",
  "description": "Deploy one Feel coin with a WETH pair",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xd0603f50d6dcb09a4451ac957599bcaedb7f01db",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000000",
      "maxTimeoutSeconds": 600
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.feel.cash",
  "lastUpdated": "2026-08-26T23:06:08.365Z",
  "quality": {
    "calls30d": 13,
    "uniquePayers30d": 8,
    "lastCalledAt": "2026-08-26T23:06:38.822Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.feel.cash",
    "manifest_name": "api.feel.cash",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}