Fetch detailed information for a specific strategy
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>" } }
The strategy address (required)
Show child attributes