get https://api.klarda.com/api/v1/utils/signature
Get Wallet Transfer Transaction
Definition
This endpoint retrieves details about a transaction signature identified by its signature_hash. A transaction signature represents cryptographic proof that a specific transaction has been authorized by the sender on a blockchain network.
Query Parameters
- signature_hash (string): The unique identifier or hash of the transaction signature for which details are requested.
Response
The response will include a JSON object or data structure containing details about the transaction signature.
This endpoint is useful for blockchain explorers, developers, and users seeking to verify or retrieve details about specific transactions and their cryptographic signatures on blockchain networks.