Understanding enhancedGetTransactionsByAddress
enhancedGetTransactionsByAddressretrieves detailed parsed transaction history relating to a specific public address on Solana. It takes:address- a base58-encoded string.- Object, optional:
limit- integer (between1and1000, 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
Request to get transactions for an account address.
Version of the JSON-RPC protocol, should be 2.0.
Example:
"2.0"
The request identifier.
Example:
1
The blockchain chain ID.
Example:
101
API method being called.
Available options:
enhancedGetTransactionsByAddress Parameters for the API method call. Parameters for getting transactions by address.
- Option 1
- Option 2
Response
200 - application/json
Successful response with transactions information.
