Usage
Returns
Parameters
name (required)
- Type:
string
payment_requirements (required)
- Type:
PaymentRequirement[]
PaymentRequirement Properties
| Property | Type | Required | Description |
|---|---|---|---|
asset | string | Yes | The USDC token contract address for the network |
pay_to | string | Yes | The wallet address to receive payments |
network | "base" | "base-sepolia" | "eip155:8453" | "eip155:84532" | Yes | The blockchain network |
amount | string | Yes | The maximum amount required for access |
description | string | No | Optional description for this requirement |
description
- Type:
string