Plaid
连接用户的银行账户并获取交易数据
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 金融
- 文档 / URL
- https://www.plaid.com/docs
简介
Plaid 连接用户银行账户并暴露交易数据——基于密钥(对 POST 路由发 GET 返回结构化 404,已实测)。
快速开始
需要 client_id + secret + access_token(POST):
curl -X POST "https://sandbox.plaid.com/transactions/sync" \
-H "Content-Type: application/json" \
-d '{"client_id":"YOUR_ID","secret":"YOUR_SECRET","access_token":"YOUR_TOKEN"}'
{ "error_code": "NOT_FOUND", "error_message": "invalid route: /transactions/get" }
认证方式
- 在 plaid.com 注册 → client_id + secret(沙盒密钥免费)。
- POST JSON 带 client_id/secret(错误路由 → 结构化 404,已实测)。
速率限制与注意事项
- 沙盒免费;生产按 Plaid 定价收费。
- 交易、余额、身份、认证。
常见问题
Plaid 免费吗? 沙盒免费;生产收费。
为什么 404? 方法对应的路由不对(已实测)——请用文档的 POST 路由。
认证风格是什么? client_id + secret 在 JSON body 中。
金融 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| BriefTape Real-time AI-summarized SEC filings, Fed, FDA and BLS data, ticker-tagged | API Key | Yes | Yes | ↗ |
| EconPulse Live economic data — CPI, PPI, energy, treasury rates, BTC premium | API Key | Yes | Yes | ↗ |
| Filingrail SEC EDGAR filings, XBRL financials, Form 4 insider trades, 8-K events and 13F holdings | API Key | Yes | Unknown | ↗ |
| IBANforge IBAN validation and BIC/SWIFT lookup for 89 countries with 121k+ BIC entries | API Key | Yes | No | ↗ |
| NORTH7 Agent Trading signals, market analysis and geopolitical intelligence | API Key | Yes | Yes | ↗ |