Skip to main content
GET
/
tenant
/
{tenantId}
/
wallets
/
{id}
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "walletTenantId": 123,
    "walletId": 123,
    "isActive": true,
    "isVisible": true,
    "isTreasuryWallet": true,
    "name": "<string>",
    "description": "<string>",
    "walletBalance": 123,
    "walletAddress": "<string>",
    "network": "<string>",
    "networkIcon": "<string>",
    "networkCoinName": "<string>",
    "walletType": "<string>",
    "blockchainId": 123,
    "isGasStation": true,
    "autoRefuelWalletTenantsCount": 123,
    "autoRefuelIsEnabled": true,
    "autoRefuelMinimumBalance": 123,
    "autoRefuelAmount": 123,
    "autoRefuelWalletName": "<string>"
  }
}

Path Parameters

tenantId
integer
required
id
integer
required

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object