Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api-nova.tech/v1/security/transaction-preview \ --header 'Content-Type: application/json' \ --data ' { "transaction": "<string>", "chain": "solana" } '
{ "summary": "This transaction swaps SOL for USDC.", "actions": [ { "type": "swap", "asset": "<string>", "amount": "<string>" } ], "warnings": [ { "code": "LOW_LIQUIDITY", "message": "Liquidity is thin for this token." } ] }
Explains what a transaction is expected to do before a user signs it.
Encoded transaction or simulation input accepted by your Nova plan.
solana
Transaction preview.
low
medium
high
critical
"This transaction swaps SOL for USDC."
Show child attributes
Was this page helpful?