Learn how to use the enhancedGetTransactionsByAddress JSON-RPC method.
enhancedGetTransactionsByAddressenhancedGetTransactionsByAddress retrieves detailed parsed transaction history relating to a specific public address on Solana. It takes:
address - a base58-encoded string.limit - integer (between 1 and 1000, default 1000).before - string, transaction hash.after - string, transaction hash.until - string, transaction hash.Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Request to get transactions for an account address.
Version of the JSON-RPC protocol, should be 2.0.
"2.0"
The request identifier.
1
The blockchain chain ID.
101
API method being called.
enhancedGetTransactionsByAddress Parameters for getting transactions by address.
Account address details.
Successful response with transactions information.