get
https://your-protect-instance.example.com/api/rest/v1/transactions
This endpoint returns a list of transactions based on the provided query parameters.
You must specify either a currency (by ID or symbol) or a combination of blockchain and network.
- If
currencyis provided,blockchainandnetworkcannot be used. - If
currencyis not provided, you may useblockchain,network, or both together.
Only one of these approaches is allowed per request.
The currencyID is unique across blockchains and networks, and can be identified by querying the /currencies endpoint. We recommend using currencyID whenever possible to avoid ambiguity.