List and Retrieve Asset Tokens

These API endpoints allow platforms to display Asset Tokens available for investment by retrieving token data either in bulk or individually.

How it Works

  1. List Asset Tokens Use the List All Asset Tokens endpoint to fetch a collection of Asset Tokens available on a specific platform.
  • Include the platform_id in your request.
  • Optionally apply filters to narrow down results.
  • Receive a structured list of Asset Tokens matching your query.
  1. Retrieve a Single Asset Token

Use the Get Asset Token endpoint to fetch detailed information about a specific token.

  • Provide the token ID by replacing tokenId' in the API call.
  • Get a response containing metadata such as token name, total supply, and other attributes.