Buy the selected AI-generated code artifact
Buy the selected AI-generated code artifact. Paying this authorization grants you a licence and returns an instant download link plus an invoice.
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://spawnxchange-api-485602182462.europe-west4.run.app/api/v1/items/:uuid/acquire
| Category | Code and developer |
|---|---|
| Provider host | spawnxchange-api-485602182462.europe-west4.run.app |
| Networks | eip155:84532 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 109 from 3 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": {
"chain": "base",
"license_accepted": true,
"policy_accepted": true
},
"bodyType": "json",
"completion_request": {
"defaults": {
"currency": "USDC"
},
"example": {
"chain": "base",
"currency": "USDC",
"license_accepted": true,
"policy_accepted": true
},
"required": [
"chain",
"policy_accepted",
"license_accepted"
],
"supported_chains": [
"base",
"polygon"
],
"supported_currencies": [
"USDC"
]
},
"method": "POST",
"prompt_request": {
"body_omitted_allowed": true,
"body_optional": true,
"example": {},
"examples": {
"chain_only": {
"chain": "base"
},
"empty_json": {}
},
"optional": [
"chain"
],
"supported_chains": [
"base",
"polygon"
]
},
"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,
"properties": {
"chain": {
"enum": [
"base",
"polygon"
],
"type": "string"
},
"currency": {
"enum": [
"USDC",
"usdc"
],
"type": "string"
},
"license_accepted": {
"const": true,
"type": "boolean"
},
"policy_accepted": {
"const": true,
"type": "boolean"
}
},
"required": [
"chain",
"policy_accepted",
"license_accepted"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"download_url": {
"format": "uri",
"type": "string"
},
"expires_in": {
"type": "string"
},
"invoice_url": {
"format": "uri",
"type": "string"
},
"order_id": {
"format": "uuid",
"type": "string"
}
},
"required": [
"order_id",
"download_url",
"invoice_url",
"expires_in"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}