get https://api.0xscope.com/v2/entity/relatedReason
Returns the reason path why 2 addresses are connected
Sample Request
curl --request GET \
--url 'https://api.0xscope.com/v2/entity/relatedReason?address=0x934b510d4c9103e6a87aef13b816fb080286d649&relatedAddress=0xaab900656d7f37ae675f35560f163e2681e38b8a&chain=ethereum' \
--header 'API-KEY: your-api-key' \
--header 'accept: */*'
Sample Response
{
"code": 0,
"data": {
"total": 3,
"rows": [
{
"connectionType": "Deposited funds to same CEX deposit address",
"proof": [
"0xfae5fac388234a675cbbbc13eb5399b3dffc2a135e7661d0c36eec1161054899",
"0x42b505e1b3937e24b6ac3cbbfe0a5eb06b915249ca3f5e93c602a76844fa1f86",
"0xe98b993376670a737514127f9df424ef9563b9f39fded736573f92527d7e23e6",
"0xa24fcc9669418e7c17adbaa2c9e78610cec799eab98f21b780b14190d85ded5c",
"0xac0a2bf01fe37b7e04b761e029a79240341334e31075c1c50a582aee561e7b0d",
"0x6631c607e7c7020b6cc79bb15cb1475cf023cf1b8aa314789d8d1f6f724d1f57"
]
},
{
"connectionType": "Multiple Transactions between address",
"proof": [
"0xe88f5f727771c5518eda472e312dbc04efa2c017439010b4a6ac823a0cea4269",
"0x1b05f5902ad3791c579caa31f1f74cf11bf95f216b3e023a0bcc6de747624c1a",
"0x42800c77f79652f324cb05ad6fa06837b04f1dbad4e61f37ad7fa2f0d757f696",
"0x1bd7226cad8393de5d9ff31b6a3872f317351616abb4ce752d8b3a2aca78b596",
"0x5e0de2a86d084aedafa512180c2e34548ad88d2126a12652687b4cae0b40ac58",
"0x322a2de7a9147e1e4779f6f193ca7a32d797230d378a3ba00e6b37c6187efcac",
"0x39e0825dd903fc7ec10d9352a49384569721c401ed146ade7ceac381bab472c2",
"0x37eb295aa8ce3ced8ae11d373eba6c85571e0cd1ef72a8e29d48c1ca927afebc",
"0x74c222672f79643c2e0925b8f539f13c30b1aec749fb56995beb1160ab8efb5f",
"0x3a08555b2c07b5494a7324ec455bb743037613fccdf51b42e97bec59ab4213e4",
"0x0d864d9c10d7a8e06ba7f8bd4b16fc585839cd0ecb9a97259a02b69b252ab57c"
]
},
{
"connectionType": "Possible Gas provider",
"proof": [
"0x1b05f5902ad3791c579caa31f1f74cf11bf95f216b3e023a0bcc6de747624c1a"
]
}
]
},
"uuid": 1656867198138187800
}