additionalData
object, existing properties will be overriden by new values.additionalData
field must contain the confirmation hash corresponding to the inital transaction in which the user sends the funds.Assethub
, then assetHubToPendulumHash
must be provided.EVM
chain, then squidRouterApproveHash
and squidRouterSwapHash
must be provided.curl --location --request POST 'https://api.vortexfinance.co/v1/ramp/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"rampId": "proc_12345",
"presignedTxs": [
{
"phase": "RampPhase",
"nonce": 1,
"signer": "GB2TP24WCY6BPGFX4SOGDHT7IGJRR7HCDQT2VL2MVCZJTJCGKMVGQGQB",
"meta": {},
"txData": "AAAAAKu..."
}
],
"additionalData": {
"squidRouterApproveHash": "0x123...",
"squidRouterSwapHash": "0x456..."
}
}'
{
"id": "proc_12345",
"quoteId": "quote_7af7171e-aa42-49a2-80c2-9e18483bad38",
"type": "off",
"currentPhase": "processing",
"from": "stellar",
"to": "pix",
"createdAt": "2024-05-16T10:00:00Z",
"updatedAt": "2024-05-16T12:30:00Z",
"unsignedTxs": [],
"depositQrCode": "00020126..."
}