List 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 currency is provided, blockchain and network cannot be used.
  • If currency is not provided, you may use blockchain, 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.

Query Params
string

Filter on ID or symbol of the currency

string

The direction of the transaction (e.g. incoming, outgoing)

string

Filter by query string in any of the fields address, customerid, transactionid, hash, type.

string

The amount of transactions returned per request. Max 100.

string

The offset from which to begin selection of transactions.

date-time

Only return transactions from after this timestamp.

date-time

Only return transactions from before this timestamp.

transactionIds
array of strings

Filter on Protect internal transactionID. This is purely internal and should rarely be used by clients

transactionIds
string

The type of transactions to fetch (e.g. burn).

string

Returns only transaction that have this address as a source

string

Returns only transaction that have this address as a destination

ids
array of strings

Filter on Protect transaction ID, as visible in the transaction objects.

ids
string

The blockchain associated with the transactions (e.g. ETH, BTC)

string

The network the transaction took place in (e.g. mainnet, testnet).

string

Only return transactions from after this block.

string

Only return transactions from before this block.

hashes
array of strings

Filter on transaction hash, as visible in the transaction objects.

hashes
string

Returns only transaction that have this address as either a source or a destination

string

Returns only transactions with an amount strictly above the given amount

boolean

Returns only transactions with a known source and destination, default false

string

Returns only transactions with a specific customer id

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json


  © 2026 Taurus SA. All rights reserved.