Vortex
Schemas
Copy Page
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
Schemas
Copy Page
PresignedTx
Represents a transaction that has been presigned. Based on UnsignedTx structure.
{
"phase"
:
"RampPhase"
,
"nonce"
:
0
,
"signer"
:
"string"
,
"meta"
:
{
}
,
"txData"
:
"AAAAAKg..."
}