A valid request URL is required to generate request examples{
"pageKey": "<string>",
"response": [
{
"id": "<string>",
"kind": "donation",
"status": "pending",
"donationReceiptId": "<string>",
"sourceTransferId": "<string>",
"chainId": 123,
"transactionHash": "<string>",
"logIndex": 123,
"timestamp": "2023-11-07T05:31:56Z",
"sourceAddress": "<string>",
"sourceName": "<string>",
"inputAmount": "<string>",
"inputToken": {
"address": "<string>",
"chainId": 123,
"symbol": "<string>",
"decimals": 123
},
"amountScope": "donation",
"delivery": {
"chainId": 123,
"transactionHash": "<string>"
}
}
]
}{
"error": "<string>",
"code": "<string>"
}{
"error": "<string>",
"code": "<string>"
}List charity or campaign donation activity
Combines receipts with observed bridge deposits, including refunded or reclaimed transfers. Transfer amounts are the original total sent, not beneficiary proceeds, and do not contribute to financial totals. Entries keep their identity and source timestamp when a receipt replaces a transfer. Invalid or scope-mismatched opaque cursors restart at the first page, matching existing donation pagination. Messages awaiting normal donation ingestion and moderation are not exposed.
A valid request URL is required to generate request examples{
"pageKey": "<string>",
"response": [
{
"id": "<string>",
"kind": "donation",
"status": "pending",
"donationReceiptId": "<string>",
"sourceTransferId": "<string>",
"chainId": 123,
"transactionHash": "<string>",
"logIndex": 123,
"timestamp": "2023-11-07T05:31:56Z",
"sourceAddress": "<string>",
"sourceName": "<string>",
"inputAmount": "<string>",
"inputToken": {
"address": "<string>",
"chainId": 123,
"symbol": "<string>",
"decimals": 123
},
"amountScope": "donation",
"delivery": {
"chainId": 123,
"transactionHash": "<string>"
}
}
]
}{
"error": "<string>",
"code": "<string>"
}{
"error": "<string>",
"code": "<string>"
}Authorizations
Developer API key. Required for config create/list/delete and project analytics. Optional on public GET reads (anonymous callers are IP rate-limited). Obtain from the Developer dashboard.
Headers
Optional. Omit for the anonymous IP budget (~20 req/min). Keys share their organization billing-tier limit.
1Query Parameters
Page size (min 1, max 50)
1 <= x <= 50Cursor for next page (from previous pageKey)
charity, campaign 1 - 128Was this page helpful?