cURL
curl --request POST \ --url https://api.portalhq.io/api/v3/clients/me/integrations/blockaid/solana/scan \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "transactions": [ "<string>" ], "chainId": "<string>" } '
{ "data": { "rawResponse": { "validation": {}, "simulation": {} } } }
Scans Solana transactions for security risks using Blockaid.
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
Array of base58-encoded Solana transactions.
Chain ID in CAIP-2 format.
Scan completed successfully
Show child attributes
Was this page helpful?