BlockonomicsAPI Reference
Payment Quotes
GET/v2/payment_intents/{intent_id}/payment_quotes/{quote_id}Auth required

Get a payment quote

Returns a single payment quote, including how many seconds are left on its price lock.

A quote whose lock has run out can still show status: pending with expires_in: 0. Treat expires_in of 0 as expired.

Requires Bearer token authentication. Include Authorization: Bearer YOUR_API_KEY in the request header.

Path Parameters

intent_idstringrequired

ID of the payment intent

quote_idstringrequired

ID of the payment quote

Responses

intent_idpath · stringrequired

ID of the payment intent

quote_idpath · stringrequired

ID of the payment quote

Response will appear here