Learn how to use the enhancedGetTransactionsByAddress JSON-RPC method.
enhancedGetTransactionsByAddress
enhancedGetTransactionsByAddress
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.
The body is of type object
.
Successful response with transactions information.
The response is of type object
.