Create a new transaction for a wallet

Path parameters

merchantIdstringRequired
Merchant ID
organizationIdstringRequired
Organization ID

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

Transaction data to create
account_idstringRequired
The id of the account
tx_hashstringRequired
The hash of the transaction
amountstringRequired
The amount of the transaction
token_symbolstringRequired
The token symbol for the transaction
networkstringRequired
The network of the transaction
statusenumRequired
The status of the transaction
Allowed values:
directionenumRequired
The direction of the transaction
Allowed values:
feeobjectOptional
The transaction fee details

Response

Transaction created successfully
transaction_objectobject
The transaction object
status_codedouble
The status code of the response
descriptionstring
The description of the response

Errors