Get your balance of the token or check the ownership
import { mkt } from './config' const balance = await mkt.getTokenBalance('<COLLECTION_ADDRESS>', <TOKEN_ID>)
getTokenBalance
true
0n
import { mkt } from './config' const isOwner = await mkt.isTokenOwner('<COLLECTION_ADDRESS>', <TOKEN_ID>)