Skip to main content
PUT
Allow an address on a fee wrapper
Call this from your backend before the customer deposits into the fee wrapper. Keep the Ground API key on the server.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required
address
string
required

Response

Already confirmed.

status
enum<string>
required
Available options:
confirmed,
submitted
transactionHash
string | null