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
- 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.
- 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.
Updated 30 days ago