GET
/
eigenlayer
/
strategy-info
curl --request GET \
  --url https://api.blockflow.network/rest/eigenlayer/strategy-info
{
  "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>"
  }
}

Query Parameters

strategy
string
required

The strategy address (required)

Response

200
application/json
Detailed information about the strategy
strategy
string
token
string
whitelisted
boolean
thirdPartyTransfersForbidden
boolean
withdrawalDelayBlocks
integer
tvl
number
withdrawals
number
createdAt
object
updatedAt
object