Addresses
Look up addresses, get wallet information, find related wallets.
Requires Authorization: Token <your token>
in the header.
Lookup a wallet address using a hash and blockchain name and get predictions
GET
https://api.starfall.ai/api/addresses/{hash}/?blockchain_name={blockchain_name}
Path Parameters
Name
Type
Description
hash*
String
Wallet address
Query Parameters
Name
Type
Description
blockchain_name*
String
Name of the blockchain from i.e. ethereum
Get a list of related wallets to the wallet based on signals and predictions
GET
https://api.starfall.ai/api/addresses/{hash}/related/?blockchain_name={blockchain_name}
Gives a list of related wallets to the current wallet. Clusters wallets based on predictions and signals and returns the closest cluster of wallets.
Path Parameters
Name
Type
Description
hash*
String
Wallet Address
Query Parameters
Name
Type
Description
blockchain_name*
String
Name of the blockchain from i.e. ethereum
Last updated