code formatter, prettier, code beautifier, JavaScript formatter, TypeScript form
code formatter, prettier, code beautifier, JavaScript formatter, TypeScript formatter, JSON formatter, HTML formatter, CSS formatter, Markdown formatter, YAML formatter. Format code using Prettier. Supports JavaScript, TypeScript, JSON, HTML, CSS, Markdown, YAML, GraphQL. Auto-detects parser if not specified. For AI agents writing or fixing code in pipelines. Accepts payment on Base or Solana — either network works.
Answeringour last check, 2026-09-25
1 of 1checks answered this week
505 msmedian answer time
$0.0035listed price per call
$0.0035price 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
GET https://api.x402node.dev/text/format
| Category | Code and developer |
|---|---|
| Provider host | api.x402node.dev |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-25 | valid payment request | 402 | $0.0035 | 505 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"code": "string",
"parser": "string"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"code": {
"description": "Code (required)",
"type": "string"
},
"parser": {
"description": "Parser (optional)",
"type": "string"
}
},
"required": [
"code"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}