HomeTelegramTwitterDiscord
Search…
Overview
Developer
πŸ₯³
Getting Started
βš™
Data & Indexer
πŸ“ƒ
Smart Contracts
πŸ› 
Developer Tools
πŸ”§
MintbaseJS
πŸ–Ό
MintbaseUI
CMB (Create-Mintbase-App)
Code Examples
NEAR CLI
πŸŽ›
NEAR CLI
Creating
Sign In
Store
Create
Redeemer
Fees
Data Storage
DAOs & the Mintbase Toolkit
Interoperability
Market
FAQ
Thing Page
Simple Sale
Rolling Auctions
Selling
Split Revenues & Forever Royalties
Company
FAQs
Privacy Policy & Terms of Service
Roadmap
πŸ§“
Archive
Ethereum
Powered By GitBook
NEAR CLI

Install NEAR CLI (https://github.com/near/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}'
Previous
Code Examples
Next - Developer
NEAR CLI
Last modified 28d ago
Copy link
Outline
Install NEAR CLI (https://github.com/near/near-cli)
Fetch token data from CLI
Get the NFTs owned by account