Request Details
- URL:
https://api.coinfi.zone/transactions
- Method:
POST
- Content-Type:
application/json
Required Fields
from
: Sender addressto
: Receiver addressamount
: Transaction amount (as a string)nonce
: Transaction nonce (integer)signature
: Digital signature of the transaction
Example Request
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Transaction details to be submitted.