# Quote Get Get info about previously created Quote Endpoint: GET /v2/quote/{id} Version: 2.5.1 ## Path parameters: - `id` (string, required) ## Query parameters: - `country` (string, required) Enum: "BGD", "IND", "PAK", "PHL", "NPL" ## Header parameters: - `authorization` (string, required) Bearer token (JWT signed with your SECRET_KEY) ## Response 200 fields (application/json): - `id` (string, required) - `country` (string, required) Enum: "BGD", "IND", "PAK", "PHL", "NPL" - `currency` (string, required) Enum: "BHD", "EUR", "KWD", "MYR", "OMR", "QAR", "SAR", "SGD", "TRY", "AED", "USD", "INR" - `amount` (number, required) - `amount_destination` (number, required) - `rate` (number, required) - `timestamp` (string, required) - `expires` (string, required) - `wallet_rate` (number, required) - `min_amount_destination` (any) - `max_amount_destination` (any) ## Response 400 fields (application/json): - `detail` (any) ## Response 401 fields (application/json): - `detail` (any) ## Response 403 fields (application/json): - `detail` (any) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required) ## Response 500 fields (application/json): - `detail` (any)