# Transaction

<table data-full-width="true"><thead><tr><th width="152">Data Point</th><th width="99">Type</th><th width="189">Description</th><th width="173">Options</th><th>Data Source</th></tr></thead><tbody><tr><td>Tx Hash</td><td>String</td><td>hash of transaction</td><td></td><td>SDK / Adapter </td></tr><tr><td>To</td><td>String</td><td>The address on which the transaction was executed.</td><td></td><td>SDK / Adapter </td></tr><tr><td>From</td><td>String</td><td>The address from which the transaction was executed.</td><td></td><td>SDK / Adapter</td></tr><tr><td>Status: Submitted, Rejected, Failed</td><td>String</td><td>Transaction status</td><td></td><td>SDK / Adapter</td></tr><tr><td>Quote Gas (Gwei)</td><td>Number</td><td>Gas fee quoted by the user while doing a transaction</td><td></td><td>SDK / Adapter</td></tr><tr><td>Chain</td><td>String</td><td>Transaction done on chain</td><td></td><td>SDK / Adapter</td></tr><tr><td>Date</td><td>Time</td><td>Date of transaction</td><td></td><td>SDK / Adapter</td></tr><tr><td>Function</td><td>String</td><td>Contract function performed in that transaction</td><td></td><td>Adapter</td></tr><tr><td>Value ($)</td><td>Number</td><td>Value of the transaction</td><td></td><td>Adapter </td></tr><tr><td>Action Type</td><td>String</td><td>Action type performed</td><td>Contribution, Extraction</td><td>Adapter </td></tr><tr><td>Transacted On Page</td><td>String</td><td>Page that this transaction happened on</td><td></td><td>SDK</td></tr><tr><td>Block Number</td><td>Number</td><td>On chain block number of transaction</td><td></td><td>Adapter </td></tr><tr><td>Browser</td><td>String</td><td>Browser application of the user in the latest session</td><td>All browsers being used to access the dApp</td><td>SDK</td></tr><tr><td>Browser Version</td><td>String</td><td>Browser version of the user in the latest session</td><td>All browser versios used to access the dApp</td><td>SDK</td></tr><tr><td>Devices</td><td>List</td><td>Device of the user in the latest session</td><td>All the devices available</td><td>SDK</td></tr><tr><td>OS</td><td>String</td><td>OS of the user in the latest session</td><td>All the OSes available</td><td>SDK</td></tr><tr><td>City</td><td>String</td><td>City of the user in the latest session</td><td>All the cities available</td><td>SDK</td></tr><tr><td>Region</td><td>String</td><td>Region of the user in the latest session</td><td>All the regions available</td><td>SDK</td></tr><tr><td>Country</td><td>String</td><td>Country of the user in the latest session</td><td>All the countries available</td><td>SDK</td></tr><tr><td>Referrer</td><td>String</td><td>Referrer link from which the user came</td><td>All the URLs available</td><td>SDK</td></tr><tr><td>Referring Domain</td><td>String</td><td>Referring domain from which the user came</td><td>All the URLs available</td><td>SDK</td></tr><tr><td>Init. Referrer</td><td>String</td><td>Referrer link from which the user came the first time</td><td>All the URLs available</td><td>SDK</td></tr><tr><td>Init. Referring Domain</td><td>String</td><td>Referring domain from which the user came the first time</td><td>All the URLs available</td><td>SDK</td></tr><tr><td>Screen Height</td><td>String</td><td>Screen height of the user's device</td><td></td><td>SDK</td></tr><tr><td>Screen Width</td><td>String</td><td>Screen width of the user's device</td><td></td><td>SDK</td></tr><tr><td>Search Engine</td><td>String</td><td>Search engine from which the user came</td><td></td><td>SDK</td></tr><tr><td>UTM Campaign</td><td>String</td><td>A UTM (Urchin Tracking Module) code is a snippet of text added to the end of a URL to track the metrics and performance of a specific digital marketing campaign.</td><td>paramter link for campaign (product launch , case study , product update , career)</td><td>SDK</td></tr><tr><td>Status</td><td>List</td><td>Current status of wallet.</td><td>Active , Retained , Churned , Expanded , Resurrected , Contracted</td><td>SDK &#x26; Adapter</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://spock-analytics.gitbook.io/introduction/data-catalog/transaction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
