A valid request URL is required to generate request examples
{ "id": "<string>", "users": [ { "id": "<string>", "weight": "<string>" } ], "charities": [ { "id": "<string>", "slug": "<string>", "name": "<string>", "logo": "<string>", "website": "<string>", "weight": "<string>", "wallets": [ { "address": "<string>", "isPrimary": true, "type": "BTC", "chainAddresses": [ { "chainId": 123 } ] } ] } ] }
Get a config with its user and charity beneficiaries. Charities include wallets.
Developer API key. Required for all requests. Obtain from the Donate dashboard.
Developer API key
1
Config id (bytes32 hex)
Config with beneficiaries; charities include wallets.
Show child attributes