Add an address
Wait for the wrapper to reachstatus: ready, then call:
Verify access
202, its transaction hash is only submission evidence; poll this endpoint or
consume the corresponding webhook event for confirmation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authorize customer addresses to deposit into an organization fee wrapper.
status: ready, then call:
curl -X PUT \
https://sandbox.groundtech.co/v2/fee-wrappers/8f4c52d7-62ab-4db9-a964-92f481f6b851/allowlist/0x3Bf25A73a1f1033C2d50Ac65f3C9d6A44123DB81 \
-H "Authorization: Bearer $GROUND_API_KEY"
curl \
"https://sandbox.groundtech.co/v2/fee-wrappers/8f4c52d7-62ab-4db9-a964-92f481f6b851/allowlist/0x3Bf25A73a1f1033C2d50Ac65f3C9d6A44123DB81" \
-H "Authorization: Bearer $GROUND_API_KEY"
{
"allowed": true
}
202, its transaction hash is only submission evidence; poll this endpoint or
consume the corresponding webhook event for confirmation.
curl -X DELETE \
"https://sandbox.groundtech.co/v2/fee-wrappers/8f4c52d7-62ab-4db9-a964-92f481f6b851/allowlist/0x3Bf25A73a1f1033C2d50Ac65f3C9d6A44123DB81" \
-H "Authorization: Bearer $GROUND_API_KEY"