This method allows you to list API transactions for one coin/context.
Notes:
- Use this endpoint to paginate through transactions related to a specific cryptocurrency within your API key context.
- You can filter the results by date range.
Method: GET
Path: https://api.blockbee.io/<coin>/list/
Parameters
Path Parameters
<coin>string•Required
tickerstring•Required
The ticker parameter in this API request refers to the unique identifier of the cryptocurrency to which you are making the request. It is included in the URL of the request and helps to specify the exact cryptocurrency that you want to retrieve data for. The ticker is typically a short code that uniquely identifies the cryptocurrency, or the token and it's network/blockchain. For example, btc is the ticker for Bitcoin, and trc20/usdt is the ticker for USDT over TRC-20. Having this in mind, a request for USDT over TRC-20 will look like this: https://api.blockbee.io/trc20/usdt/list/.
btcQuery Parameters
apikeystring•Required
API Key provided by BlockBee's Dashboard.
Note: The API key can also be sent as a header named apikey.
Returns
Returns a list of transaction objects matching the provided filters.
transactionsobject[]
A list of transaction object records matching the provided filters.
The unique identifier for the transaction.
The payment address that received the funds.
The address where the funds were forwarded to.
The transaction ID of the incoming payment.
The transaction ID of the outgoing/forwarded payment.
A link to view the incoming transaction on a blockchain explorer.
The amount received in cryptocurrency.
The amount forwarded in cryptocurrency.
The fiat value of the received amount at the time of the transaction.
The fiat value of the forwarded amount at the time of the transaction.
The cryptocurrency to fiat price at the time of the transaction.
The cryptocurrency used for the transaction.
The number of blockchain confirmations for the transaction.
The fee applied to the transaction.
The fee percentage applied.
Indicates whether the fee was deducted from the forwarded amount.
The blockchain network fee for the transaction.
The outcome of the transaction process (e.g., done, sent).
The date and time of the transaction.
btc