Skip to content

fetchWalletAttestations()

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / fetchWalletAttestations

fetchWalletAttestations(walletAddress, options?): Promise<RangeSASAttestation[]>

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:11209

Fetch attestations for a wallet address

string

Solana wallet address

Query options

string

Filter by schema

string

Filter by issuer

boolean

Only include active (non-revoked) attestations

string

Range API endpoint

string

API key

number

Request timeout

Promise<RangeSASAttestation[]>

Array of attestations for the wallet

const attestations = await fetchWalletAttestations(
'11111111111111111111111111111112',
{ schema: 'range-kyc-v1' }
)