Exchange Data
Get exchange data returns real-time or historical decentralized exchange information.
Last updated
Get exchange data returns real-time or historical decentralized exchange information.
Last updated
GET
https://api.abyiss.com/v1/dex/{exchange}/{blockchain}
Returns an array of real-time or historical decentralized exchange data.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Example URL: https://api.abyiss.com/v1/dex/uniswap/ethereum?apiKey=
Attribute Name | Data Type | Description |
---|---|---|
exchange*
string
Decentralized exchange Id
blockchain*
string
Blockchain for decentralized exchange
apiKey*
string
Your Abyiss API Key
block
int
The blockchain block number for historical data.
id
string
Exchange contact address
poolCount
string
Amount of pools created
txCount
string
Amount of transactions all-time
totalVolumeUSD
string
Total volume all-time in derived USD
untrackedVolumeUSD
string
All volume even through less reliable USD values
totalVolumeETH
string
Total volume all-time in derived ETH
totalValueLockedUSD
string
TVL derived in USD
totalValueLockedETH
string
TVL derived in ETH
totalFeesUSD
string
Total swap fees all-time in USD
totalFeesETH
string
Total swap fees all-time in ETH
owner
string
Current owner of the cotnract address.