Top-trader long/short positioning proxy (Binance futures)
Top-trader long/short positioning proxy (Binance futures)
Answeringour last check, 2026-09-24
1 of 1checks answered this week
42 msmedian answer time
$0.02listed price per call
$0.02price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://conc-exe.xyz/api/concierge-intel-whales
| Category | Everything else |
|---|---|
| Provider host | conc-exe.xyz |
| Networks | eip155:42161, eip155:4663, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.02 | 42 ms |
Example input (from the provider)
{
"body": {
"symbols": [
"BTC",
"ETH",
"SOL"
]
},
"bodyType": "json",
"headers": {
"Content-Type": "application/json"
},
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"symbols": {
"items": {
"enum": [
"BTC",
"ETH",
"SOL"
],
"type": "string"
},
"type": "array"
}
},
"required": [],
"type": "object"
},
"bodyType": {
"const": "json"
},
"headers": {
"type": "object"
},
"method": {
"const": "POST"
},
"type": {
"const": "http"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"ok": {
"type": "boolean"
},
"positioning": {
"items": {
"properties": {
"bias": {
"type": "string"
},
"longShortRatio": {
"type": "number"
},
"symbol": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"required": [
"ok"
],
"type": "object"
},
"example": {
"additionalProperties": false,
"properties": {
"ok": {
"type": "boolean"
},
"positioning": {
"items": {
"properties": {
"bias": {
"type": "string"
},
"longShortRatio": {
"type": "number"
},
"symbol": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"required": [
"ok"
],
"type": "object"
},
"type": {
"const": "json"
}
},
"required": [
"type",
"example"
],
"type": "object"
}
},
"required": [
"input",
"output"
],
"type": "object"
}