This system is to provide an restful-api interface about all the position information of PUMPMAX protocol .
All the data source form solana chain . And clean by pumplend-liquidator .
Currently , the official pumpmax explorer api https://api.pumpmax.fun/ is free to use .
-
/explorer/positions- Description : This interface is to find all alive position by query
- Method :
GET - Query :
pageSize: requirepage: requireuser: optionaltoken: optionaluserBorrowData: optionalhash: optionaldeadline: optional
-
/explorer/actives- Description : This interface is to find all the history actives with query .
- Method :
GET - Query :
pageSize: requirepage: requireuser: optionaltoken: optionaluserBorrowData: optionalhash: optionaltype: optional
-
/explorer/liquidations- Description :
This interface is to find all the alive position by query deadline , default time will be
Date.now - Method :
GET - Query :
pageSize: requirepage: requireuser: optionaltoken: optionaluserBorrowData: optional
- Description :
This interface is to find all the alive position by query deadline , default time will be
Simple.
npm install
And
npm run serve