getConfirmedSignaturesForAddress2 {disallowed} - Solana
Example code for the getConfirmedSignaturesForAddress2 {disallowed} json-rpc method. Сomplete guide on how to use getConfirmedSignaturesForAddress2 {disallowed} json-rpc in GetBlock.io Web3 document
Parameters
address
- string
account address as base-58 encoded string
config
- object
Optional
Configuration object containing the following fields: - limit: number (optional) - maximum transaction signatures to return (between 1 and 1,000, default: 1,000). - before: string (optional) - start searching backwards from this transaction signature. If not provided the search starts from the top of the highest max confirmed block. - until: string (optional) - search until this transaction signature, if found before limit reached. - commitment (optional) - "processed" is not supported. If parameter not provided, the default is "finalized".
Request
Response
Last updated