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
Body
application/json
