List asset transactions for an asset
GET/asset/:id/transaction
List asset transactions filtered by asset id (handler accounting.go:1375 reuses listAssetTransaction with asset_id)
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
List of asset transactions
Bad request error
Unauthorized error
Token issue like Expired or corrupted
NotFound
Internal Server error