Ecosystem: add FiatDock (Services/Endpoints) — USDC on/off-ramp API for AI agents, paid per-call via x402#201
Open
fiatdock wants to merge 2 commits into
Open
Ecosystem: add FiatDock (Services/Endpoints) — USDC on/off-ramp API for AI agents, paid per-call via x402#201fiatdock wants to merge 2 commits into
fiatdock wants to merge 2 commits into
Conversation
🟡 Heimdall Review Status
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding FiatDock to the ecosystem page
Category: Services/Endpoints
FiatDock is a non-custodial USDC on/off-ramp API built for AI agents, with x402 as the only payment mechanism — no API keys, no accounts:
POST /v1/offramp/sessionandPOST /v1/onramp/sessionare x402-gated ($0.05 USDC per call): the first call answers the standard 402 challenge, agents sign withx402-fetch(or our MCP server pays automatically fromAGENT_PRIVATE_KEY) and retry.GET /v1/quote) let agents compare fees before paying; order tracking is free.curl -i -X POST https://fiatdock.com/v1/offramp/session -H 'content-type: application/json' -d '{"cryptoAmount":50}'returns the 402 challenge.Files added per the site README:
partners-data/fiatdock/metadata.json+public/logos/fiatdock.png(400×400).Docs: https://fiatdock.com/docs.html · Agent guide: https://fiatdock.com/llms.txt · MCP:
https://fiatdock.com/mcp+npx fiatdock-mcp🤖 Generated with Claude Code