Canton dAppBooster
    Preparing search index...

    What a registry says about one instrument it administers. No logo: the metadata API serves none, so artwork comes from the app or from a curated list.

    const [{ name, symbol }] = await readInstruments(registryUrl)
    
    interface Instrument {
        decimals: number;
        instrumentId: InstrumentId;
        name: string;
        symbol: string;
    }
    Index
    decimals: number
    instrumentId: InstrumentId
    name: string
    symbol: string