Error
A valid request URL is required to generate request examples{
"status": "ready",
"chainId": 1,
"address": "<string>"
}{
"status": "ready",
"chainId": 1,
"address": "<string>"
}{
"error": "<string>"
}{
"error": "<string>"
}{
"error": "<string>"
}{
"error": "<string>"
}{
"error": "<string>"
}API Reference
Get or provision campaign donation-echo address
Lazy get-or-provision of a campaign Donation Echo deposit address for the given chain. May return 202 while provisioning.
GET
/
campaigns
/
{campaignId}
/
donation-echo
Error
A valid request URL is required to generate request examples{
"status": "ready",
"chainId": 1,
"address": "<string>"
}{
"status": "ready",
"chainId": 1,
"address": "<string>"
}{
"error": "<string>"
}{
"error": "<string>"
}{
"error": "<string>"
}{
"error": "<string>"
}{
"error": "<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.
Minimum string length:
1Path Parameters
Campaign id
Minimum string length:
1Query Parameters
Chain id for the deposit address
Required range:
x > 0Was this page helpful?