Wallets
Get wallet by address
Look up a wallet by its blockchain address. Returns the wallet object if found.
post/v1/wallets/address
Headers
privy-app-idstring required
ID of your Privy app.
Request body
Example request
{
"address": "0xF1DBff66C993EE895C8cb176c30b07A559d76496"
}Response
The wallet matching the given address.
Example response
{
"additional_signers": [],
"address": "0xF1DBff66C993EE895C8cb176c30b07A559d76496",
"archived_at": null,
"chain_type": "ethereum",
"created_at": 1741834854578,
"display_name": "Treasury",
"exported_at": null,
"external_id": "my-order-123",
"id": "id2tptkqrxd39qo9j423etij",
"imported_at": null,
"owner_id": "rkiz0ivz254drv1xw982v3jq",
"policy_ids": []
}Changes
Changed in 2 of the 46 revisions of this API.3
- ○
added
subschema #3to theaddress/allOf[subschema #1: Address]/request propertyanyOflistrequest-property-any-of-added
- ○
- ○
added the new optional request property
include_archivednew-optional-request-property
- ○
added the optional property
archived_atto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○