Open x402 funding rail
Open x402 funding rail: POST target+amount or provision:true+label+amount; pay 0.25% (min $0.001, max $0.25) via x402 on Base or Solana; net forwarded on the same chain. Optional managed child wallets (CDP, Base only). Optional public receipt when storage is configured.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
2513 msmedian answer time
$0.011listed price per call
$0.011price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://deposit.now/api/deposit
| Category | Market data |
|---|---|
| Provider host | deposit.now |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.011 | 2513 ms |
Example input (from the provider)
{
"body": {
"amount": "50.00",
"memo": "Optional note",
"target": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb0"
},
"bodyType": "json",
"method": "GET",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"amount": {
"description": "Net USDC to forward to target (min $0.01, max $100000). Agent pays amount + 0.25% (min $0.001, max $0.25) via x402 on Base or Solana.",
"type": "string"
},
"label": {
"description": "Stable child label for provision mode (e.g. trading-agent-1). Required with provision unless Idempotency-Key is set.",
"type": "string"
},
"memo": {
"description": "Optional note (max 256 chars).",
"type": "string"
},
"provision": {
"description": "If true, create/resolve a managed CDP child wallet and fund it. Requires label or Idempotency-Key. Do not send target.",
"type": "boolean"
},
"target": {
"description": "EVM address (Base) or Solana address receiving net USDC. Omit when provision: true (managed child wallet, Base only).",
"type": "string"
}
},
"required": [
"amount"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}