Skip to main content
GET
/
api
/
campaigns
/
contributions
Recent contributions feed
curl --request GET \
  --url https://studio.x402layer.cc/api/campaigns/contributions
{
  "contributions": [
    {
      "who": "<string>",
      "amount": 123,
      "campaign": "<string>",
      "at": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.x402layer.cc/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Recent contributions

contributions
object[]