Build payment requirements for USDC
USDC payment parameters
PaymentRequirements for USDC payment
Error if USDC is not available on the specified network
const requirements = buildUSDCPayment({ network: 'eip155:8453', amount: 1.50, // $1.50 USDC payTo: '0x1234...',}); Copy
const requirements = buildUSDCPayment({ network: 'eip155:8453', amount: 1.50, // $1.50 USDC payTo: '0x1234...',});
Build payment requirements for USDC