GET
/
wallets
/
{walletId}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>.

Path Parameters

walletId
string
required

The ID of the wallet.

Response

200 - application/json
activatedAt
string

The timestamp from when the wallet was activated.

address
string

The blockchain address of the wallet.

blockExplorerUrl
string | null

The URL of the block explorer for this wallet.

createdAt
string

The timestamp from when the wallet was created.

id
string

The id of the wallet.

tokens
object[]

The tokens owned by this wallet.

updatedAt
string

The timestamp from when the wallet was last updated.