Skip to main content
GET
/
workspaces
/
{workspaceId}
/
transactions
/
{transactionId}
/
events
Get Transaction Events
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>"
    }
  ]
}

Path Parameters

workspaceId
string
required
transactionId
string
required

Response

OK

events
object[]
required