Response
OK
curl --request GET \
--url https://api.bron.org/workspaces/{workspaceId}/transactions/{transactionId}/events
{
"events": [
{
"accountId": "<string>",
"accountType": "vault",
"amount": "<string>",
"assetId": "<string>",
"blockchainTxId": "<string>",
"createdAt": "<string>",
"eventId": "<string>",
"eventType": "in",
"extra": {
"allowance": [
{
"address": "<string>",
"amount": "<string>",
"networkId": "<string>",
"unlimited": true
}
],
"in": [
{
"address": "<string>",
"amount": "<string>",
"fromAccountId": "<string>",
"fromAddressBookRecordId": "<string>",
"networkId": "<string>"
}
],
"out": [
{
"address": "<string>",
"amount": "<string>",
"memo": "<string>",
"networkId": "<string>",
"toAccountId": "<string>",
"toAddressBookRecordId": "<string>"
}
],
"rewardInfo": {},
"stakeInfo": [
{}
],
"transactionFailed": true
},
"networkId": "<string>",
"symbol": "<string>",
"transactionId": "<string>",
"usdAmount": "<string>",
"workspaceId": "<string>"
}
]
}
curl --request GET \
--url https://api.bron.org/workspaces/{workspaceId}/transactions/{transactionId}/events
{
"events": [
{
"accountId": "<string>",
"accountType": "vault",
"amount": "<string>",
"assetId": "<string>",
"blockchainTxId": "<string>",
"createdAt": "<string>",
"eventId": "<string>",
"eventType": "in",
"extra": {
"allowance": [
{
"address": "<string>",
"amount": "<string>",
"networkId": "<string>",
"unlimited": true
}
],
"in": [
{
"address": "<string>",
"amount": "<string>",
"fromAccountId": "<string>",
"fromAddressBookRecordId": "<string>",
"networkId": "<string>"
}
],
"out": [
{
"address": "<string>",
"amount": "<string>",
"memo": "<string>",
"networkId": "<string>",
"toAccountId": "<string>",
"toAddressBookRecordId": "<string>"
}
],
"rewardInfo": {},
"stakeInfo": [
{}
],
"transactionFailed": true
},
"networkId": "<string>",
"symbol": "<string>",
"transactionId": "<string>",
"usdAmount": "<string>",
"workspaceId": "<string>"
}
]
}
OK
Show child attributes
Was this page helpful?