← Back to directory

Lock a USDC to EUR settlement quote. Returns a signed quote_id, locked EUR rate,...

https://x402.asterpay.io/v2/x402/offramp/quote

Overview

Lock a USDC to EUR settlement quote. Returns a signed quote_id, locked EUR rate, fees and SEPA delivery. The only x402 endpoint that locks a EUR fiat settlement quote.

Protocol x402
Price $0.0050
Payment Asset USD Coin
Payment Network eip155:8453
Category uncategorized
Provider x402
Source bazaar
Indexed 2026-07-26 08:42:06

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

{ "body": { "amount": 100, "destination_iban": "DE89370400440532013000" }, "method": "POST", "schema": { "properties": { "amount": { "description": "USDC amount to settle (0 < amount <= 1,000,000,000)", "type": "number" }, "destination_iban": { "description": "Optional destination IBAN", "type": "string" } }, "required": [ "amount" ], "type": "object" }, "type": "http" }

Output Schema

{ "example": { "destination_iban": null, "eurRate": 0.9202, "expires_at": "2026-07-04T05:10:00.000Z", "netEurAmount": 91.83, "quote_id": "oq_7f3a...c1" }, "schema": { "properties": { "eurRate": { "type": "number" }, "expires_at": { "type": "string" }, "netEurAmount": { "type": "number" }, "quote_id": { "type": "string" } }, "required": [ "quote_id", "netEurAmount", "eurRate" ], "type": "object" }, "type": "json" }