> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bitski.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GET Transactions

> Optionally prompt users for approval when signing. Transaction approval screen simulates transaction effects, parses complex transaction results, and displays content in human-readable terms.

<Note>Access to this API requires authentication. To receive help on accessing this API, please reach out to [sales@bitski.com](mailto:sales@bitski.com).</Note>

### Path

<ParamField path="transactionId" type="string" placeholder="5c94e001-a9d3-4253-ac43-663739e29c43" required>
  The ID of the transaction to retrieve.
</ParamField>

### Examples

<img src="https://mintcdn.com/bitski/Et9Vn7Lnb6TuZTLD/assets/images/transactions-d5e3645ce6459977526ac454fea48a92.png?fit=max&auto=format&n=Et9Vn7Lnb6TuZTLD&q=85&s=2f7161dbeb87088053cbe04e22311ab3" alt="Transactions" width="5400" height="3600" data-path="assets/images/transactions-d5e3645ce6459977526ac454fea48a92.png" />

<ResponseExample>
  ```json Sample Response theme={null}
  {
    "transaction": {
      "activity": {
        "additionalEvents": [],
        "primaryEvent": {
          "details": {
            "amount": "10000000000000",
            "blockNumber": 0,
            "from": "0xf1006a889955d8be4a3ba50c5fca04f593d1df20",
            "kind": "NATIVE",
            "logIndex": null,
            "to": "0xb9b7d3d6317d987548919641c8bf1f539da275fc",
            "token": {
              "chainId": 1,
              "coinType": 60,
              "collection": {
                "image": "https://cdn.bitskistatic.com/images/icons/activity-icons/icon-ethereum-square-3e5ae4354e4a324bc7cb981c28f6752e176af01f75dee10d4e37afe5073e438f.png",
                "isEtherscanVerified": true,
                "name": "Ethereum",
                "updatedAt": "2023-03-22T15:46:40"
              },
              "contractAddress": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
              "decimals": 18,
              "symbol": "ETH"
            },
            "transactionHash": "0x0000000000000000000000000000000000000000000000000000000000000000"
          },
          "eventType": "TOKEN_TRANSFER"
        }
      },
      "clientId": "5bc0d0c2-cd6a-44a6-886b-f3f111008596",
      "consentStatus": "INCOMPLETE",
      "context": {
        "chainId": 1,
        "origin": "https://www.bitski.com"
      },
      "contractInfo": {
        "isContract": false,
        "isEtherscanVerified": true,
        "isOpenseaVerified": false
      },
      "id": "97fcb5be-388e-4266-a0b1-db431f666019",
      "kind": "ETH_SEND_TRANSACTION",
      "payload": {
        "from": "0xf1006a889955d8be4a3ba50c5fca04f593d1df21",
        "to": "0xb9b7d3d6317d987548919641c8bf1f539da275f1",
        "type": 2,
        "value": "0x09184e72a000"
      },
      "submitterId": "22ac9c81-1c6a-4818-a28b-6c97bd644e41",
      "warnings": []
    }
  }
  ```
</ResponseExample>
