You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @ChiuMungZitAlexander
The nft-protocol by itself not describing any format of NFT, but we support typical Art NFTs (like in this example), and also support Object Display standarad
However, if you can provide ID of NFT which was not parsed, maybe we could check it.
Hello, originbyte js sdk team. I found something weird in the integration of your SDK.
After call of
await client.getNftsForAddress(accountAddress)
, it can be noticed that there is a RPC request as below.It's quite obvious that I now have 3 NFTs (by playing Ethos games).
But the result of
await client.getNftsForAddress(accountAddress)
, is just an empty array[]
.So my question is, does the
getNftsForAddress
function only support originbyte-standard NFTs?The text was updated successfully, but these errors were encountered: