Equity Tokens
Cannonical Equity Token metadata feed.
Equity Tokens are tokenized versions of real-world stocks that exist on blockchain networks.
These will bring your tradiotional finance to the highly dynamic on-chain descentralized finance.
Returns a list of equity tokens that match the provided filter criteria.
If no filter is provided, it returns all equity tokens. Filters can be applied by network_id (blockchain chain ID) or equity_symbol (like 'AAPL').
Returns a list of objects containing token details including:
token_symbol: Token symbol
name: Token name
address: Token contract address
network: Network name where the token is deployed
decimals: Number of decimal places for the token
equity_symbol: Symbol of the equity this token represents
icon: URL to the token icon image
Symbol of the equity to filter tokens by (e.g., 'AAPL')
Chain ID of the network to filter tokens by
List of equity tokens matching the filter criteria
Invalid Parameters Error
Returns a dictionary of all the equities supported by the platform.
Each equity entry contains:
equity_symbol: Symbol of the equity (e.g., 'AAPL')
name: Full name of the equity (e.g., 'Apple Inc')
description: Description of the equity
logo_url: URL to the equity logo image
Dictionary of supported equities with their details
Dictionary of supported equities with their details
Last updated