API
https://api.wraithswap.finance/api/summary
Request
Response
Request
Response
Request
Response
Request
Response
Last updated
https://api.wraithswap.finance/api/summary
Last updated
{
"updated_at": 1234567, // UNIX timestamp
"data": {
"0x..._0x...": { // ERC20 token addresses, joined by an underscore
"price": "...", // price denominated in token1/token0
"base_volume": "...", // last 24h volume denominated in token0
"quote_volume": "...", // last 24h volume denominated in token1
"liquidity": "...", // liquidity denominated in USD
"liquidity_FTM": "..." // liquidity denominated in FTM
},
// ...
}
}{
"updated_at": 1234567, // UNIX timestamp
"data": {
"0x...": { // the address of the ERC20 token
"name": "...", // not necessarily included for ERC20 tokens
"symbol": "...", // not necessarily included for ERC20 tokens
"price": "...", // price denominated in USD
"price_FTM": "...", // price denominated in FTM
},
// ...
}
}{
"updated_at": 1234567, // UNIX timestamp
"data": {
"name": "...", // not necessarily included for ERC20 tokens
"symbol": "...", // not necessarily included for ERC20 tokens
"price": "...", // price denominated in USD
"price_FTM": "...", // price denominated in FTM
}
}{
"updated_at": 1234567, // UNIX timestamp
"data": {
"0x..._0x...": { // the asset ids of FTM and ERC20 tokens, joined by an underscore
"pair_address": "0x...", // pair address
"base_name": "...", // token0 name
"base_symbol": "...", // token0 symbol
"base_address": "0x...", // token0 address
"quote_name": "...", // token1 name
"quote_symbol": "...", // token1 symbol
"quote_address": "0x...", // token1 address
"price": "...", // price denominated in token1/token0
"base_volume": "...", // volume denominated in token0
"quote_volume": "...", // volume denominated in token1
"liquidity": "...", // liquidity denominated in USD
"liquidity_FTM": "..." // liquidity denominated in FTM
},
// ...
}
}