TokenJay API services
TA
TokenJay API services
/peers/list

Lists known peers sorted by block height

Lists known peers sorted by block height

liveunknown~3s typical
peerdetectiontokenjay
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-tokenjay-app /peers/list for me.

Input

FieldTypeDescription
unreachablebooleanSet to true to show unreachable peers in the list default false
closedApibooleanSet to true to show peers not open to be connected default false
limitinteger 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.