curl --location --request GET 'https://api.vortexfinance.co/v1/ramp/'
{
"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"
}