List Transactions (Beta)
This feature is currently in beta and should not be used in production. For further details please contact support@ospree.io.
GET
api/v2/analytics/chains/{chain}/transactions
Retrieve the paginated list of transactions screening results based on the requesting business identity.
Path Parameters
chain
string
Blockchain network name. Example: bitcoin
True
Query Parameters
start_range
string
Starting point for specified data range. Example: 2020-12-09
end_range
string
Ending point for specified data range. Example: 2023-12-09
page
integer
The current page number in pagination. Minimum: 1
, Default: 1
size
integer
The size or number of records per page. Minimum: 1
, Maximum: 50
, Default: 10
sort
string
Criteria for result sorting. Example: -last_modified
Response
Last updated