Desk API

Plug this desk in. Not an exchange key.

Spot · no custody · you elect

Your desk token

Same idea as a 3Commas user API. A Bearer token sees this desk only. Exchange secrets never appear. Kent's engine uses a separate platform token. Guides and payment pages come later.

Enroll in North Star first if you want the engine to run this desk. Enroll in North Star

GET /api/v1/me

Authorization: Bearer <token>

Token is shown once.

How both sides plug in

YouGET /api/v1/me with a desk Bearer token.

Your webhookHMAC on the bot page. Repeat pair and direction.

The engine / Floor — pull GET /api/v1/desks. Push POST /api/hooks/signal with Floor HMAC and the published card pair. Not an exchange key.

curl -H "Authorization: Bearer lbf_desk_…" http://127.0.0.1:3010/api/v1/me

Live catalog: /api/v1 · Signal contract: /api/hooks/signal · Guides later: /docs