Endpoints
GET AAMM Transactions
Returns a list of transactions from the CoinFi blockchain. Example: GET https://api.coinfi.zone/transactions?limit=10 retrieves the latest 10 transactions.
GET
This endpoint retrieves a list of transactions from the CoinFi blockchain.
Request Details
- URL:
https://api.coinfi.zone/transactions
- Method:
GET
- Query Parameter:
limit
(optional) – defines the maximum number of transactions to return.
Example Request
The response will include a JSON object that contains an array of transaction objects.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The maximum number of transactions to return. Default is 10 if not specified.
Response
200 - application/json
A list of transactions.
Was this page helpful?