Vortex
  1. Ramp
Vortex
  • General overview
  • Vortex Ramp Integration Guide
  • Vortex SDK
  • Quotes
    • Create a new quote
      POST
    • Get existing quote
      GET
  • Ramp
    • Register new ramp process
      POST
    • Get ramp status
      GET
    • 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...
  • Supported Payment Methods
    GET
  • Supported Cryptocurrencies
    GET
  1. Ramp

Get ramp status

GET
/v1/ramp/{id}
Fetches an updated ramp process.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vortexfinance.co/v1/ramp/'
Response Response Example
{
    "id": "string",
    "quoteId": "826e5192-f8c6-4e24-aab3-3910e46c52b7",
    "type": "buy",
    "currentPhase": "initial",
    "from": "assethub",
    "to": "assethub",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "unsignedTxs": [
        {
            "txData": "AAAAAKu...",
            "phase": "RampPhase",
            "nonce": 0,
            "signer": "string",
            "meta": {}
        }
    ],
    "depositQrCode": "string"
}

Request

Path Params

Responses

🟢200Success
application/json
Body

Modified at 2025-08-12 14:22:31
Previous
Register new ramp process
Next
Update ramp process
Built with