wallbit-skills
Installation
SKILL.md
Wallbit Public API
REST API to integrate Wallbit functionality: query balances, view transaction history, execute trades, get fee configuration, exchange rates, manage cards, and more.
OpenAPI source: api-wallbit/docs/public-api/openapi-public-api.json (v1.0.0)
Quick Start
Base URL: https://api.wallbit.io (local: http://localhost)
Authentication: X-API-Key header required on all requests.
curl -H "X-API-Key: $WALLBIT_API_KEY" \
-H "Accept: application/json" \
https://api.wallbit.io/api/public/v1/balance/checking