Add Gateway Wallet
Add an existing wallet to Gateway using its private key. Gateway handles encryption and storage internally.
Args: wallet_credential: Wallet credentials (chain, private_key, and optional set_default)
Returns: Wallet information from Gateway including address
Raises: HTTPException: 503 if Gateway unavailable, 400 on validation error
Request body
Response
Successful Response
Changes
Changed in 4 of the 13 revisions of this API.214
- ●
removed the request property
request-property-removed
- ○
added the new optional request property
new-optional-request-property
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the response's body type changed from
objectto no type for statusresponse-body-type-changed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response's body type changed from no type to
objectfor statusresponse-body-type-changed
- ▲
- ○
endpoint added
endpoint-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○