Bankr Dev - API Basics

Installation
SKILL.md

Bankr Agent API Essentials

When answering questions about the Bankr API:

  1. Explain the asynchronous job pattern (submit-poll-complete)
  2. Reference the endpoint documentation and TypeScript examples below
  3. For detailed response structures, consult references/job-response-schema.md
  4. 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:

  1. Submit a natural language prompt to start a job
  2. Poll the job status every 2 seconds
  3. Receive results when status is terminal (completed/failed/cancelled)
Related skills

More from bankrbot/claude-plugins

Installs
GitHub Stars
74
First Seen