A valid request URL is required to generate request examples[
{
"origin": {
"sourceId": "<string>",
"chainId": 123,
"sender": "<string>",
"depositId": "<string>",
"token": "<string>",
"amount": "<string>",
"fundingCaller": "<string>",
"transactionHash": "<string>"
},
"status": "pending",
"reclaimAt": "2023-11-07T05:31:56Z",
"destinationChainId": 123,
"destinationTransactionHash": "<string>",
"donationReceiptId": "<string>",
"reason": "<string>"
}
]{
"error": "<string>",
"code": "<string>"
}{
"error": "<string>",
"code": "<string>"
}Look up asynchronous donation transfer progress
Supply either sourceId, or both chainId and transactionHash. Returns one item per discovered source deposit; an empty array means not yet indexed, not proof of failure. Bridge progress is separate from donation settlement status. donated means the existing Base donation pipeline has accepted the funds. Values are public onchain origin data; no project-private configuration or execution records are exposed.
A valid request URL is required to generate request examples[
{
"origin": {
"sourceId": "<string>",
"chainId": 123,
"sender": "<string>",
"depositId": "<string>",
"token": "<string>",
"amount": "<string>",
"fundingCaller": "<string>",
"transactionHash": "<string>"
},
"status": "pending",
"reclaimAt": "2023-11-07T05:31:56Z",
"destinationChainId": 123,
"destinationTransactionHash": "<string>",
"donationReceiptId": "<string>",
"reason": "<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
^0x[\da-fA-F]{64}$x > 0^0x[\da-fA-F]{64}$Response
Fresh bridge progress for the matching deposits.
Show child attributes
Show child attributes
pending, executing, bridged, arrived, donated, claimable, reclaimed, refunding, refunded, manual ^0x[\da-fA-F]{64}$Was this page helpful?