curl --request POST \
--url https://api.portalhq.io/api/v3/clients/me/integrations/hypernative/solana/scan \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"transaction": {
"message": {
"accountKeys": [
"<string>"
],
"header": {},
"instructions": [
{}
],
"addressTableLookups": [
{}
],
"recentBlockhash": "<string>"
},
"signatures": [
"<string>"
],
"rawTransaction": "<string>",
"version": "legacy"
},
"url": "<string>",
"validateRecentBlockHash": true,
"showFullFindings": true,
"policy": "<string>"
}
'