Create a Transaction
If you've set up your API Key when initializing your LAM, you'll need to include it as a header along with the api user header. For more details, see step 5 of the get started documentation.
(required) Username of a registered API User
The account's id
nullThe account's name.
The amount to be sent, in the currency's lowest unit. For Smart Contract interaction, use "0" instead of null
nullPattern: ^[0-9]*(\.[0-9]+)?$coin specific data
nullMax fees represent the highest possible fee amount you will pay to broadcast this transaction. The final fees, calculated once the transaction is approved by the last Operator, might be lower, but will never exceed that amount. We recommend estimating max fees through our fee estimation endpoint prior to creating the transaction request. See https://help.vault.ledger.com/developer-portal/content/transactions/tx/ for details.For Solana and Polkadot, max_fees field must be ignored.
^[0-9]*(\.[0-9]+)?$The recipient's address.
The transaction's processing speed.
Transaction to approve
Invalid transaction parameters
Last updated