Alchemy · Example Payload

Alchemy Gas Manager Api Policy List Response Example

Web3BlockchainRPCNFTIndexingAccount Abstraction

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

Top-level fields

policies

Example Payload

Raw ↑
{
  "policies": [
    {
      "policyId": "pol-abc123",
      "name": "Default Sponsorship Policy",
      "status": "active",
      "network": "eth-mainnet",
      "maxSpendPerUser": 1.0,
      "maxSpendTotal": 1000.0
    }
  ]
}