Skip to main content
GET
/
tenant
/
{tenantId}
/
admin
/
custodians_for_deployment
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "custodians": [
      {
        "id": 123,
        "custodianName": "<string>"
      }
    ],
    "gasStationWalletsForDeploys": [
      {
        "custodianId": 123,
        "walletTenantId": 123,
        "walletCustodianId": 123,
        "name": "<string>",
        "blockchainName": "<string>",
        "blockchainNativeCoinName": "<string>",
        "balance": "<string>"
      }
    ]
  }
}

Path Parameters

tenantId
integer
required

Query Parameters

blockchainId
integer

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object