Zodiacs.org
Ownership API

Read verified Zodiac ownership.

Zodiacs SDK lets apps verify official Zodiac addresses and read public ownership across official Solana and Base representations.

Verify

getRepresentationByAddress

Resolve an address to sign, chain, and representation type.

Read

getCrossChainZodiacsOwnership

Build a held-sign shelf across public Solana and Base clients.

Compose

getZodiacIdentityContext

Turn ownership into astrology context for profiles and AI surfaces.

Render

getIdentityReceiptData

Prepare data for Cosmic Receipts and identity surfaces.

import { getCrossChainZodiacsOwnership } from "@zodiacs/sdk";

const ownership = await getCrossChainZodiacsOwnership({
  solanaOwner,
  baseOwner,
  connection,
  publicClient
});

console.log(ownership.heldSigns);