Convert a JSON array of objects to CSV format. Supports custom delimiters. Pure ...
https://api.strale.io/x402/json-to-csvOverview
Convert a JSON array of objects to CSV format. Supports custom delimiters. Pure algorithmic — instant and cheap.
Protocol
x402
Price
$0.02
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-04-15 14:09:52
Health
Status
healthy
Latency (p50)
111ms
Uptime (30d)
100.0%
Reliability Score
100/100
Last Checked
2026-07-21 11:22:17
Last Healthy
2026-07-21 11:22:17
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"data": {
"description": "Array of objects to convert",
"required": true,
"type": "array"
},
"delimiter": {
"description": "Column delimiter (default: comma)",
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"column_count": {
"type": "integer"
},
"columns": {
"type": "array"
},
"csv": {
"type": "string"
},
"row_count": {
"type": "integer"
}
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-07-21 11:22:17 | healthy | 402 | 107ms | |
| 2026-07-21 07:24:21 | healthy | 402 | 111ms |