Vortex
  1. Quotes
Vortex
  • General overview
  • Vortex Ramp Integration Guide
  • Vortex SDK
  • Sandbox Environment
  • Quotes
    • Get existing quote
      GET
    • Create a new quote
      POST
    • Create a quote for the best network
      POST
  • Vortex Widget
    • Widget parameters
    • Generate a widget URL (with quote refresh)
      POST
    • Generating widget URL (for existing quote)
      POST
  • Ramp
    • Get ramp status
      GET
    • Register new ramp process
      POST
    • Update ramp process
      POST
    • Start ramp process
      POST
  • Account Management
    • Brazil
      • Brazilian KYC Process Overview
      • Get user's remaining transaction limits
      • Get user information
      • Get status of the last ramp event for a user
      • Create user or retry KYC
      • Get user's KYC status
      • Start KYC level 2 process for a user
    • Europe
      • Coming soon...
  • Webhooks
    • Overview
    • Register Webhook
      POST
    • Delete Webhook
      DELETE
  • Public Key
    • Overview
    • Public Key
      GET
  • Supported Payment Methods
    GET
  • Supported Cryptocurrencies
    GET
  • Supported Countries
    GET
  • Supported Fiat Currencies
    GET
  1. Quotes

Get existing quote

Production
https://api.vortexfinance.co
Production
https://api.vortexfinance.co
GET
/v1/quotes/{id}
Get a quote by ID.

Request

Path Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vortexfinance.co/v1/quotes/'
Response Response Example
{
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "rampType": "BUY",
    "from": "assethub",
    "to": "assethub",
    "inputAmount": "string",
    "outputAmount": "string",
    "inputCurrency": "EUR",
    "outputCurrency": "EUR",
    "expiresAt": "2019-08-24T14:15:22Z",
    "networkFeeFiat": "string",
    "networkFeeUSD": "string",
    "anchorFeeFiat": "string",
    "anchorFeeUSD": "string",
    "vortexFeeFiat": "string",
    "vortexFeeUSD": "string",
    "partnerFeeFiat": "string",
    "partnerFeeUSD": "string",
    "totalFeeFiat": "string",
    "totalFeeUSD": "string",
    "processingFeeFiat": "string",
    "processingFeeUSD": "string",
    "feeCurrency": "EUR"
}
Modified at 2025-10-30 09:00:24
Previous
Sandbox Environment
Next
Create a new quote
Built with