transaction.php
Verifies a Solana transaction and the amount of Solana sent
Verifies the details of a Solana transaction made through SOL Pay
Query Parameters
Name
Type
Description
{
"status": "success",
"transaction": {
"lamports": 10000,
"amount": 1.0e-5,
"from": "SENDER_ADDRESS"
}
}{
"status": "error",
"error": "There was no transaction with the specified txid made through SOL Pay."
}{
"status": "error",
"error": "Missing parameters, endpoint requires the following fields: to, txid."
}{
"status": "error",
"error": "SOL Pay is in maintenance mode, please try again in a few minutes."
}{
"status": "error",
"error": "SOL Pay is in extended maintenance mode, please try again later."
}Example Request:
https://solpay.solblaze.org/transaction.php?to=RECIPIENT_ADDRESS&txid=TRANSACTION_SIGNATURE&network=mainnet-betaLast updated