Exchange Data
Get exchange data returns real-time or historical decentralized exchange information.
Get Exchange Data
GET
https://api.abyiss.com/v2/dex/{exchange}/{blockchain}
Returns an array of real-time or historical decentralized exchange data.
Path Parameters
exchange*
string
Decentralized exchange Id
blockchain*
string
Blockchain for decentralized exchange
Query Parameters
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?apiKey=
Response Attributes
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.
Last updated