Inquiry Quotation Detail
Developing
Use this call to inquiry the FX quotation detail.
Request Code Samples
curl --location --request GET 'https://api.geoaccount.com/api/v1/quotes/' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.xxxxx' \
--header 'GS-API-Key: gs_live_abc123def456789'
Responses
application/json {
"quotationId": "fa9e332c-16e1-4c1c-8014-0130b4a5a5b4",
"responseTime": "2020-12-10T10:12:07.374Z",
"ccyPair": "EURCNY",
"settleTime": "2020-12-11T06:00:00.000Z",
"settleType": "TOM",
"txnAmount": "150.00",
"rate": "8.00166968",
"contraAmount": "1200.25",
"quotationTime": "2020-12-10T08:10:41.000Z",
"validTill": "2020-12-10T16:12:41.000Z",
"baseCurrency": "EUR",
"status": "CREATED"
}
Modified at 2026-03-27 07:38:13