Transfer Details
Retrieve detailed information for a single transfer transaction.
Request:
GET /transactions/{signature}Path Parameters:
signature: The transaction signature.
Response Example:
json
{
"signature": "5Vx9...kLm3",
"block": 24567890,
"timestamp": "2023-10-01T15:00:00Z",
"status": "confirmed",
"from": "Hx8d...3aB1",
"to": "7vfC...dF2k",
"amount": "100.5",
"token": {
"address": "So111...11112",
"name": "SOL",
"decimals": 9
},
"fee": "0.000005 SOL"
}
Last updated