Dexlens
  • About us
    • Welcome to Dexlens
    • Contract Addresses
    • DEXL Pass
    • Pricing
    • Disclaimer
    • Security Alert
  • How it works
    • Overview
    • Data Integration
    • Signal Generation
    • Smart Wallet Tracking
    • Dexlens Terminal
  • SDK & API
    • SDK
    • API
      • How do I get my API Key?
      • Blockchains
        • EVM based blockchains
        • Non-EVM based chains
      • DEX & DEX Aggregators
      • Non Fungible Tokens
      • Derivatives
      • Lending & Borrowing
      • Liquid Staking
      • Oracles
      • Real world assets
      • Yield Aggregators
      • Websockets
Powered by GitBook
On this page
  1. SDK & API
  2. API

Non Fungible Tokens

Provides functionalities to get details of non fungible tokens.

Get Balance

Endpoint: GET /balance Description: Retrieves the current balance of the specified account. Parameters:

  • account_id (required): The unique identifier of the account.

Get Metadata

Endpoint: GET /metadata Description: Fetches metadata related to the specified resource. Parameters:

  • resource_id (required): The unique identifier of the resource.

Get Owner

Endpoint: GET /owner Description: Obtains the owner information of the specified entity. Parameters:

  • entity_id (required): The unique identifier of the entity.

Get Historical Logs

Endpoint: GET /historical-logs Description: Retrieves historical log data for the specified period. Parameters:

  • start_date (required): The beginning date of the log period.

  • end_date (required): The ending date of the log period.

Get Historical Transactions

Endpoint: GET /historical-transactions Description: Provides a record of transactions within the specified time frame. Parameters:

  • account_id (required): The unique identifier of the account.

  • start_date (required): The beginning date of the transaction period.

  • end_date (required): The ending date of the transaction period.

PreviousDEX & DEX AggregatorsNextDerivatives

Last updated 1 month ago