Create a new transaction for a wallet

Authentication

AuthorizationBearer

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

Path parameters

merchantIdstringRequired
Merchant ID
organizationIdstringRequired
Organization ID

Request

This endpoint expects an object.
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_objectmap from strings to any
The transaction object
status_codedouble
The status code of the response
descriptionstring
The description of the response

Errors

400
Create Transaction Request Bad Request Error
401
Create Transaction Request Unauthorized Error
403
Create Transaction Request Forbidden Error
404
Create Transaction Request Not Found Error
422
Create Transaction Request Unprocessable Entity Error
500
Create Transaction Request Internal Server Error