Transaction and Pool Analysis
/gethistoricaltimeseries
Retrieves the transactionHash, timestamp and the price of the token pair with regard to the first token.User can provide the startBlock and endBlock and fetch the data according to the same.
Query Parameters
Name
Type
Description
{
"status": 200,
"msg": "success",
"data": {
"pair": "string",
"priceData": [
{
"hash": "string",
"timestamp": "integer",
"price": "number"
}
]
}
}/gethistoricaltransactions
Retrieves the transaction details of the Add Liquidity Events that have happened for the poolAddress.User can provide the startBlock and endBlock and fetch the data according to the same.
Query Parameters
Name
Type
Description
/getpoolchartdata
Retrieves the open, close, high and low price for the range of the blockNumbers along with the transaction details if any happened within the specified blockRange which includes blockNumber ,price and the amount of the first and second token for the 30 interval range for the given interval.
Query Parameters
Name
Type
Description
/getpooltradedata
Retrieves the blockNumber,transactionHash, the values and the data for the given poolAddress and an event Type.User can provide the startBlock and endBlock along with the eventType and fetch the data according to the same.
Query Parameters
Name
Type
Description
Last updated

