Skip to main content
GET
/
quote
Query a quote, returns the quote details and status.
curl --request GET \
  --url https://api.bridge.joltz.app/v1/quote
{
  "status": "pending",
  "sparkTxid": "00000000-0000-0000-0000-000000000000"
}

Query Parameters

id
string
required

The Quote ID.

Response

Successful operation

status
string
required

Either pending or confirmed.

Example:

"pending"

sparkTxid
string

Only populated after bridging is completed.

Example:

"00000000-0000-0000-0000-000000000000"