Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.spark.money/llms.txt

Use this file to discover all available pages before exploring further.

Queries all static deposit addresses associated with the SparkWallet.

Method Signature

async queryStaticDepositAddresses(): Promise<string[]>

Returns

addresses
string[]
required
Array of static deposit Bitcoin addresses

Example

const addresses = await wallet.queryStaticDepositAddresses();
console.log("Static deposit addresses:", addresses);