Create a new transaction for a wallet
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
merchantId
Merchant ID
organizationId
Organization ID
Request
This endpoint expects an object.
account_id
The id of the account
tx_hash
The hash of the transaction
amount
The amount of the transaction
token_symbol
The token symbol for the transaction
network
The network of the transaction
status
The status of the transaction
Allowed values:
direction
The direction of the transaction
Allowed values:
fee
The transaction fee details
Response
Transaction created successfully
transaction_object
The transaction object
status_code
The status code of the response
description
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