Alchemy · Example Payload

Alchemy Gas Manager Api Create Policy Request Example

Web3BlockchainRPCNFTIndexingAccount Abstraction

Alchemy Gas Manager Api Create Policy Request Example is an example object payload from Alchemy, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namenetworkmaxSpendPerUsermaxSpendTotal

Example Payload

Raw ↑
{
  "name": "My Sponsorship Policy",
  "network": "eth-mainnet",
  "maxSpendPerUser": 1.0,
  "maxSpendTotal": 500.0
}