Integrations
API endpoints to provide ticker data in the format useful for exchange aggregators
Last updated
API endpoints to provide ticker data in the format useful for exchange aggregators
Last updated
We currently have an integration active on .
GET
https://api.plenty.network/integrations/v1/pairs
This endpoint returns an array of objects where each object contains information on the available pairs, the ticker id, base and target currency and unique identifier.
GET
https://api.plenty.network/integrations/v1/tickers
This endpoint returns an array of objects where each object contains information on the market data of the pair, like the last price in the target currency, base and target volume of the last 24 hours and pool identifier.
GET
https://api.plenty.network/integrations/v2/tickers
This endpoint returns an array of objects where each object contains information on the market data of the pair, like the last price in the quote currency, base volume of the last 24 hours and pool identifier.