INFRASTRUCTURE / x402
A clear payment boundary.
Inspect payment requirements and build an exact-price request for Robinhood Chain.
Robinhood Chain
- Network
- eip155:4663
- Asset
- USDG
- Asset contract
- 0x5fc5…d168
- Scheme
- exact / Permit2
Endpoints
GET
/api/catalogAvailable service descriptions and public data routes.
GET
Integration documentation →/api/live/networkCurrent chain state and recent public transactions.
import { paymentRequirements } from './packages/server/index.mjs';
const requirements = paymentRequirements({
amount: '0.01',
recipient: '0xYourWallet',
resource: 'https://your-service.com/report'
});