Returns a list of transactions from the CoinFi blockchain. Example: GET https://api.coinfi.zone/transactions?limit=10 retrieves the latest 10 transactions.
https://api.coinfi.zone/transactions
GET
limit
(optional) – defines the maximum number of transactions to return.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The maximum number of transactions to return. Default is 10 if not specified.
A list of transactions.
The response is of type object
.