Submits a new transaction to the CoinFi blockchain. Example: POST a JSON payload with transaction details.
https://api.coinfi.zone/transactions
POST
application/json
from
: Sender addressto
: Receiver addressamount
: Transaction amount (as a string)nonce
: Transaction nonce (integer)signature
: Digital signature of the transactionBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Transaction details to be submitted.
The body is of type object
.
Transaction response.
The response is of type object
.