Retrieve an array of requests from a topic
| Name | Type | Required? | Description |
|---|---|---|---|
| topic | string | true | Topic string |
| updatedBetween | iTimestampBoundaries | false | Start time and end time |
| options | Object | false | Options |
Promise<Request[]>
| Name | Type | Required? | Description |
|---|---|---|---|
| from | number (Unix timestamp) | false | Start time |
| to | number (Unix timestamp) | false | End time |
| Name | Type | Required? | Description |
|---|---|---|---|
| disablePaymentDetection | boolean | false | Disables payment detection |
| disableEvents | boolean | false | Disabled events |