InputsSelection
Input
Parameter | Type | Description |
---|---|---|
txHash | string | txHash |
index | string | vOut of the txHash |
DestinationTransferPeerPath
Parameter | Type | Description |
---|---|---|
type | string | [ VAULT_ACCOUNT, EXCHANGE_ACCOUNT, INTERNAL_WALLET, EXTERNAL_WALLET, ONE_TIME_ADDRESS, NETWORK_CONNECTION, FIAT_ACCOUNT ] |
id | string | The peer ID (not needed for ONE_TIME_ADDRESS) |
oneTimeAddress | OneTimeAddress | Destination address |
OneTimeAddress
Parameter | Type | Description |
---|---|---|
address | string | Transfer destination address |
tag | string | Used as destination tag for XRP; memo for ATOM, EOS, HBAR, LUNA, LUNC, XDB, XEM; memo_text for XLM; notes for ALGO; Bank Transfer Description for fiat providers. |
BlockInfo
Parameter | Type | Description |
---|---|---|
blockHeight | string | The height (number) of the block the transaction was mined in |
blockHash | string | The hash of the block the transaction was mined in |
RewardsInfo
Parameter | Type | Description |
---|---|---|
srcRewards | string | The ALGO rewards acknowledged by the source account of the transaction |
destRewards | string | The ALGO rewards acknowledged by the destination account of the transaction |
NetworkRecord
Parameter | Type | Description |
---|---|---|
source | TransferPeerPathResponse | Source of the transaction |
destination | TransferPeerPathResponse | Destination of the transaction |
txHash | string | Blockchain hash of the transaction |
networkFee | number | The fee paid to the network |
assetId | string | Transaction asset |
netAmount | number | The net amount of the transaction, after fee deduction |
status | NetworkStatus object | Status of the blockchain transaction |
type | string | Type of the operation |
destinationAddress | string | Destination address |
sourceAddress | string | For account-based assets only, the source address of the transaction |
NetworkStatus
Parameter | Type | Description |
---|---|---|
networkStatus | enum | DROPPED - The transaction was dropped by the network (Typically due to a low fee, or if the mempool is full).BROADCASTING - Broadcasting to the blockchain.CONFIRMING - Pending confirmations.FAILED - The transaction has failed to complete on the blockchain.CONFIRMED - Confirmed on the blockchain. |
TransactionRequestDestination
Parameter | Type | Description |
---|---|---|
amount | string | The amount to be sent to this destination |
destination | DestinationTransferPeerPath | The specific destination |
DropTransactionRequest
Parameter | Type | Description |
---|---|---|
txId | string | The ID of the transaction being dropped. |
feeLevel | string | The fee level for the replacement of non-ETH transactions. |
gasPrice | string | The network fee level for the replacement of ETH transactions. |
DropTransactionResponse
Parameter | Type | Description |
---|---|---|
success | boolean | True if the transaction dropped or the replacement succeeded. |
transactions | array | Dropped Transaction replacement Transaction ID(s). |
SetConfirmationsThresholdResponse
Parameter | Type | Description |
---|---|---|
success | boolean | |
transactions | array of strings | txIds of the transactions |
NodeControls
Parameter | Type | Description |
---|---|---|
type | string (enum) | Transaction routing type. Enum Values: - NODE_ROUTER - MEVFor routing transactions to a custom node set - NODE_ROUTER For MEV protection routing set - MEV |
tag | string | Used for NODE_ROUTER type only. The pre-configured tag of the node to route the transactio to |