Set funding source and approval
Set funding source for ticket term and creating approving transaction for contract to transfer asset
PUT
TypeScript
Headers
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Body
application/json
Asset name
Example:
"USDC"
Amount
Example:
"133.789161216184"
Id of the vault that is used as the source of the asset.
Example:
"2"
Transaction fee
Example:
"0.001"
Transaction fee level.
Available options:
LOW, MEDIUM, HIGH Example:
"MEDIUM"
Transaction note
Example:
"Transaction note"
Previous
Manually add term transactionManually set ticket term transaction.
Endpoint Permission: Admin, Non-Signing Admin, Signer, Approver, Editor.
Next
TypeScript