Bitfinex

CEX funding and spot actions via credentialRef. API keys stored in Thirdfy only.

Category: CEX

Catalog provider: bitfinex

Bitfinex is the primary CEX integration today. Funding market and phase-2 spot order actions use credentialRef metadata. MCP and CLI never accept raw API keys in production paths.

Credential model

ItemDetail
StorageThirdfy API credentials vault
Refse.g. bitfinex:funding-primary, bitfinex:spot-primary
CLI setupthirdfy-agent credentials upsert --venue bitfinex
Lanesthirdfy, hybrid, agent_wallet (not self)

Discovery

SurfaceExample
MCPgetProviderActions { provider: "bitfinex" }
CLIthirdfy-agent actions --provider bitfinex --json

Funding (typical)

  • Reads: ticker, book, stats, wallets, offers, credits, ledgers
  • Writes: submit-bitfinex-funding-offer, cancel-bitfinex-funding-offer

Spot (phase 2)

  • submit-bitfinex-order, update-bitfinex-order, cancel-bitfinex-order

Readiness checklist

  • Credential profile matches action lane (funding vs spot).
  • credentials status --venue bitfinex before live offers or orders.
  • Preflight with explicit credentialRef in intent params.