You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- All transactions matched by the specified filters.
1108
+
1109
+
1110
+
1111
+
1112
+
1113
+
#### getTransaction(hash, filterOptions)
1114
+
1115
+
1116
+
Retrieves the transaction data for the specified hash.
1117
+
1118
+
1119
+
1120
+
1121
+
##### Parameters
1122
+
1123
+
| Name | Type | Description ||
1124
+
| ---- | ---- | ----------- | -------- |
1125
+
| hash || The transaction hash. | |
1126
+
| filterOptions || The filter options associated with the request. See [docs](https://docs.amberdata.io/reference#gettransaction) for more details. | |
1127
+
| filterOptions.validationMethod=none || The validation method to be added to the response: `none`, `basic`, `full`. | |
1128
+
| filterOptions.includePrice=true || Indicates whether or not to include price data with the results. | |
Retrieves the historical (time series) volume of transactions.
1265
+
1266
+
1267
+
1268
+
1269
+
##### Parameters
1270
+
1271
+
| Name | Type | Description ||
1272
+
| ---- | ---- | ----------- | -------- |
1273
+
| filterOptions || The filter options associated with the request. See [docs](https://docs.amberdata.io/reference#gethistoricaltransactionvolume) for more details. | |
1274
+
1275
+
1276
+
1277
+
1278
+
##### Examples
1279
+
1280
+
```javascript
1281
+
constvolume=awaitweb3data.transaction.getVolume()
1282
+
```
1283
+
1284
+
1285
+
##### Returns
1286
+
1287
+
1288
+
- The historical (time series) volume of transactions.
1289
+
1290
+
1291
+
1292
+
1293
+
1294
+
#### getMetrics()
1295
+
1296
+
1297
+
Get metrics for recent confirmed transactions for a given blockchain. Default metrics are over a 24h period.
0 commit comments