Vortex
  1. Schemas
Vortex
  • General overview
  • Vortex Ramp Integration Guide
  • Vortex SDK
  • Sandbox Environment
  • Quotes
    • Get existing quote
    • Create a new quote
    • Create a quote for the best network
  • Vortex Widget
    • Widget parameters
    • Generate a widget URL (with quote refresh)
    • Generating widget URL (for existing quote)
  • Ramp
    • Get ramp status
    • Register new ramp process
    • Update ramp process
    • Start ramp process
  • 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
    • Delete Webhook
  • Public Key
    • Overview
    • Public Key
  • Supported Payment Methods
    GET
  • Supported Cryptocurrencies
    GET
  • Supported Countries
    GET
  • Supported Fiat Currencies
    GET
  • Schemas
    • Schemas
      • CleanupPhase
      • StartRampRequest
      • RampDirection
      • GetWidgetUrlLocked
      • CountryCode
      • PaymentMethod
      • SimpleStatus
      • FiatToken
      • OnChainToken
      • GetWidgetUrlRefresh
      • CreateBestQuoteRequest
      • RegisterRampRequest
      • CreateQuoteRequest
      • UpdateRampRequest
      • BrlaErrorResponse
      • AccountMeta
      • QuoteResponse
      • PresignedTx
      • GetUserResponse
      • Networks
      • RampCurrency
      • PaymentData
      • GetKycStatusResponse
      • RampProcess
      • ValidatePixKeyResponse
      • RampPhase
      • GetUserRemainingLimitResponse
      • DestinationType
      • TriggerOfframpRequest
      • UnsignedTx
      • TriggerOfframpResponse
      • ErrorResponse
      • BrlaAddress
      • TaxIdType
      • CreateSubaccountRequest
      • CreateSubaccountResponse
      • KYCDocType
      • KYCDataUploadFileFiles
      • StartKYC2Request
      • StartKYC2Response
  1. Schemas

UpdateRampRequest

{
    "rampId": "proc_12345",
    "presignedTxs": [
        {
            "phase": "RampPhase",
            "nonce": 0,
            "signer": "string",
            "meta": {},
            "txData": "AAAAAKg..."
        }
    ],
    "additionalData": {
        "squidRouterApproveHash": "string",
        "squidRouterSwapHash": "string",
        "assetHubToPendulumHash": "string",
        "moneriumOfframpSignature": "string"
    }
}
Built with