thenewboston-blockchain / Bank

Bank for thenewboston digital currency.
https://thenewboston.com
MIT License
87 stars 42 forks source link

Query param to filter out "fee" transactions #137

Open buckyroberts opened 3 years ago

buckyroberts commented 3 years ago

Bank transactions include a field for fee which can either be:

The blank string means no fee/normal transaction. We need a query param that allows the user to retrieve the results for all non-fee bank transactions.

Example response for GET /bank_transactions - https://gist.github.com/buckyroberts/2365050d1c93da83fff75dd52e387be0

fee-pic

DucPhamTV commented 3 years ago

Can I take this?

buckyroberts commented 3 years ago

@DucPhamTV all yours