cURL
curl --request GET \ --url https://api.peere.network/v1/transaction-history \ --header 'Authorization: Bearer <token>'
{ "statusCode": 200, "success": true, "data": { "items": [ {} ], "total": 123, "page": 123, "totalPages": 123 } }
Retrieve transaction history with extensive filtering options.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Transaction history retrieved successfully
200
true
Show child attributes