Unnamed service
GET api.reloadpi.com/api/catalog/esims/offers
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Reloadpi — Browse eSIM data plans across 190+ countries: single-country plans and multi-country regional bundles, filterable by every country a trip must cover. Prices shown are final — the exact USDC charged at purchase
Resource: api.reloadpi.com/api/catalog/esims/offers
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x8a598A28a435Fe44D31854251b1c88d0781ea822
Payment methods: — · Last validation: 2026-09-14 12:08:44.347+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Results per page"
},
"covers": {
"type": "string",
"description": "Comma-separated ISO country codes a SINGLE plan must cover, e.g. \"BR,AR,CL\". ANDed — every code must be covered by the same plan, so a multi-stop trip gets one bundle rather than one per stop. Matches the plan's roaming coverage; combine with regional=true for multi-country bundles only."
},
"offset": {
"type": "number",
"description": "Pagination offset"
},
"country": {
"type": "string",
"description": "ISO country code for single-country plans e.g. ES. On a regional=true query this is treated as a coverage requirement, same as covers."
},
"regions": {
"enum": [
"Global",
"Africa",
"Asia",
"Caribbean",
"Central America",
"Eastern Europe",
"Western Europe",
"North America",
"Oceania",
"South America",
"South Asia",
"Southeast Asia",
"Middle East and North Africa"
],
"type": "string",
"description": "Multi-country region (exact enum value) e.g. North America"
},
"regional": {
"type": "boolean",
"description": "true → return only multi-country regional bundles (plans with no single country code). Combine with regions to scope to one region, or with covers to require specific countries."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"list": {
"type": "array",
"items": {
"type": "object",
"properties": {
"country": {
"type": "string",
"description": "empty for multi-country regional bundles"
},
"offerId": {
"type": "string"
},
"regions": {
"type": "array",
"items": {
"type": "string"
}
},
"roamingCount": {
"type": "number"
},
"roamingCountries": {
"type": "array",
"items": {
"type": "string"
},
"description": "ISO codes of covered countries"
}
}
}
},
"total": {
"type": "number"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x8a598A28a435Fe44D31854251b1c88d0781ea822",
"amount": "2000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x8a598A28a435Fe44D31854251b1c88d0781ea822",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "2000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.