{
"id": "",
"amount": "0",
"amountInUSD": "0",
"amountOutUSD": "0",
"fees": {
"joltzFee": "0",
"relayFee": "0",
"flashnetFee": "0",
"appFee": "0"
},
"steps": [
{
"name": "deposit",
"tx": {
"from": "<string>",
"to": "<string>",
"data": "<string>",
"value": "<string>",
"maxFeePerGas": "<string>",
"maxPriorityFeePerGas": "<string>",
"chainID": 123
}
}
],
"solanaInstructions": [
{
"keys": [
{
"pubkey": "5mdrbDXzXmyNzXwcESGys5uG1YmzAGPxa1foQvHMsCdw",
"isSigner": true,
"isWritable": true
}
],
"programId": "11111111111111111111111111111111",
"data": "02000000a0a7280300000000"
}
]
}