addedOutput schema / properties / asOf
Added value: +{
+ "description": "ISO timestamp of the quote",
+ "type": "string"
+}
removedOutput schema / properties / feeBreakdown
Removed value: -{
- "description": "Provider's itemised fee list",
- "items": {
- "additionalProperties": {},
- "type": "object"
- },
- "type": "array"
-}
addedOutput schema / properties / fiatCurrency
Added value: +{
+ "description": "Fiat currency of the quote",
+ "type": "string"
+}
changedOutput schema / properties / note / description
Previous value: -"Human-readable caveat (quotes are indicative)"New value: +"Caveats — youReceive is net of provider fees; the x402 session fee is separate"
removedOutput schema / properties / paymentMethod
Removed value: -{
- "description": "Settlement method, e.g. sepa_bank_transfer",
- "type": "string"
-}
addedOutput schema / properties / providerFixedFee
Added value: +{
+ "description": "Provider-reported fixed fee component",
+ "type": "number"
+}
addedOutput schema / properties / providerNetworkFee
Added value: +{
+ "description": "Provider-reported network delivery fee (0 on Base)",
+ "type": "number"
+}
addedOutput schema / properties / source
Added value: +{
+ "description": "Where the price came from (the provider's own conversion API)",
+ "type": "string"
+}
removedOutput schema / properties / totalFee
Removed value: -{
- "description": "Total fees in fiat, all itemised (incl. the 1% service commission)",
- "type": "number"
-}
changedOutput schema / properties / youReceive / description
Previous value: -"Amount received after all fees, e.g. '44.6 EUR'"New value: +"Amount received NET of all provider fees, e.g. '87.78 EUR' — this is the number to decide on"
changedOutput schema / properties / youSend / description
Previous value: -"Amount the sender pays, e.g. '50 USDC'"New value: +"Amount the sender pays, e.g. '100 USDC'"
changedOutput schema / required
Previous value: -[
- "side",
- "rate",
- "youSend",
- "youReceive",
- "totalFee",
- "feeBreakdown"
-]New value: +[
+ "side",
+ "rate",
+ "youSend",
+ "youReceive"
+]