{
  "x402Version": 2,
  "id": 7822,
  "slug": "7822",
  "resource": "https://loonie-toll.onrender.com/grants",
  "description": "Open federal grant opportunities matching a keyword, with agency, deadline and days left to apply.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "DUPiupXtuox38dcGoXUKer5mAydCzmaHjrbQ66qeEm8s",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:137",
      "payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:42161",
      "payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "keyword": "wildfire"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "counts": {
              "closingSoon": 4,
              "open": 10,
              "returned": 10
            },
            "disclaimer": "Advisory only, provided as is without warranty of accuracy or completeness. Deadlines and eligibility change — always confirm on grants.gov before relying on a date, and read the full announcement for…",
            "matchCount": 29,
            "opportunities": [
              {
                "agency": "Bureau of Land Management",
                "agencyCode": "DOI-BLM",
                "cfdaNumbers": [
                  "15.232"
                ],
                "closesOn": "09/17/2026",
                "closingSoon": true,
                "daysLeft": 8,
                "documentType": "synopsis",
                "expired": false,
                "openedOn": "07/07/2026",
                "opportunityNumber": "FA-NOFO0027-002",
                "status": "posted",
                "title": "U.S. Wildland Fire Service BLM-National Interagency Fire Center (NIFC) Joint Fire Science Program (JFSP) Primary Announcement",
                "url": "https://www.grants.gov/search-results-detail/363103"
              },
              {
                "agency": "Geological Survey",
                "agencyCode": "DOI-USGS1",
                "cfdaNumbers": [
                  "15.808"
                ],
                "closesOn": "09/12/2026",
                "closingSoon": true,
                "daysLeft": 3,
                "documentType": "synopsis",
                "expired": false,
                "openedOn": "08/12/2026",
                "opportunityNumber": "G26AS00157",
                "status": "posted",
                "title": "Cooperative Agreement for Affiliated Partner with the Colorado Plateau Cooperative Ecosystem Studies Unit (CESU)",
                "url": "https://www.grants.gov/search-results-detail/363544"
              }
            ],
            "query": {
              "keyword": "wildfire",
              "status": "posted"
            },
            "reasons": [
              "4 of 10 open opportunities close within 14 days.",
              "Soonest: \"U.S. Wildland Fire Service BLM-National Interagency Fire Center (NIFC) Joint Fire Science Program (JFSP) Prima\" (Bureau of Land Management) closes in 8 day(s)."
            ],
            "retrievedAt": "2026-09-09T00:55:51.027Z",
            "source": "Grants.gov Search2 API",
            "verdict": "CLOSING_SOON"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "keyword": {
                    "description": "What the funding is for, e.g. 'wildfire' or 'rural broadband'",
                    "type": "string"
                  },
                  "rows": {
                    "description": "Max opportunities to return, default 10",
                    "type": "integer"
                  },
                  "status": {
                    "description": "Opportunity status, default posted (currently open)",
                    "enum": [
                      "posted",
                      "forecasted",
                      "closed",
                      "archived"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "keyword"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "counts": {
                    "properties": {
                      "closingSoon": {
                        "type": "integer"
                      },
                      "open": {
                        "type": "integer"
                      },
                      "returned": {
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "disclaimer": {
                    "type": "string"
                  },
                  "matchCount": {
                    "type": "integer"
                  },
                  "opportunities": {
                    "items": {
                      "properties": {
                        "agency": {
                          "type": "string"
                        },
                        "agencyCode": {
                          "type": "string"
                        },
                        "cfdaNumbers": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "closesOn": {
                          "type": [
                            "null",
                            "string"
                          ]
                        },
                        "closingSoon": {
                          "type": "boolean"
                        },
                        "daysLeft": {
                          "type": [
                            "integer",
                            "null"
                          ]
                        },
                        "documentType": {
                          "type": "string"
                        },
                        "expired": {
                          "type": "boolean"
                        },
                        "openedOn": {
                          "type": "string"
                        },
                        "opportunityNumber": {
                          "type": "string"
                        },
                        "status": {
                          "type": "string"
                        },
                        "title": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "query": {
                    "properties": {
                      "keyword": {
                        "type": "string"
                      },
                      "status": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "reasons": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "retrievedAt": {
                    "type": "string"
                  },
                  "source": {
                    "type": "string"
                  },
                  "verdict": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "loonie-toll.onrender.com",
  "lastUpdated": "2026-09-16T21:13:48.562Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-16T21:13:48.198Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "loonie-toll.onrender.com",
    "manifest_name": "loonie-toll.onrender.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}