PerformanceBlog
Tempo MCP serverGive agents search and read tools for Tempo docs
Skip to content
LogoLogo

Fee AMM

Pools that convert stablecoins to pay fees.

List pools

GET/v1/fee-amm/pools

Lists Fee AMM pools, most active first, so you can see which stablecoin fee conversions have the most liquidity activity.

Query Parameters

chainId

Which Tempo network to query. Use the alias mainnet or testnet, or a numeric chain id. Defaults to mainnet when omitted.

cursor
string

Opaque keyset cursor from a previous response (nextCursor); pass it back verbatim to fetch the next page. Omit for the first (head) page.

ExampleWzIzNDU2Nzg5LDBd
include
string[]

Comma-separated related resources to include, such as token metadata.

Values
token
Example["token"]
limit
integer·min 5·max 200·default 10

How many items to return per page (5–200, default 10).

Example10
page
integer·min 1·max 9007199254740991

Page number, 1-indexed (positional pagination for page-numbered access; page=1 is the head page). Mutually exclusive with cursor, and page × limit must be at most 10000 rows — use cursor pagination for deeper traversal. Pages are positional, so rows arriving at the head of a live feed can shift page contents.

Example1

Responses

List mints

GET/v1/fee-amm/mints

Lists liquidity mints into Fee AMM pools.

Query Parameters

chainId

Which Tempo network to query. Use the alias mainnet or testnet, or a numeric chain id. Defaults to mainnet when omitted.

cursor
string

Opaque keyset cursor from a previous response (nextCursor); pass it back verbatim to fetch the next page. Omit for the first (head) page.

ExampleWzIzNDU2Nzg5LDBd
include
string[]

Comma-separated optional resources to embed, e.g. totalCount.

Values
totalCount
Example["totalCount"]
limit
integer·min 5·max 200·default 10

How many items to return per page (5–200, default 10).

Example10
order
string·default desc

Sort order: desc for descending (the default), or asc for ascending.

Values
ascdesc
Exampledesc
page
integer·min 1·max 9007199254740991

Page number, 1-indexed (positional pagination for page-numbered access; page=1 is the head page). Mutually exclusive with cursor, and page × limit must be at most 10000 rows — use cursor pagination for deeper traversal. Pages are positional, so rows arriving at the head of a live feed can shift page contents.

Example1
userToken
string

Only include mints for pools where users paid fees with this token.

Example0x20c0000000000000000000000000000000000000
validatorToken
string

Only include mints for pools where validators receive this token.

Example0x20c0000000000000000000000000000000000000

Responses