Skip to main content
GET
/
tenant
/
{tenantId}
/
smart_contract_templates
/
get_by_token_address
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "name": "<string>",
    "methods": [
      {
        "name": "<string>",
        "description": "<string>",
        "caller": {
          "name": "<string>",
          "description": "<string>",
          "widgetType": "<string>",
          "blockchainName": "<string>",
          "blockchainType": "<string>",
          "default": "<string>",
          "options": [
            {
              "label": "<string>",
              "value": "<string>"
            }
          ],
          "placeholder": "<string>",
          "order": 123,
          "fields": [
            {}
          ]
        },
        "parameters": [
          {
            "name": "<string>",
            "description": "<string>",
            "widgetType": "<string>",
            "blockchainName": "<string>",
            "blockchainType": "<string>",
            "default": "<string>",
            "options": [
              {
                "label": "<string>",
                "value": "<string>"
              }
            ],
            "placeholder": "<string>",
            "order": 123,
            "fields": [
              {}
            ]
          }
        ]
      }
    ],
    "tokenTicker": "<string>",
    "tokenName": "<string>",
    "blockchainId": 123,
    "blockchainName": "<string>",
    "blockchainIcon": "<string>",
    "blockchainNativeCoinName": "<string>",
    "gasStationWalletsForDeploys": [
      {
        "custodianId": 123,
        "walletTenantId": 123,
        "walletCustodianId": 123,
        "name": "<string>",
        "blockchainName": "<string>",
        "blockchainNativeCoinName": "<string>",
        "balance": "<string>"
      }
    ],
    "gasFeeEstimated": 123
  }
}

Path Parameters

tenantId
integer
required

Query Parameters

blockchainId
integer
tokenProxyAddress
string
methodsType
string
isMethodNameOnly
boolean

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object