Indexing Transaction
curl -X POST <https://app.magna.so/api/external/v1/transactions/indexing> \\
-H 'Content-Type: application/json' \\
-H 'x-magna-api-token: magna_project_api_token' \\
-d '{
"transactionId": "your_transaction_id",
"transactionHash": "your_transaction_hash"
}'{
"isProcessed": true
}Last updated
Was this helpful?