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

Wallet

/v1/wallet

PreviousUserNextEvents

Last updated 1 year ago

Get wallet

Returns a Matrica user based on their wallet address.

Get wallet collections

Returns all collections owned by a wallet.

Get wallet NFTs

Returns all NFTs, including staked and listed, held by a wallet.

Find a wallet by ID.

get
Path parameters
walletIdstring · min: 4Required
Query parameters
apiKeystring · min: 4Required
Responses
200
Returns the wallet.
400
Bad request.
404
Wallet not found.
get
GET /v1/wallet/{walletId} HTTP/1.1
Host: api.matrica.io
Accept: */*

No content

Find collections by wallet address.

get
Path parameters
walletIdstring · min: 4Required
Query parameters
apiKeystring · min: 4Required
skipnumberOptionalDefault: 0
takenumberOptionalDefault: 25
sortBystringOptional
sortDirectionstring · enumOptionalPossible values:
queryBystringOptional
queryValuestringOptional
queryExactbooleanOptional
Responses
200
Returns a list of collections by wallet address.
400
Invalid query parameters.
get
GET /v1/wallet/{walletId}/collections HTTP/1.1
Host: api.matrica.io
Accept: */*

No content

Find NFTs by wallet address.

get
Path parameters
walletIdstring · min: 4Required
Query parameters
apiKeystring · min: 4Required
skipnumberOptionalDefault: 0
takenumberOptionalDefault: 25
sortBystringOptional
sortDirectionstring · enumOptionalPossible values:
queryBystringOptional
queryValuestringOptional
queryExactbooleanOptional
Responses
200
Returns a list of nfts by wallet address.
400
Invalid query parameters.
get
GET /v1/wallet/{walletId}/nfts HTTP/1.1
Host: api.matrica.io
Accept: */*

No content

  • Get wallet
  • GETFind a wallet by ID.
  • Get wallet collections
  • GETFind collections by wallet address.
  • Get wallet NFTs
  • GETFind NFTs by wallet address.