Skip to main content
GET
/
eigenlayer
/
strategy-info
Strategy Info
curl --request GET \
  --url https://api.blockflow.network/rest/eigenlayer/strategy-info \
  --header 'x-api-key: <api-key>'
{
  "strategy": "<string>",
  "token": "<string>",
  "whitelisted": true,
  "thirdPartyTransfersForbidden": true,
  "withdrawalDelayBlocks": 123,
  "tvl": 123,
  "withdrawals": 123,
  "createdAt": {
    "blockNumber": "<string>",
    "blockTimestamp": "<string>",
    "transactionHash": "<string>"
  },
  "updatedAt": {
    "blockNumber": "<string>",
    "blockTimestamp": "<string>",
    "transactionHash": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.rescan.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Query Parameters

strategy
string
required

The strategy address (required)

Response

Detailed information about the strategy

strategy
string
token
string
whitelisted
boolean
thirdPartyTransfersForbidden
boolean
withdrawalDelayBlocks
integer
tvl
number
withdrawals
number
createdAt
object
updatedAt
object