getRepresentationByAddress
Resolve an address to sign, chain, and representation type.
Zodiacs SDK lets apps verify official Zodiac addresses and read public ownership across official Solana and Base representations.
Resolve an address to sign, chain, and representation type.
Build a held-sign shelf across public Solana and Base clients.
Turn ownership into astrology context for profiles and AI surfaces.
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);