Overview
API call to mapbox
Protocol
x402
Price
$0.06
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
gateway
Source
bazaar
Indexed
2026-06-29 12:15:03
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"properties": {
"format": {
"description": "Tile image format/scale (e.g. png, png32, jpg70, jpg90).",
"example": "png",
"type": "string"
},
"tileset": {
"description": "Mapbox tileset ID to fetch the tile from (e.g. mapbox.satellite, mapbox.streets, mapbox.terrain-rgb).",
"example": "mapbox.satellite",
"type": "string"
},
"x": {
"description": "Tile column index (x) at the given zoom level.",
"example": 655,
"type": "integer"
},
"y": {
"description": "Tile row index (y) at the given zoom level.",
"example": 1583,
"type": "integer"
},
"z": {
"description": "Tile zoom level (0-22).",
"example": 12,
"type": "integer"
}
},
"required": [
"z",
"x",
"y",
"tileset"
],
"type": "object"
},
"type": "http"
}
Output Schema
{
"content_type": "image/png",
"note": "Binary tile image bytes are returned (no JSON body); a 256x256 PNG tile (~76 KB for mapbox.satellite at z=12, verified live). Save the raw response to a .png file to view it."
}