Solana Enhanced RPC
enhancedGetTransactionsByAddress
Learn how to use the enhancedGetTransactionsByAddress JSON-RPC method.
POST
Understanding enhancedGetTransactionsByAddress
enhancedGetTransactionsByAddress
retrieves detailed parsed transaction history relating to a specific public address on Solana. It takes:address
- a base58-encoded string.- Object, optional:
limit
- integer (between1
and1000
, default1000
).before
- string, transaction hash.after
- string, transaction hash.until
- string, transaction hash.
Query example
JavaScript
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
The blockchain chain ID.
The request identifier.
Version of the JSON-RPC protocol, should be 2.0.
API method being called.
Available options:
enhancedGetTransactionsByAddress
Parameters for getting transactions by address.
Was this page helpful?