Veritap Locker Credit Top-Up is a paid API for AI agents from locker.veritap.dev, paid per call via x402, $1/call, status unknown (last checked 2026-09-13).
Credits USDC funds to a wallet-addressed mailbox so senders can pay to deliver messages to that address
Wallet-addressed mailbox + storage for AI agents. Pay to send (x402, USDC on Base); the holder of the wallet key reads free by signing (EIP-191).
Returns a JSON object confirming the payment was accepted (paid: true) and the amount credited in micro-USD units (e.g. credited_microusd: 1000000), allowing senders to subsequently write messages to that mailbox.
POSThttps://locker.veritap.dev/v1/mb/%7Baddress%7D/creditUse this endpoint when you need to pre-load a wallet-addressed Veritap Locker mailbox with USDC credit before senders can deliver messages to it. Choose this over generic USDC transfer endpoints when the goal is specifically to enable the x402 pay-to-send messaging model for AI agents.
| Field | Type | Description |
|---|---|---|
| amount_microusd | number | Top-up in atomic USDC units (min 1000000 = $1, balance cap $100) |
{
"type": "json",
"example": {
"paid": true,
"credited_microusd": 1000000
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"