Create new outgoing transaction
API - TRANSACTIONS - V2
Create new outgoing transaction
POST
Create new outgoing transaction
Documentation Index
Fetch the complete documentation index at: https://docs.zodia-custody.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
id of the wallet you want to use
Required string length:
1 - 40Example:
"ZTEST-NOBENF-849P8XKKAO"
id of transaction which will be created
Required string length:
1 - 40Example:
"TRI-ZTEST-63Q4DZ0KJP"
amount to send in Unit
Example:
"100"
subtract fee
Example:
true
to address
Example:
"tb1ql7w62elx9ucw4pj5lgw4l028hmuw80sndtntxt"
email of submitter
Example:
"api-maker@zodia.io"
currency of the transfer
Example:
"eth"
a quick description of the transaction
Example:
"First transaction"
Response
OK
Id of the entity
Get outgoing transactions by wallet ID
Previous
Get the payload to create new outgoing transaction
Next