+++ title = "Transactions" description = "Transaction documentation" weight = 6 +++ A transaction request between `source` and `target` to move `amount` Gradecoin. # Requests ## GET A HTTP `GET` request to [/transaction](/transaction) endpoint will return the current list of pending transactions. ## POST A HTTP `POST` request with Authorization using [JWT](@/JWT.md) to [/transaction](/transaction) will allow you to propose your own transactions. # Fields ``` source: Fingerprint target: Fingerprint amount: unsigned 16 bit integer timestamp: ISO 8601 T