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
| Item | Detail |
|---|---|
| Storage | Thirdfy API credentials vault |
| Refs | e.g. bitfinex:funding-primary, bitfinex:spot-primary |
| CLI setup | thirdfy-agent credentials upsert --venue bitfinex |
| Lanes | thirdfy, hybrid, agent_wallet (not self) |
Discovery
| Surface | Example |
|---|---|
| MCP | getProviderActions { provider: "bitfinex" } |
| CLI | thirdfy-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 bitfinexbefore live offers or orders.- Preflight with explicit
credentialRefin intent params.