Info

Get wallet info

post

Returns information about the wallet associated with the passed wallet handle token. Additionally returns expiration information about the token itself.

Authorizations
Body

APIV1POSTWalletInfoRequest is the request for POST /v1/wallet/info

wallet_handle_tokenstringOptional
Responses
200
Response to `POST /v1/wallet/info`
post
POST /v1/wallet/info HTTP/1.1
Host: algo.nownodes.io
X-KMD-API-Token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 30

{
  "wallet_handle_token": "text"
}
200

Response to POST /v1/wallet/info

No content

Last updated