get https://sandbox-api.readyremit.com/v1/quote/
The GET /quote/{quoteHistoryId} endpoint retrieves a previously obtained quote based on the quote history ID.
Implementation Guide:
- The quote history id is provided in the response of the
GET /quoteendpoint and from the SDK when preparing to post a transfer. - This endpoint should be used to retrieve a previously obtained quote for reference to confirm the total cost of the transfer during the transfer process.
- See Posting a Transfer for examples.
