Token Search
Search for real-time or historical token information and logos.
The endpoint is in alpha. We do not recommend use for production.
Get Tokens Logos
GET
https://api.abyiss.com/v2/dex/{exchange}/{blockchain}/tokens
Returns an array of real-time or historical token data on a decentralized exchange.
Path Parameters
Name | Type | Description |
---|---|---|
exchange* | string | Decentralized exchange Id |
blockchain* | string | Blockchain for decentralized exchange |
Query Parameters
Name | Type | Description |
---|---|---|
apiKey* | string | Your Abyiss API Key |
limit | int | Number of results per request. Maximum 1,0000 (defualt 100) |
orderBy | string | Sort the returned data by any field in the API response, such as |
orderDirection | string |
|
skip | int | Number of results to skip per request. |
tokenSymbol | string | Filters the results to show only records with the specified token symbol. Example: |
tokenId | string | Filters the results to show only records with the specified token ID. Example: |
tokeName | string | Filters the results to show only records with the specified token name. Example: |
logo | boolean | Determines whether or not to include the logo in the response. Example: |
Copy & Paste Code
Example URLs:
Response Object
Response Attributes
Attribute Name | Data Type | Description |
---|---|---|
id | string | Token contact address |
name | string | Token name |
symbol | string | Token symbol |
tokenDecimals | string | Token decimals |
totalSupply | string | Token total supply |
tokenTotalValueLocked | string | Liquidity across all pools in token units |
tokenTotalValueLockedUSD | string | Liquidity across all pools in derived USD |
tokenVolume | string | Volume in token units |
tokenVolumeUSD | string | Volume in derived USD |
tokenUntrackedVolumeUSD | string | Volume in USD even on pools with less reliable USD values |
tokenTxCount | string | Transactions across all pools that include this token |
tokenDerivedETH | string | Derived price in ETH |
tokenFeesUSD | string | Fees in USD |
totalValueLockedUSDUntracked | string | TVL derived in USD untracked |
poolCount | string | Number of pools containing this token |
logo | string | Token Logo URL |
Last updated