For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
RegisterLoginSandbox Login
GuidesRecipesAPI Reference
GuidesRecipesAPI Reference
  • API Reference
    • POSTGets USDC/SBC/EuroE on testnets
LogoLogo
RegisterLoginSandbox Login
API Reference

Gets USDC/SBC/EuroE on testnets

POST
https://api-sandbox.coinflow.cash/api/faucet
POST
/api/faucet
$curl -X POST https://api-sandbox.coinflow.cash/api/faucet \
> -H "Authorization: <apiKey>" \
> -H "Content-Type: application/json" \
> -d '{
> "currency": "USDC",
> "amount": {
> "cents": 1500.75
> },
> "publicKey": "4Nd1mX9v7Q2bYxZ8JkL5pR3sT6wVnFqHeZcD7aB9mXyP",
> "blockchain": "solana"
>}'
200Successful
1{
2 "signature": "5f2d3a7b9c8e4d1f0a6b7c8d9e0f1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f"
3}
Was this page helpful?
Previous

Adds a USDC recipient.

Next
Built with

Authentication

Authorizationstring
API Key authentication via header
OR
Authorizationstring

The API key of the merchant - see https://docs.coinflow.cash/api-reference/api-reference/authentication/get-session-key

Request

This endpoint expects an object.
currencyenumRequired
amountobjectRequired
publicKeystringRequired
blockchainenumRequired

Response

Ok
signaturestring