Deploy one Feel coin with a WETH pair
Deploy one Feel coin with a WETH pair
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$1.00listed price per call
n/aprice 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://api.feel.cash/v1/launches
| Category | Market data |
|---|---|
| Provider host | api.feel.cash |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 10 from 7 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"body": {
"prompt": "Launch an AI-native token called Glint, paired with WETH on Base"
},
"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": {
"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",