Bankr Dev - API Basics
Installation
SKILL.md
Bankr Agent API Essentials
When answering questions about the Bankr API:
- Explain the asynchronous job pattern (submit-poll-complete)
- Reference the endpoint documentation and TypeScript examples below
- For detailed response structures, consult
references/job-response-schema.md - Point developers to working examples in
examples/directory
The Bankr Agent API enables programmatic access to crypto trading, market analysis, and prediction markets through a simple asynchronous job pattern.
Core Concept: Asynchronous Job Pattern
All Bankr operations follow a submit-poll-complete pattern:
- Submit a natural language prompt to start a job
- Poll the job status every 2 seconds
- Receive results when status is terminal (completed/failed/cancelled)