Triton One Docs
WebsiteCustomer Portal
  • Introduction
  • RPC Pool
    • Introduction
    • GeoDNS
    • Abuse prevention
    • Rate Limits
    • Proxying
    • Support FAQs
    • Privacy & Security
  • Chains
    • Solana
      • Geyser
      • BigTable Archive
      • Improved Priority Fees API
        • For RPC Providers
      • Sending TXs
      • Deprecated calls Solana 2.0
      • Buying Transaction Bandwidth
      • Providing Transaction Bandwidth
      • Web3JS Socket/Connection Issues
    • Pythnet
    • SUI
    • Others
  • Digital Assets API
    • Introduction
    • Fungible Assets
    • API Methods
      • Get Asset
      • Get Asset Proof
      • Get Assets By Authority
      • Get Assets By Owner
      • Get Assets By Group
      • Get Assets By Creator
      • Search Assets
      • Get Token Accounts
      • Get Signatures For Asset
      • Get NFT Editions
      • Get Asset Proofs
  • Project Yellowstone
    • Introduction
    • Dragon's Mouth gRPC Subscriptions
    • Old Faithful Historical Archive
      • Old Faithful Public Report
    • Steamboat Custom Indexes
    • Whirligig WebSockets
    • Fumarole
    • Vixen
      • Generate a Yellowstone Vixen Parser with Codama
  • Account Management
    • Payments
    • Account management API
      • Introduction
      • Auth & Headers
      • Accounts
      • Address Watch Lists
      • Subscriptions
      • Subscription Types
      • Endpoints
      • Tokens
      • Rate Tiers
  • Pro trading centers
    • Introduction
    • Shred streaming
    • Transaction prioritisation
  • Trading APIs
    • Introduction
    • Jupiter swap
    • Pyth Hermes
    • Bundle simulation by Jito
  • Validators
    • Introduction
    • Vote account setup
    • Node identity protection
  • Pyth Publishers
    • NGINX proxy
    • Testnet, Devnet and Pythnet
Powered by GitBook
On this page

Was this helpful?

  1. Digital Assets API

API Methods

PreviousFungible AssetsNextGet Asset

Last updated 2 months ago

Was this helpful?

The API follows the JSON-RPC 2.0 specification, requiring requests to include a method name, parameters, and a unique ID.

Method

Description

Retrieve detailed information about an asset using its unique ID.

Obtain a Merkle proof for verifying the integrity of a compressed asset.

Fetch a list of assets controlled by a specific authority.

Retrieve all assets associated with a given owner’s public key.

Get assets that belong to a specified group, identified by a key and value.

List all assets that were created by a specified address.

Perform a search and apply filters to find assets based on various criteria.

Retrieve transaction signatures linked to a specific compressed asset.

Fetch Merkle proofs for multiple compressed assets in a single request.

Retrieve details of all token accounts associated with a given mint or owner.

Each API method is explained in detail on its own page, including required parameters and example requests. Navigate through the documentation to explore each method’s capabilities.

getAsset
getAssetProof
getAssetsByAuthority
getAssetsByOwner
getAssetsByGroup
getAssetsByCreator
searchAssets
getSignaturesForAsset
getAssetProofs
getTokenAccounts