Create Transaction (Beta)
This feature is currently in beta and should not be used in production. For further details please contact support@ospree.io.
POST
/api/v2/analytics/chains/{chain}/transactions/{transaction}
This API endpoint facilitates the screening of transaction hashes, enabling the identification of potential irregularities or suspicious activities within the blockchain ecosystem. Users can gain detailed insights into associated entities and flagged risk indicators, contributing to a comprehensive analysis of transaction data for enhanced transparency and security.
In order to call this endpoint, you need to specify the transaction hash and chain (blockchains). This API version supports the following blockchains bitcoin
, doge
, ethereum
, bitcoin-cash
, litecoin
, stellar
, ripple
, XDC
.
Path Parameters
chain
string
Blockchain network name. Example: bitcoin
True
transaction
string
Unique blockchain identifier. Example: f24f0e170461545b20c464507113e590a007dd10df087628d8b1842976791d5c
True
Response
Last updated