Introduction
2.5 Intelligence's API is in private beta.
API Keys
Your API key is a signed JWT that should be provided in the Authorization header with all API requests.
Authorization: Bearer eyJhb.....pXVCJ
Get Scores
Fetch scores and details for an ETH L1 address
GET
https://rutherford.5.dev/api/scores/${address}
Path Parameters
Name
Type
Description
address*
String
Address to retrieve scores for. starting with 0x
See the Scores API Reference for details on response data.
Last updated