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.

The SparkReadonlyClient provides read-only access to wallet data on the Spark network. Use it for dashboards, explorers, analytics, or any scenario where you need to query data without full wallet initialization. Three ways to create a client:
FactoryAuthUse case
createPublic()NoneQuery public wallet data
createWithMasterKey()Identity keyQuery private wallets you own
createWithSigner()Custom signerPartner integrations

Installation

npm install @buildonspark/spark-sdk

Method Categories