Token Data
Get token data returns real-time or historical token information.
Get Token Data
GET
https://api.abyiss.com/v2/dex/{exchange}/{blockchain}/token/{token}
Returns an object of real-time or historical token data on the decentralized exchange.
Path Parameters
Name | Type | Description |
---|---|---|
exchange* | string | Decentralized exchange Id |
blockchain* | string | Blockchain for Decentralized exchange |
token* | string | Token contract address. |
Query Parameters
Name | Type | Description |
---|---|---|
apiKey* | string | Your Abyiss API Key |
block | int | The blockchain block number for historical data. |
Copy & Paste Code
Response Object
Example URL: https://api.abyiss.com/v2/dex/uniswap/ethereum/token/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2?apiKey=
Response Attributes
Attribute Name | Data Type | Description |
---|---|---|
id | string | Token contract address |
name | string | Token name |
symbol | string | Token symbol |
tokenDecmials | 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 |
Last updated