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
+
1027
1113
#### getAll(filterOptions)
1028
1114
1029
1115
@@ -1057,6 +1143,213 @@ See 'getTransactions' for details.
1057
1143
1058
1144
1059
1145
1146
+
#### getTransaction(hash, filterOptions)
1147
+
1148
+
1149
+
Retrieves the transaction data for the specified hash.
1150
+
1151
+
1152
+
1153
+
1154
+
##### Parameters
1155
+
1156
+
| Name | Type | Description ||
1157
+
| ---- | ---- | ----------- | -------- |
1158
+
| hash || The transaction hash. | |
1159
+
| filterOptions || The filter options associated with the request. See [docs](https://docs.amberdata.io/reference#gettransaction) for more details. | |
1160
+
| filterOptions.validationMethod=none || The validation method to be added to the response: `none`, `basic`, `full`. | |
1161
+
| filterOptions.includePrice=true || Indicates whether or not to include price data with the results. | |
Retrieves the historical (time series) volume of transactions.
1298
+
1299
+
1300
+
1301
+
1302
+
##### Parameters
1303
+
1304
+
| Name | Type | Description ||
1305
+
| ---- | ---- | ----------- | -------- |
1306
+
| filterOptions || The filter options associated with the request. See [docs](https://docs.amberdata.io/reference#gethistoricaltransactionvolume) for more details. | |
1307
+
1308
+
1309
+
1310
+
1311
+
##### Examples
1312
+
1313
+
```javascript
1314
+
constvolume=awaitweb3data.transaction.getVolume()
1315
+
```
1316
+
1317
+
1318
+
##### Returns
1319
+
1320
+
1321
+
- The historical (time series) volume of transactions.
1322
+
1323
+
1324
+
1325
+
1326
+
1327
+
#### getMetrics()
1328
+
1329
+
1330
+
Get metrics for recent confirmed transactions for a given blockchain. Default metrics are over a 24h period.
0 commit comments