TA
TokenJay API services
/peers/list
Lists known peers sorted by block height
Lists known peers sorted by block height
liveunknown~3s typical
peerdetectiontokenjay
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-tokenjay-app /peers/list for me.
Input
| Field | Type | Description |
|---|---|---|
| unreachable | boolean | Set to true to show unreachable peers in the list default false |
| closedApi | boolean | Set to true to show peers not open to be connected default false |
| limit | integer | default 50 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-tokenjay-app","endpoint":"/peers/list","input":{"unreachable":false,"closedApi":false,"limit":50}}'cli
npx cracked-ai run -p oa-tokenjay-app -e /peers/list -i '{"unreachable":false,"closedApi":false,"limit":50}'mcp
run_tool({ provider: "oa-tokenjay-app", endpoint: "/peers/list", input: {"unreachable":false,"closedApi":false,"limit":50} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.