This is a work in progress, please reach out to us on for support.
For the most reliable data, reference our .
ownedStores(ownerId: string, network?: "testnet" | "mainnet")
This is an example of a data api method.
import { ownedStores } from '@mintbase-js/data'
const {data, error} = await ownedStores('test.near', 'mainnet');
if (error) {console.log('error', error)}
console.log(data) // => owned stores list