Skip to main content
GET
/
tenant
/
{tenantId}
/
smart_contract_templates
/
get_implementations
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "tokenImplementationsToSelect": [
      {
        "tokenImplementationSmartContractAddress": "<string>",
        "name": "<string>"
      }
    ],
    "tokenTicker": "<string>",
    "tokenName": "<string>",
    "blockchainId": 123,
    "blockchainName": "<string>",
    "blockchainIcon": "<string>"
  }
}

Path Parameters

tenantId
integer
required

Query Parameters

tokenId
integer
blockchainId
integer

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object