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.

Gets the Spark Address of the SparkWallet.

Method Signature

async getSparkAddress(): Promise<SparkAddressFormat>

Returns

sparkAddress
SparkAddressFormat
required
The Spark Address

Example

const sparkAddress = await wallet.getSparkAddress();
console.log("Spark Address:", sparkAddress);