Home
Telegram
Twitter
Discord
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