Find Transaction ID From Program ID
Get the transaction ID of the transaction containing the given program ID.
ENDPOINT
GET https://api.data123.io/aleo/<API KEY>/v1/testnet3/find/transactionID/deployment/{programID}Arguments
Parameter
Type
Request
Description
programID
string
Yes
The program ID
Response
Parameter
type
Description
result
string
The transaction ID
Request
curl https://api.data123.io/aleo/<API KEY>/v1/testnet3/find/transactionID/deployment/{programID}curl https://api.data123.io/aleo/<API KEY>/rpc/v1/testnet3 \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"findTransactionIdFromProgramId","params":['token.aleo'],"id":1}'Last updated