Skip to main content
GET
Retrieve a specific LAT

Path Parameters

address
string
required

LAT contract address (proxy)

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x94a2a0548681fda8d5e2ad5a8eeecd891e02a613"

Query Parameters

withTvl
enum<string>
default:false

Toggle whether the route should calculate the TVL from shares

Available options:
true,
false
Example:

"false"

withCuratedMetadata
enum<string>
default:false

Toggle whether the route should send curated metadata

Available options:
true,
false
Example:

"false"

withApy
enum<string>
default:false

Toggle whether the route should send apy data

Available options:
true,
false
Example:

"false"

Response

Detailed information about the requested LAT

proxyAddress
string
required

Proxy contract address of the LAT

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x35f4f28a8d3ff20eed10e087e8f96ea2641e6aa1"

implementationAddress
string
required

Implementation contract address of the LAT

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x93c4b944d05dfe6df7645a86cd2206016c51564d"

name
string
required

The name of the LAT

Example:

"EigenDA-ETH Liquid AVS Token"

symbol
string
required

The symbol of the LAT

Example:

"xEigenDA-ETH"

avsAddress
string
required

Underlying AVS contract address

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x2344c0fe02ccd2b32155ca0ffcb1978a6d96a552"

chainId
number
required

The chain ID where the token is deployed

Example:

1

maxNodes
number
required

Maximum number of Staker Nodes allowed

Example:

12

contractDeployments
object
required
tokens
object[]
required

Tokens supported by the LAT

assets
object[]

Supported assets

tvl
object

TVL and breakdown

apys
object

APY breakdown for different time periods

curatedMetadata
object

To curate visibility and additional information of the AVS

Example: