Get a single wallet
Returns a single wallet by id. The response includes customer_name and created_at joined server-side.
Documentation Index
Fetch the complete documentation index at: https://docs.dakota.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Wallet ID KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.
27^[0-9A-Za-z]{27}$"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
Response
Wallet retrieved successfully
Non-custodial wallet managed by Dakota Platform with a single address usable across networks within the same family.
KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.
27^[0-9A-Za-z]{27}$"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.
27^[0-9A-Za-z]{27}$"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
Blockchain family for the crypto account.
evm, solana "evm"
The wallet address, same across all networks within the same family
"0x165cd37b4c644c2921454429e7f9358d18a45e14"
The wallet name
"My Wallet"
KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.
27^[0-9A-Za-z]{27}$"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
Customer name joined server-side. Populated on GET responses; omitted from create responses.
Created-at unix timestamp. Populated on GET responses.

