Overview

API call to shipment-api

Protocol x402
Price $0.15
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider gateway
Source bazaar
Indexed 2026-06-29 12:15:02

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": { "description": "Parameters accept both snake_case and camelCase keys.", "properties": { "carrier": { "description": "Filter to a single carrier slug, e.g. dpd, postnl, dhl (optional).", "example": "dpd", "type": "string" }, "currency": { "default": "EUR", "description": "Label currency for the returned prices (optional).", "type": "string" }, "from_country": { "description": "Origin country, 2-letter ISO code.", "example": "NL", "pattern": "^[A-Za-z]{2}$", "type": "string" }, "from_postal_code": { "description": "Origin postal code (optional, improves accuracy).", "example": "1000AA", "type": "string" }, "height": { "description": "Parcel height in centimetres (optional).", "exclusiveMinimum": 0, "type": "number" }, "length": { "description": "Parcel length in centimetres (optional).", "exclusiveMinimum": 0, "type": "number" }, "to_country": { "description": "Destination country, 2-letter ISO code.", "example": "DE", "pattern": "^[A-Za-z]{2}$", "type": "string" }, "to_postal_code": { "description": "Destination postal code (optional).", "example": "10115", "type": "string" }, "weight": { "description": "Parcel weight as a positive number.", "example": 2.5, "exclusiveMinimum": 0, "type": "number" }, "weight_unit": { "default": "kilogram", "description": "Unit for weight.", "enum": [ "kilogram", "gram" ], "type": "string" }, "width": { "description": "Parcel width in centimetres (optional).", "exclusiveMinimum": 0, "type": "number" } }, "required": [ "from_country", "to_country", "weight" ], "type": "object" }, "type": "http" }

Output Schema

{ "best": { "carrier": "dpd", "method": "DPD Shop", "price": 8.89, "score": 0 }, "cheapest": { "carrier": "dpd", "currency": "EUR", "method": "DPD Shop", "price": 8.89, "score": 0 }, "count": 6, "options": [ { "carrier": "dpd", "currency": "EUR", "leadTimeDays": null, "method": "DPD Shop", "price": 8.89, "score": 0 }, { "carrier": "postnl", "currency": "EUR", "method": "PostNL Parcel EU 2-5kg", "price": 10.96 }, { "carrier": "dhl", "currency": "EUR", "method": "DHL Parcel Connect 2-5kg", "price": 11.75 } ], "request": { "currency": "EUR", "from": { "country": "NL" }, "to": { "country": "DE" }, "weight": 2.5, "weightUnit": "kilogram" } }