⛓️NEAR CLI

npm install -g near-cli

Fetch token data from CLI

near view dip3.mintspace2.testnet  nft_tokens '{"from_index": "0", "limit": 10}'

Get the NFTs owned by account

near view dip3.mintspace2.testnet  nft_tokens_for_owner '{"account_id":"testbase.testnet", "from_index": "0", "limit": 10}'

Last updated