Contracts
API endpoints for Token and Pool contracts on Plenty
Tokens
Get the details of all the tokens listed on Plentyswap
[
{
id: number; // Internal database id of the token
name: string;
symbol: string; // Metadata symbol
decimals: number;
standard: string; // FA Standard
address: string | null; // Tezos address of the token contract
thumbnailUri: string | null; // TZIP-12 specified format
originChain: string; // TEZOS, ETHEREUM or POLYGON
}
]Pools
Get the details of all the v2 pools on Plentyswap
Get the details of all the v3 pools on Plentyswap
Last updated
