Skip to content

Get wallet

GET
/v2/wallet/{walletId}

Get a wallet by its ID.

walletId
required
string format: uuid

The unique wallet ID.

Example
0ebec69f-cde5-4abf-83eb-595f8f023c80
X-API-Key
string

API Key

X-API-Secret
string

API Secret

Returns the wallet details.

object
walletId
required

The unique wallet ID.

string format: uuid
0ebec69f-cde5-4abf-83eb-595f8f023c80
name
required

The unique name for the wallet.

string
My Wallet
custodian
required

The custodian type for the wallet.

string
Allowed values: fsco dfns non
fsco
address

The address of the wallet.

string
0x1234567890abcdef

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error