Matrica
  • Matrica
  • Guides
    • Pricing Guide
    • User Guide
      • Getting Started
      • Linking Wallets
      • Linking Socials
      • Customizing Your Profile
      • Bot Commands
      • Privacy Settings
      • /flash
    • Community Guide
      • Getting Started
      • Manage Community
      • Manage Collections
      • Discord Set-Up
        • Invite the Bot
        • Bot commands
        • Snapshots
      • Verification
        • Adding Rules
        • Fungible Token Roles
        • Amount Based Roles
        • Attribute Based Roles
        • Logic Operators
        • Status Based Roles
        • Verified Collection Roles
        • X Username Gating
        • Wallet Address Gating
        • Validator Stake Gating
        • Inscription # Based Roles
        • Royalty Based Roles
      • Telegram Set-Up
        • Invite the Bot
        • Bot Commands
        • Add Requirements
        • Invite Links
      • Sales Bot and Web-hooks
        • Discord Sales and Listings
        • Telegram Sales
      • Events
        • Create Event
        • Location
        • Requirements
        • Ticketing
      • Proposals
      • Customer Support
      • Staking Support
      • Add-Ons
    • Enterprise
  • Matrica Connect
    • Matrica Connect Overview
    • Who's Building with Matrica Connect?
    • What is OAuth2?
    • Create your application
    • Initial Redirect
    • Retrieving the Access Token
    • API Reference
  • API Reference
    • API - Getting Started
    • Feed
    • User
    • Wallet
    • Events
    • NFT
    • Snapshot
    • Onboard
    • Search
    • Collection
Powered by GitBook
On this page
  1. API Reference

NFT

/v1/nft

PreviousEventsNextSnapshot

Last updated 6 months ago

Get NFT

Returns an NFT by its mint address.

Get NFT Royalty

Returns the royalty paid status on the last sale of an NFT. Return type is either true, false, or NO_DATA.

Refresh a NFT

GET https://api.matrica.io/v1/nft/{nftId}/refresh

Updates the metadata of the NFT

Path Parameters

Name
Type
Description

nftId*

string

NFT id

Get an nft by ID.

get
Path parameters
nftIdstring · min: 30Required
Query parameters
apiKeystring · min: 4Required
Responses
200
Returns NFT.
400
Bad request.
404
NFT not found.
get
GET /v1/nft/{nftId} HTTP/1.1
Host: api.matrica.io
Accept: */*

No content

Get an nft by ID.

get
Path parameters
nftIdstring · min: 30Required
Query parameters
apiKeystring · min: 4Required
Responses
200
Returns NFT.
400
Bad request.
404
NFT not found.
get
GET /v1/nft/{nftId}/royalty HTTP/1.1
Host: api.matrica.io
Accept: */*

No content

  • Get NFT
  • GETGet an nft by ID.
  • Get NFT Royalty
  • GETGet an nft by ID.
  • Refresh a NFT