/transactionsCreate Transaction
Outcome - Creates a new outgoing transaction from a client wallet.
Body Parameters
amountstringrequireddecimalTransaction amount
walletIdnumberpositiveSource wallet ID (required if clientId and assetId are not provided)
clientIdstringExternal client ID (provided only if walletId is not provided)
assetIdnumberpositiveAsset ID (provided only if walletId is not provided or receiverAddress is not provided)
receiverAddressstringalphanumericDestination wallet address
receiverClientIdstringalphanumericDestination external client ID
toMasterWalletbooleanbooleanFlag to indicate if the transaction should be sent to the master wallet
Responses
Response attributes
messagestringSuccess message
transactionobjectCreated transaction details
Show child attributes (17)
dollarAmountstringTransaction amount in USD
feesDollarAmountstringTransaction fees in USD
walletIdnumberSource wallet ID
senderAddressstringSender wallet address
receiverAddressstringDestination address
gasStationCategoryWalletIdnumberGas station category wallet ID
parentIdnumbernullableParent transaction ID
assetobjectAsset details
Show child attributes (11)
idnumberAsset ID
namestringAsset name
symbolstringAsset symbol
contractAddressstringToken contract address
decimalsnumberAsset decimals
networkobjectNetwork details
Show child attributes (11)
idnumberNetwork ID
namestringNetwork name
symbolstringNetwork symbol
createdAtstringNetwork creation timestamp
updatedAtstringNetwork last updated timestamp
typestringNetwork type
statusstringNetwork status
logostringNetwork logo URL
isSwappablebooleanWhether the network supports swapping
categorystringNetwork category
chainobjectChain details
Show child attributes (5)
idnumberChain ID
namestringChain name
nativeCurrencyobjectNative currency details
Show child attributes (3)
namestringCurrency name
symbolstringCurrency symbol
decimalsnumberCurrency decimals
rpcUrlsobjectRPC URLs
Show child attributes (1)
defaultobjectDefault RPC configuration
Show child attributes (2)
httparrayHTTP RPC URLs
webSocketarrayWebSocket RPC URLs
blockExplorersobjectBlock explorer details
Show child attributes (1)
defaultobjectDefault block explorer
Show child attributes (3)
namestringExplorer name
urlstringExplorer URL
apiUrlstringExplorer API URL
createdAtstringAsset creation timestamp
updatedAtstringAsset last updated timestamp
typestringAsset type (COIN or TOKEN)
statusstringAsset status
logostringAsset logo URL
createdAtstringTransaction creation timestamp
updatedAtstringTransaction last updated timestamp
markupstringTransaction markup
typestringTransaction type
statusstringTransaction status
coinSymbolstringCoin symbol
paymentPolicyTypestringPayment policy type
amountstringTransaction amount
feesstringTransaction fees
statusnumberHTTP status code
Was this page helpful?