{ "hex": string, "base58": string }. hex is the on-chain bytes32. base58 is the same value encoded for Solana. Either form works in path parameters.
Get a config by ID
GET /configs/{configId}
Returns a single config with its user and charity beneficiaries. Aggregate donation stats are not included here. Use GET /configs/{configId}/stats for that (Partner scope).
Response
Weights in responses are strings to preserve full precision for values beyond
Number.MAX_SAFE_INTEGER. Charity objects match the Charities shape, plus
weight.Delete a config
DELETE /configs/{configId}
Deletes a config you own. Returns 204 No Content on success with an empty body.
Error responses