Skip to main content
GET
/
v3
/
fx
/
quote
/
{id}
Fetch Quote
curl --request GET \
  --url https://service-sandbox.tazapay.com/v3/fx/quote/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "id": "fxq_q89ryh9wfh98hrr829rh9hr92h2r20j",
  "object": "exchange_rate_quote",
  "initial_currency": "USD",
  "final_currency": "INR",
  "initial_amount": 10000,
  "exchange_rate": 85.15,
  "converted_amount": 851500,
  "created_at": "2025-06-04T23:21:40Z",
  "updated_at": "2025-06-04T23:21:40Z",
  "valid_until": "2025-06-04T23:22:10Z",
  "status": "active"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

ID of the quote

Response

200 - application/json

200

id
string
object
string
initial_currency
string
final_currency
string
initial_amount
integer
default:0
exchange_rate
number
default:0
converted_amount
integer
default:0
created_at
string
updated_at
string
valid_until
string
status
string