Integrations
API endpoints to provide ticker data in the format useful for exchange aggregators
Version 1
Get all the token pairs on Plenty
[
{
tickerId: string; // Eg: USDC/USDT
base: string; // Token symbol
target: string; // Token symbol
poolId: string; // Tezos contract address
}
]Get the market data of all pairs on Plenty
Version 2
Get the market data of all pairs on Plenty
Last updated
