{
"transactions": [
{
"transactionId": "1d8beb26-b4d1-47ee-8e5d-0d3905f200c7",
"correlationId": "03b7030f-6da1-4e76-3352-3debd82112c8",
"status": "PROCESSING",
"fees": {
"fernFee": {
"type": "fern",
"currency": "USD",
"amount": 5.45,
"usdAmount": 5.45
},
"developerFee": {
"type": "fern",
"currency": "USD",
"amount": 5.45,
"usdAmount": 5.45
}
},
"exchangeRate": 1.2,
"transferInstructions": {
"type": "offramp",
"paymentMethod": "ethereum",
"transferWalletAddress": "0x123abc123abc123abc123abc123abc123abc123a"
},
"source": {
"bankAccountId": "072a8b7b-38c7-429a-a6cf-35dae7f2fb77",
"paymentMethod": "ach",
"currency": "USD"
},
"destination": {
"bankAccountId": "072a8b7b-38c7-429a-a6cf-35dae7f2fb77",
"walletAddress": "0xbf50fb9c99233f95bce213044507e58485cf9eba",
"paymentMethod": "ach",
"currency": "USDC",
"wireMessage": "text",
"achReference": "text"
},
"sendingAmount": 100,
"receivingAmount": 98.5,
"minGuaranteedReceivingAmount": 98,
"errorDetails": [
{
"message": "Insufficient funds",
"code": "INSUFFICIENT_FUNDS",
"metadata": {
"errorType": "Funds Error"
},
"timestamp": "2021-08-10T14:48:00Z",
"action": "Add more funds"
}
]
}
],
"nextPageToken": "xyz"
}