cURL
curl --request POST \ --url https://api.turnkey.com/public/v1/query/get_wallet \ --header 'Content-Type: application/json' \ --header 'X-Stamp: <api-key>' \ --data '{ "organizationId": "<string>", "walletId": "<string>" }'
{ "wallet": { "walletId": "<string>", "walletName": "<string>", "createdAt": { "seconds": "<string>", "nanos": "<string>" }, "updatedAt": { "seconds": "<string>", "nanos": "<string>" }, "exported": true, "imported": true } }
Get details about a Wallet
Unique identifier for a given Organization.
Unique identifier for a given Wallet.
A successful response.
Show child attributes
Was this page helpful?