cURL
curl --request POST \ --url https://api.turnkey.com/public/v1/query/get_wallet_account \ --header 'Content-Type: application/json' \ --header 'X-Stamp: <api-key>' \ --data '{ "organizationId": "<string>", "walletId": "<string>", "address": "<string>", "path": "<string>" }'
{ "account": { "walletAccountId": "<string>", "organizationId": "<string>", "walletId": "<string>", "curve": "CURVE_SECP256K1", "pathFormat": "PATH_FORMAT_BIP32", "path": "<string>", "addressFormat": "ADDRESS_FORMAT_UNCOMPRESSED", "address": "<string>", "createdAt": { "seconds": "<string>", "nanos": "<string>" }, "updatedAt": { "seconds": "<string>", "nanos": "<string>" } } }
Get a single wallet account
Unique identifier for a given Organization.
Unique identifier for a given Wallet.
Address corresponding to a Wallet Account.
Path corresponding to a Wallet Account.
A successful response.
Show child attributes
Was this page helpful?