# Blockchain API

AUTHORIZATION - <mark style="color:red;">Bearer Token</mark>

This folder is using Bearer Token

~~**-------------------------------------------------------------------------------------------------**~~

## Domain Code

### Asset Button Type&#x20;

| Type           | Domain Code | desc       |
| -------------- | ----------- | ---------- |
| CUBE(BSC)      | 1011001     | CUBE       |
| CUBE(ETH)      | 1011002     | CUBE       |
| CUBE(KLAY)     | 1011003     | CUBE       |
| COIN(Binance)  | 1011004     | Coin(BNB)  |
| COIN(Ethereum) | 1011005     | Coin(ETH)  |
| COIN(Klay)     | 1011006     | Coin(Klay) |
| BEP20          | 1011007     | BEP20      |
| ERC20          | 1011008     | ERC20      |
| KIP7           | 1011009     | KIP7       |
| GAME TOKEN     | 1011010     | Game Token |
| LP TOKEN       | 1011011     | LP Token   |

### **Asset Button** Features

| Type           | Domain Code | desc                |
| -------------- | ----------- | ------------------- |
| Receive        | 1012001     |                     |
| Send           | 1012002     |                     |
| Bridge         | 1012003     |                     |
| Trade          | 1012004     |                     |
| Invest         | 1012005     |                     |
| Stake          | 1012006     |                     |
| Exchange Info  | 1012007     | exchange infomation |
| Send to Game   | 1012008     | send to game        |
| Buy With Card  | 1012009     | buy Coin, Cube      |
| Send to Wallet | 1012010     | send to wallet      |

## ◾ <mark style="color:blue;">**GET**</mark>

~~*---------------------------------------------------------------------------------------------------*~~

## Search - BlockChain platform list

<mark style="color:blue;">`GET`</mark> `https://apis.cubeapi.io/v1/block-chains`

BlockChains platform list managed by wallet server

#### Query Parameters

| Name     | Type | Description |
| -------- | ---- | ----------- |
| pageNo   | Int  | default: 1  |
| pageSize | Int  | default: 20 |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "apiVersion": "1",
    "status": {
        "code": 200,
        "message": "OK"
    },
    "data": {
        "paging": {
            "pageNo": 1,
            "pageSize": 20,
            "totalCount": 3,
            "hasMore": false
        },
        "items": [
            {
                "chainId": 1,
                "createKst": 1644900042370,
                "updateKst": 1644900042370,
                "chainTypeDcd": "1001001",
                "chainType": "BNB_SMART_CHAIN",
                "chainNm": "BNB Smart Chain(BSC)",
                "testnetYn": "Y",
                "chainActiveYn": "Y",
                "chainDesc": "",
                "evmChainId": 97,
                "nativeCoinInfo": {
                    "nativeCoinId": 2,
                    "nativeCoinSymbol": "BNB",
                    "nativeCoinSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/BNB.png",
                    "nativeCoinDecimal": 18
                },
                "majorAssetInfo": {
                    "majorAssetId": 1,
                    "majorAssetSymbol": "CUBE",
                    "majorAssetSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/CUBE_BSC.png",
                    "majorAssetDecimal": 18,
                    "contractAddress": "0xa60792d563b425ff75ba9f5c8e781f6735fdac2f"
                },
                "bridgeAvailableAssets": null
            },
            {
                "chainId": 2,
                "createKst": 1648536119183,
                "updateKst": 1648538728827,
                "chainTypeDcd": "1001001",
                "chainType": "ETHEREUM",
                "chainNm": "Ethereum(ERC20)",
                "testnetYn": "Y",
                "chainActiveYn": "Y",
                "chainDesc": "",
                "evmChainId": 5,
                "nativeCoinInfo": {
                    "nativeCoinId": 5,
                    "nativeCoinSymbol": "ETH",
                    "nativeCoinSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/ETH.png",
                    "nativeCoinDecimal": 18
                },
                "majorAssetInfo": {
                    "majorAssetId": 4,
                    "majorAssetSymbol": "CUBE",
                    "majorAssetSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/CUBE_ETH.png",
                    "majorAssetDecimal": 18,
                    "contractAddress": "0x6e9fcdca0d08d84b5d5051b6acfe9a708388b1f0"
                },
                "bridgeAvailableAssets": null
            },
            {
                "chainId": 3,
                "createKst": 1656986771940,
                "updateKst": 1656986771940,
                "chainTypeDcd": "1001001",
                "chainType": "FNCY",
                "chainNm": "FNCY",
                "testnetYn": "Y",
                "chainActiveYn": "Y",
                "chainDesc": "",
                "evmChainId": 923018,
                "nativeCoinInfo": {
                    "nativeCoinId": 6,
                    "nativeCoinSymbol": "FNCY",
                    "nativeCoinSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/FNCY.png",
                    "nativeCoinDecimal": 18
                },
                "majorAssetInfo": {
                    "majorAssetId": 6,
                    "majorAssetSymbol": "FNCY",
                    "majorAssetSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/FNCY.png",
                    "majorAssetDecimal": 18,
                    "contractAddress": ""
                },
                "bridgeAvailableAssets": null
            }
        ]
    }
}
```

{% endtab %}
{% endtabs %}

## Search - BlockChain platform detail

<mark style="color:blue;">`GET`</mark> `https://apis.cubeapi.io/v1/block-chains/{chainId}`

BlockChain platform detail managed by wallet server

#### Path Parameters

| Name                                      | Type | Description                       |
| ----------------------------------------- | ---- | --------------------------------- |
| chainId<mark style="color:red;">\*</mark> | Int  | chain id managed by wallet server |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "apiVersion": "1",
    "status": {
        "code": 200,
        "message": "OK"
    },
    "data": {
        "paging": {
            "pageNo": 1,
            "pageSize": 20,
            "totalCount": 3,
            "hasMore": false
        },
        "items": [
            {
                "chainId": 1,
                "createKst": 1644900042370,
                "updateKst": 1644900042370,
                "chainTypeDcd": "1001001",
                "chainType": "BNB_SMART_CHAIN",
                "chainNm": "BNB Smart Chain(BSC)",
                "testnetYn": "Y",
                "chainActiveYn": "Y",
                "chainDesc": "",
                "evmChainId": 97,
                "nativeCoinInfo": {
                    "nativeCoinId": 2,
                    "nativeCoinSymbol": "BNB",
                    "nativeCoinSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/BNB.png",
                    "nativeCoinDecimal": 18
                },
                "majorAssetInfo": {
                    "majorAssetId": 1,
                    "majorAssetSymbol": "CUBE",
                    "majorAssetSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/CUBE_BSC.png",
                    "majorAssetDecimal": 18,
                    "contractAddress": "0xa60792d563b425ff75ba9f5c8e781f6735fdac2f"
                },
                "bridgeAvailableAssets": null
            },
            {
                "chainId": 2,
                "createKst": 1648536119183,
                "updateKst": 1648538728827,
                "chainTypeDcd": "1001001",
                "chainType": "ETHEREUM",
                "chainNm": "Ethereum(ERC20)",
                "testnetYn": "Y",
                "chainActiveYn": "Y",
                "chainDesc": "",
                "evmChainId": 5,
                "nativeCoinInfo": {
                    "nativeCoinId": 5,
                    "nativeCoinSymbol": "ETH",
                    "nativeCoinSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/ETH.png",
                    "nativeCoinDecimal": 18
                },
                "majorAssetInfo": {
                    "majorAssetId": 4,
                    "majorAssetSymbol": "CUBE",
                    "majorAssetSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/CUBE_ETH.png",
                    "majorAssetDecimal": 18,
                    "contractAddress": "0x6e9fcdca0d08d84b5d5051b6acfe9a708388b1f0"
                },
                "bridgeAvailableAssets": null
            },
            {
                "chainId": 3,
                "createKst": 1656986771940,
                "updateKst": 1656986771940,
                "chainTypeDcd": "1001001",
                "chainType": "FNCY",
                "chainNm": "FNCY",
                "testnetYn": "Y",
                "chainActiveYn": "Y",
                "chainDesc": "",
                "evmChainId": 923018,
                "nativeCoinInfo": {
                    "nativeCoinId": 6,
                    "nativeCoinSymbol": "FNCY",
                    "nativeCoinSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/FNCY.png",
                    "nativeCoinDecimal": 18
                },
                "majorAssetInfo": {
                    "majorAssetId": 6,
                    "majorAssetSymbol": "FNCY",
                    "majorAssetSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/FNCY.png",
                    "majorAssetDecimal": 18,
                    "contractAddress": ""
                },
                "bridgeAvailableAssets": null
            }
        ]
    }
}
```

{% endtab %}
{% endtabs %}

## Search - BlockChain platform asset list

<mark style="color:blue;">`GET`</mark> `https://apis.cubeapi.io/v1/block-chains/{chainId}/assets`

#### Path Parameters

| Name                                      | Type | Description                       |
| ----------------------------------------- | ---- | --------------------------------- |
| chainId<mark style="color:red;">\*</mark> | Int  | chain id managed by wallet server |

#### Query Parameters

| Name     | Type | Description |
| -------- | ---- | ----------- |
| pageNo   | Int  | default: 1  |
| pageSize | Int  | default: 20 |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "apiVersion": "1",
    "status": {
        "code": 200,
        "message": "OK"
    },
    "data": {
        "paging": {
            "pageNo": 1,
            "pageSize": 20,
            "totalCount": 9,
            "hasMore": true
        },
        "items": [
            {
                "assetId": 1,
                "createKst": null,
                "updateKst": null,
                "chainId": 1,
                "chainNm": "BNB Smart Chain(BSC)",
                "assetTypeDcd": "1004002",
                "assetType": "BEP20",
                "contractAddress": "0xa60792d563b425ff75ba9f5c8e781f6735fdac2f",
                "assetNm": "CUBE",
                "assetSymbol": "CUBE",
                "assetSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/CUBE_BSC.png",
                "assetDecimal": 18,
                "fncyYn": null,
                "cubeYn": "Y",
                "gcoinYn": "N",
                "useYn": "Y",
                "defaultAssetYn": "Y",
                "assetDesc": "",
                "marketId": null,
                "gameCode": null,
                "btnDepositYn": null,
                "btnWithdrawYn": null,
                "btnBridgeYn": null,
                "btnCubetogcoinYn": null,
                "btnExchangeYn": null,
                "btnGcointopointYn": null,
                "btnGcointocubeYn": null,
                "btnBuywithcardYn": null,
                "assetButtonTypeDcd": null,
                "assetButtonType": null,
                "assetOrder": 0
            },
            {
                "assetId": 2,
                "createKst": null,
                "updateKst": null,
                "chainId": 1,
                "chainNm": "BNB Smart Chain(BSC)",
                "assetTypeDcd": "1004001",
                "assetType": "Coin",
                "contractAddress": "",
                "assetNm": "Binance Coin",
                "assetSymbol": "BNB",
                "assetSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/BNB.png",
                "assetDecimal": 18,
                "fncyYn": null,
                "cubeYn": "N",
                "gcoinYn": "N",
                "useYn": "Y",
                "defaultAssetYn": "Y",
                "assetDesc": "",
                "marketId": null,
                "gameCode": null,
                "btnDepositYn": null,
                "btnWithdrawYn": null,
                "btnBridgeYn": null,
                "btnCubetogcoinYn": null,
                "btnExchangeYn": null,
                "btnGcointopointYn": null,
                "btnGcointocubeYn": null,
                "btnBuywithcardYn": null,
                "assetButtonTypeDcd": null,
                "assetButtonType": null,
                "assetOrder": 0
            },
            {
                "assetId": 3,
                "createKst": null,
                "updateKst": null,
                "chainId": 1,
                "chainNm": "BNB Smart Chain(BSC)",
                "assetTypeDcd": "1004002",
                "assetType": "BEP20",
                "contractAddress": "0x424ca71fbdcbe52c1458dd1252b3ca7124bd0f87",
                "assetNm": "Binance USD",
                "assetSymbol": "BUSD",
                "assetSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/BUSD.png",
                "assetDecimal": 18,
                "fncyYn": null,
                "cubeYn": "N",
                "gcoinYn": "N",
                "useYn": "Y",
                "defaultAssetYn": "Y",
                "assetDesc": "",
                "marketId": null,
                "gameCode": null,
                "btnDepositYn": null,
                "btnWithdrawYn": null,
                "btnBridgeYn": null,
                "btnCubetogcoinYn": null,
                "btnExchangeYn": null,
                "btnGcointopointYn": null,
                "btnGcointocubeYn": null,
                "btnBuywithcardYn": null,
                "assetButtonTypeDcd": null,
                "assetButtonType": null,
                "assetOrder": 0
            },
            {
                "assetId": 10001,
                "createKst": null,
                "updateKst": null,
                "chainId": 1,
                "chainNm": "BNB Smart Chain(BSC)",
                "assetTypeDcd": "1004002",
                "assetType": "BEP20",
                "contractAddress": "0x3abf7ee9b4e4537d58b71c400b205ed618d05c30",
                "assetNm": "GBC",
                "assetSymbol": "GBC",
                "assetSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/GBC.png",
                "assetDecimal": 18,
                "fncyYn": null,
                "cubeYn": "Y",
                "gcoinYn": "Y",
                "useYn": "Y",
                "defaultAssetYn": "Y",
                "assetDesc": "GBC is the official in-game token that will be available at Grand Launch. For Early Access Bros who have earned eGBP (Early Access exclusive points) can trade to GBC at Grand Launch as well.",
                "marketId": null,
                "gameCode": "gold",
                "btnDepositYn": null,
                "btnWithdrawYn": null,
                "btnBridgeYn": null,
                "btnCubetogcoinYn": null,
                "btnExchangeYn": null,
                "btnGcointopointYn": null,
                "btnGcointocubeYn": null,
                "btnBuywithcardYn": null,
                "assetButtonTypeDcd": null,
                "assetButtonType": null,
                "assetOrder": 0
            },
            {
                "assetId": 10002,
                "createKst": null,
                "updateKst": null,
                "chainId": 1,
                "chainNm": "BNB Smart Chain(BSC)",
                "assetTypeDcd": "1004002",
                "assetType": "BEP20",
                "contractAddress": "0x0da1339d0c33d86c0de751e25098febf9bd372d2",
                "assetNm": "T-GAME-SIXSIN",
                "assetSymbol": "TGS",
                "assetSymbolImg": null,
                "assetDecimal": 18,
                "fncyYn": null,
                "cubeYn": "N",
                "gcoinYn": "N",
                "useYn": "Y",
                "defaultAssetYn": "N",
                "assetDesc": null,
                "marketId": null,
                "gameCode": null,
                "btnDepositYn": null,
                "btnWithdrawYn": null,
                "btnBridgeYn": null,
                "btnCubetogcoinYn": null,
                "btnExchangeYn": null,
                "btnGcointopointYn": null,
                "btnGcointocubeYn": null,
                "btnBuywithcardYn": null,
                "assetButtonTypeDcd": null,
                "assetButtonType": null,
                "assetOrder": 0
            },
            {
                "assetId": 10003,
                "createKst": null,
                "updateKst": null,
                "chainId": 1,
                "chainNm": "BNB Smart Chain(BSC)",
                "assetTypeDcd": "1004002",
                "assetType": "BEP20",
                "contractAddress": "0x0da1339d0c33d86c0de751e25098febf9bd372d2",
                "assetNm": "T-GAME-SIXSIN",
                "assetSymbol": "TGS",
                "assetSymbolImg": null,
                "assetDecimal": 18,
                "fncyYn": null,
                "cubeYn": "N",
                "gcoinYn": "N",
                "useYn": "Y",
                "defaultAssetYn": "N",
                "assetDesc": null,
                "marketId": null,
                "gameCode": null,
                "btnDepositYn": null,
                "btnWithdrawYn": null,
                "btnBridgeYn": null,
                "btnCubetogcoinYn": null,
                "btnExchangeYn": null,
                "btnGcointopointYn": null,
                "btnGcointocubeYn": null,
                "btnBuywithcardYn": null,
                "assetButtonTypeDcd": null,
                "assetButtonType": null,
                "assetOrder": 0
            },
            {
                "assetId": 10004,
                "createKst": null,
                "updateKst": null,
                "chainId": 1,
                "chainNm": "BNB Smart Chain(BSC)",
                "assetTypeDcd": "1004002",
                "assetType": "BEP20",
                "contractAddress": "0xc3b8fd398fd7c2506b7d2c802aa40eb8aeabfd55",
                "assetNm": "Jung Bo Seob Token",
                "assetSymbol": "JBS",
                "assetSymbolImg": null,
                "assetDecimal": 18,
                "fncyYn": null,
                "cubeYn": "N",
                "gcoinYn": "N",
                "useYn": "Y",
                "defaultAssetYn": "N",
                "assetDesc": null,
                "marketId": null,
                "gameCode": null,
                "btnDepositYn": null,
                "btnWithdrawYn": null,
                "btnBridgeYn": null,
                "btnCubetogcoinYn": null,
                "btnExchangeYn": null,
                "btnGcointopointYn": null,
                "btnGcointocubeYn": null,
                "btnBuywithcardYn": null,
                "assetButtonTypeDcd": null,
                "assetButtonType": null,
                "assetOrder": 0
            },
            {
                "assetId": 10005,
                "createKst": null,
                "updateKst": null,
                "chainId": 1,
                "chainNm": "BNB Smart Chain(BSC)",
                "assetTypeDcd": "1004002",
                "assetType": "BEP20",
                "contractAddress": "0x7ef95a0fee0dd31b22626fa2e10ee6a223f8a684",
                "assetNm": "Tether USD",
                "assetSymbol": "USDT",
                "assetSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/NONE.png",
                "assetDecimal": 18,
                "fncyYn": null,
                "cubeYn": "N",
                "gcoinYn": "N",
                "useYn": "Y",
                "defaultAssetYn": "N",
                "assetDesc": null,
                "marketId": null,
                "gameCode": null,
                "btnDepositYn": null,
                "btnWithdrawYn": null,
                "btnBridgeYn": null,
                "btnCubetogcoinYn": null,
                "btnExchangeYn": null,
                "btnGcointopointYn": null,
                "btnGcointocubeYn": null,
                "btnBuywithcardYn": null,
                "assetButtonTypeDcd": null,
                "assetButtonType": null,
                "assetOrder": 0
            },
            {
                "assetId": 10006,
                "createKst": null,
                "updateKst": null,
                "chainId": 1,
                "chainNm": "BNB Smart Chain(BSC)",
                "assetTypeDcd": "1004002",
                "assetType": "BEP20",
                "contractAddress": "0x590df4a02b7af750ce0e1c274b4e30e2abdd7a4e",
                "assetNm": "GBC LP",
                "assetSymbol": "GBCLP",
                "assetSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/BEP20.png",
                "assetDecimal": 18,
                "fncyYn": null,
                "cubeYn": "Y",
                "gcoinYn": "Y",
                "useYn": "Y",
                "defaultAssetYn": "Y",
                "assetDesc": null,
                "marketId": null,
                "gameCode": "gold",
                "btnDepositYn": null,
                "btnWithdrawYn": null,
                "btnBridgeYn": null,
                "btnCubetogcoinYn": null,
                "btnExchangeYn": null,
                "btnGcointopointYn": null,
                "btnGcointocubeYn": null,
                "btnBuywithcardYn": null,
                "assetButtonTypeDcd": null,
                "assetButtonType": null,
                "assetOrder": 0
            }
        ]
    }
}
```

{% endtab %}
{% endtabs %}

## Search - blockchain platform asset with contract address

<mark style="color:blue;">`GET`</mark> `https://apis.cubeapi.io/v1/block-chains/{chainId}/assets/contractAddress/{contractAddress}`

#### Path Parameters

| Name                                              | Type   | Description                       |
| ------------------------------------------------- | ------ | --------------------------------- |
| chainId<mark style="color:red;">\*</mark>         | Int    | chain id managed by wallet server |
| contractAddress<mark style="color:red;">\*</mark> | String | contract address                  |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "apiVersion": "1",
    "status": {
        "code": 200,
        "message": "OK"
    },
    "data": {
        "items": [
            {
                "assetId": 1,
                "contractAddress": "0xa60792d563b425ff75ba9f5c8e781f6735fdac2f",
                "assetNm": "CUBE",
                "assetSymbol": "CUBE",
                "assetSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/CUBE_BSC.png",
                "assetDecimal": 18,
                "fncyYn": null,
                "cubeYn": "Y",
                "gcoinYn": "N",
                "assetDesc": ""
            }
        ]
    }
}
```

{% endtab %}
{% endtabs %}

## Search - Blockchain platform NFT list

<mark style="color:blue;">`GET`</mark> `https://apis.cubeapi.io/v1/block-chains/{chainId}/nfts`

#### Path Parameters

| Name                                      | Type | Description                       |
| ----------------------------------------- | ---- | --------------------------------- |
| chainId<mark style="color:red;">\*</mark> | Int  | chain id managed by wallet server |

#### Query Parameters

| Name     | Type | Description |
| -------- | ---- | ----------- |
| pageNo   | Int  | default: 1  |
| pageSize | Int  | default: 20 |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "apiVersion": "1",
    "status": {
        "code": 200,
        "message": "OK"
    },
    "data": {
        "paging": {
            "pageNo": 1,
            "pageSize": 20,
            "totalCount": 7,
            "hasMore": true
        },
        "items": [
            {
                "nftId": 10001,
                "createKst": null,
                "updateKst": null,
                "chainId": 1,
                "chainNm": "BNB Smart Chain(BSC)",
                "assetTypeDcd": "1004003",
                "assetType": "ERC721",
                "nftTypeDcd": null,
                "nftType": null,
                "contractAddress": "0x1fa7610837332da881db07e2cee7a0edc2da64d8",
                "tokenId": "16457",
                "nftNm": "ITAM-NFT-16457",
                "nftSymbol": "ITAM",
                "nftSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/DEFAULT_NFT.png",
                "nftMetaUri": null,
                "nftMediaUri": null,
                "nftAnimationUrl": null,
                "nftMetaJson": null,
                "useYn": "Y",
                "nftDesc": null,
                "nftSource": null,
                "nftDirectLink": null,
                "holderAuthYn": null,
                "nftHolderAuthDirectLink": null,
                "marketId": "itam",
                "gameCode": null,
                "btnSendtogameYn": null,
                "btnNftsellYn": null,
                "btnNftcancelYn": null,
                "btnNftmodifyYn": null,
                "binanceSaleYn": null,
                "nftMetaInfo": null
            },
            {
                "nftId": 10002,
                "createKst": null,
                "updateKst": null,
                "chainId": 1,
                "chainNm": "BNB Smart Chain(BSC)",
                "assetTypeDcd": "1004003",
                "assetType": "ERC721",
                "nftTypeDcd": null,
                "nftType": null,
                "contractAddress": "0x1fa7610837332da881db07e2cee7a0edc2da64d8",
                "tokenId": "1",
                "nftNm": "ITAM Weapon",
                "nftSymbol": "ITAM",
                "nftSymbolImg": "https://testnet-storage.itamcube.com/markets/itam/items/mushroom.gif",
                "nftMetaUri": "https://api.itam.network/development/tankers/markets/itam/nfts/1?publicationSource=game",
                "nftMediaUri": null,
                "nftAnimationUrl": null,
                "nftMetaJson": null,
                "useYn": "Y",
                "nftDesc": null,
                "nftSource": null,
                "nftDirectLink": null,
                "holderAuthYn": null,
                "nftHolderAuthDirectLink": null,
                "marketId": "itam",
                "gameCode": null,
                "btnSendtogameYn": null,
                "btnNftsellYn": null,
                "btnNftcancelYn": null,
                "btnNftmodifyYn": null,
                "binanceSaleYn": null,
                "nftMetaInfo": null
            },
            {
                "nftId": 10003,
                "createKst": null,
                "updateKst": null,
                "chainId": 1,
                "chainNm": "BNB Smart Chain(BSC)",
                "assetTypeDcd": "1004003",
                "assetType": "ERC721",
                "nftTypeDcd": null,
                "nftType": null,
                "contractAddress": "0x1fa7610837332da881db07e2cee7a0edc2da64d8",
                "tokenId": "8",
                "nftNm": "ITAM Weapon",
                "nftSymbol": "ITAM",
                "nftSymbolImg": "https://testnet-storage.itamcube.com/markets/itam/items/mushroom.gif",
                "nftMetaUri": "https://api.itam.network/development/tankers/markets/itam/nfts/8?publicationSource=game",
                "nftMediaUri": null,
                "nftAnimationUrl": null,
                "nftMetaJson": null,
                "useYn": "Y",
                "nftDesc": null,
                "nftSource": null,
                "nftDirectLink": null,
                "holderAuthYn": null,
                "nftHolderAuthDirectLink": null,
                "marketId": "itam",
                "gameCode": null,
                "btnSendtogameYn": null,
                "btnNftsellYn": null,
                "btnNftcancelYn": null,
                "btnNftmodifyYn": null,
                "binanceSaleYn": null,
                "nftMetaInfo": null
            },
            {
                "nftId": 10004,
                "createKst": null,
                "updateKst": null,
                "chainId": 1,
                "chainNm": "BNB Smart Chain(BSC)",
                "assetTypeDcd": "1004003",
                "assetType": "ERC721",
                "nftTypeDcd": null,
                "nftType": null,
                "contractAddress": "0x1fa7610837332da881db07e2cee7a0edc2da64d8",
                "tokenId": "11",
                "nftNm": "ITAM Weapon",
                "nftSymbol": "ITAM",
                "nftSymbolImg": "https://testnet-storage.itamcube.com/markets/itam/items/mushroom.gif",
                "nftMetaUri": "https://api.itam.network/development/tankers/markets/itam/nfts/11?publicationSource=game",
                "nftMediaUri": null,
                "nftAnimationUrl": null,
                "nftMetaJson": null,
                "useYn": "Y",
                "nftDesc": null,
                "nftSource": null,
                "nftDirectLink": null,
                "holderAuthYn": null,
                "nftHolderAuthDirectLink": null,
                "marketId": "itam",
                "gameCode": null,
                "btnSendtogameYn": null,
                "btnNftsellYn": null,
                "btnNftcancelYn": null,
                "btnNftmodifyYn": null,
                "binanceSaleYn": null,
                "nftMetaInfo": null
            },
            {
                "nftId": 10005,
                "createKst": null,
                "updateKst": null,
                "chainId": 1,
                "chainNm": "BNB Smart Chain(BSC)",
                "assetTypeDcd": "1004003",
                "assetType": "ERC721",
                "nftTypeDcd": null,
                "nftType": null,
                "contractAddress": "0x1fa7610837332da881db07e2cee7a0edc2da64d8",
                "tokenId": "12",
                "nftNm": "ITAM Weapon",
                "nftSymbol": "ITAM",
                "nftSymbolImg": "https://testnet-storage.itamcube.com/markets/itam/items/mushroom.gif",
                "nftMetaUri": "https://api.itam.network/development/tankers/markets/itam/nfts/12?publicationSource=game",
                "nftMediaUri": null,
                "nftAnimationUrl": null,
                "nftMetaJson": null,
                "useYn": "Y",
                "nftDesc": null,
                "nftSource": null,
                "nftDirectLink": null,
                "holderAuthYn": null,
                "nftHolderAuthDirectLink": null,
                "marketId": "itam",
                "gameCode": null,
                "btnSendtogameYn": null,
                "btnNftsellYn": null,
                "btnNftcancelYn": null,
                "btnNftmodifyYn": null,
                "binanceSaleYn": null,
                "nftMetaInfo": null
            },
            {
                "nftId": 10006,
                "createKst": null,
                "updateKst": null,
                "chainId": 1,
                "chainNm": "BNB Smart Chain(BSC)",
                "assetTypeDcd": "1004003",
                "assetType": "ERC721",
                "nftTypeDcd": null,
                "nftType": null,
                "contractAddress": "0x1fa7610837332da881db07e2cee7a0edc2da64d8",
                "tokenId": "16460",
                "nftNm": "ITAM-NFT-16460",
                "nftSymbol": "ITAM",
                "nftSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/DEFAULT_NFT.png",
                "nftMetaUri": null,
                "nftMediaUri": null,
                "nftAnimationUrl": null,
                "nftMetaJson": null,
                "useYn": "Y",
                "nftDesc": null,
                "nftSource": null,
                "nftDirectLink": null,
                "holderAuthYn": null,
                "nftHolderAuthDirectLink": null,
                "marketId": "itam",
                "gameCode": null,
                "btnSendtogameYn": null,
                "btnNftsellYn": null,
                "btnNftcancelYn": null,
                "btnNftmodifyYn": null,
                "binanceSaleYn": null,
                "nftMetaInfo": null
            },
            {
                "nftId": 10007,
                "createKst": null,
                "updateKst": null,
                "chainId": 1,
                "chainNm": "BNB Smart Chain(BSC)",
                "assetTypeDcd": "1004003",
                "assetType": "ERC721",
                "nftTypeDcd": null,
                "nftType": null,
                "contractAddress": "0x1fa7610837332da881db07e2cee7a0edc2da64d8",
                "tokenId": "16455",
                "nftNm": "ITAM-NFT-16455",
                "nftSymbol": "ITAM",
                "nftSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/DEFAULT_NFT.png",
                "nftMetaUri": null,
                "nftMediaUri": null,
                "nftAnimationUrl": null,
                "nftMetaJson": null,
                "useYn": "Y",
                "nftDesc": null,
                "nftSource": null,
                "nftDirectLink": null,
                "holderAuthYn": null,
                "nftHolderAuthDirectLink": null,
                "marketId": "itam",
                "gameCode": null,
                "btnSendtogameYn": null,
                "btnNftsellYn": null,
                "btnNftcancelYn": null,
                "btnNftmodifyYn": null,
                "binanceSaleYn": null,
                "nftMetaInfo": null
            }
        ]
    }
}
            
```

{% endtab %}
{% endtabs %}

## Search - The market price graph for Dashboard

<mark style="color:blue;">`GET`</mark> `https://apis.cubeapi.io/v1/block-chains/chart/{assetId}`

Exposing market data 2 hours ago at the current time - 5 minute interval

#### Path Parameters

| Name                                      | Type | Description |
| ----------------------------------------- | ---- | ----------- |
| assetId<mark style="color:red;">\*</mark> |      | asset id    |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "apiVersion": "1",
    "status": {
        "code": 200,
        "message": "OK"
    },
    "data": {
        "items": [
            {
                "historyKst": 1666886458590,
                "lastUpdated": 1666886340000,
                "usdPrice": 0.08524438,
                "krwPrice": 120.93444811,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1666882857457,
                "lastUpdated": 1666882740000,
                "usdPrice": 0.08390939,
                "krwPrice": 118.81471363,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1666879256423,
                "lastUpdated": 1666879140000,
                "usdPrice": 0.08386968,
                "krwPrice": 119.11564398,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1666875655373,
                "lastUpdated": 1666875540000,
                "usdPrice": 0.08893007,
                "krwPrice": 126.42721519,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1666872054333,
                "lastUpdated": 1666871940000,
                "usdPrice": 0.08899119,
                "krwPrice": 126.58487787,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1666868452707,
                "lastUpdated": 1666868340000,
                "usdPrice": 0.08862212,
                "krwPrice": 126.06389359,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1665954059813,
                "lastUpdated": 1665953940000,
                "usdPrice": 0.09225276,
                "krwPrice": 132.99976931,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1665950458827,
                "lastUpdated": 1665950340000,
                "usdPrice": 0.09225902,
                "krwPrice": 133.00889969,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1665946854597,
                "lastUpdated": 1665946740000,
                "usdPrice": 0.09217508,
                "krwPrice": 132.88789756,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1665943253050,
                "lastUpdated": 1665943140000,
                "usdPrice": 0.09215344,
                "krwPrice": 132.85669500,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1665939652060,
                "lastUpdated": 1665939540000,
                "usdPrice": 0.09227582,
                "krwPrice": 133.03312328,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1665936050560,
                "lastUpdated": 1665935940000,
                "usdPrice": 0.09298997,
                "krwPrice": 134.06270641,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1665932449540,
                "lastUpdated": 1665932340000,
                "usdPrice": 0.09295296,
                "krwPrice": 134.00934979,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1665928848007,
                "lastUpdated": 1665928740000,
                "usdPrice": 0.09327155,
                "krwPrice": 134.46866617,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1665925245780,
                "lastUpdated": 1665925140000,
                "usdPrice": 0.09314978,
                "krwPrice": 134.29310773,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1665921644243,
                "lastUpdated": 1665921540000,
                "usdPrice": 0.09274883,
                "krwPrice": 133.71505381,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1665918042657,
                "lastUpdated": 1665917940000,
                "usdPrice": 0.09395042,
                "krwPrice": 135.44737662,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1665914441127,
                "lastUpdated": 1665914340000,
                "usdPrice": 0.09392913,
                "krwPrice": 135.41669091,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1665910839560,
                "lastUpdated": 1665910740000,
                "usdPrice": 0.09318554,
                "krwPrice": 134.34466207,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1665907237950,
                "lastUpdated": 1665907140000,
                "usdPrice": 0.09283888,
                "krwPrice": 133.84488489,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1665903635170,
                "lastUpdated": 1665903540000,
                "usdPrice": 0.09518421,
                "krwPrice": 137.22611888,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1665900034163,
                "lastUpdated": 1665899940000,
                "usdPrice": 0.09412881,
                "krwPrice": 135.70456063,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1665896432600,
                "lastUpdated": 1665896340000,
                "usdPrice": 0.09460468,
                "krwPrice": 136.39062768,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1665892831587,
                "lastUpdated": 1665892740000,
                "usdPrice": 0.09434141,
                "krwPrice": 136.01106037,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            },
            {
                "historyKst": 1665889229990,
                "lastUpdated": 1665889140000,
                "usdPrice": 0.09458692,
                "krwPrice": 136.36501907,
                "dailyHigherUsd": 0,
                "dailyHigherKrw": 0,
                "dailyLowerUsd": 0,
                "dailyLowerKrw": 0,
                "dailyVolumeUsd": 0,
                "dailyVolumeKrw": 0,
                "hourChange": 0.0,
                "dayChange": 0.0
            }
        ]
    }
}
```

{% endtab %}
{% endtabs %}

## Search - Gas price

<mark style="color:blue;">`GET`</mark> `https://apis.cubeapi.io/v1/block-chains/{chainId}/gas-price`

#### Path Parameters

| Name                                      | Type | Description                       |
| ----------------------------------------- | ---- | --------------------------------- |
| chainId<mark style="color:red;">\*</mark> | Int  | chain id managed by wallet server |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "apiVersion": "1",
    "status": {
        "code": 200,
        "message": "OK"
    },
    "data": {
        "items": [
            {
                "fastGasPrice": 167692118,
                "middleGasPrice": 167592408,
                "slowGasPrice": 167492698,
                "baseFeePerGas": 83746349,
                "maxPriorityFeePerGas": 99710
            }
        ]
    }
}
```

{% endtab %}
{% endtabs %}

## Search - Asset market price

<mark style="color:blue;">`GET`</mark> `https://apis.cubeapi.io/v1/block-chains/exchange-quote/{assetId}`

#### Path Parameters

| Name                                      | Type | Description |
| ----------------------------------------- | ---- | ----------- |
| assetId<mark style="color:red;">\*</mark> | Int  | asset id    |

{% tabs %}
{% tab title="200: OK nftMetaInfo is nullable, Internal property values ​​can be changed for each NFT." %}

```javascript
{
    "apiVersion": "1",
    "status": {
        "code": 200,
        "message": "OK"
    },
    "data": {
        "items": [
            {
                "assetId": 1,
                "cmcName": "CUBE",
                "slug": "itam-cube",
                "symbol": "ITAMCUBE",
                "btcPrice": 0E-8,
                "displayBtcPrice": "0",
                "ethPrice": 0E-8,
                "displayEthPrice": "0",
                "usdPrice": 0.06874528,
                "displayUsdPrice": "0.07",
                "krwPrice": 93.61580523,
                "displayKrwPrice": "94",
                "dailyHigherUsd": 0.0748,
                "displayDailyHigherUsd": "0.07",
                "dailyHigherKrw": 102.5752,
                "displayDailyHigherKrw": "103",
                "dailyLowerUsd": 0.0683,
                "displayDailyLowerUsd": "0.07",
                "dailyLowerKrw": 93.1297,
                "displayDailyLowerKrw": "93",
                "dailyVolumeUsd": 262926.97766404,
                "displayDailyVolumeUsd": "262,926.98",
                "dailyVolumeKrw": 358048155.38450590,
                "displayDailyVolumeKrw": "358,048,155",
                "hourChange": 0.26507362,
                "dayChange": -16.22960719,
                "projectLink": null,
                "whitePaperLink": null,
                "assetInfo": null
            }
        ]
    }
}
```

{% endtab %}
{% endtabs %}

## Search - List of exchanges base on major asset by chain

<mark style="color:blue;">`GET`</mark> `https://apis.cubeapi.io/v1//block-chains/major-asset/exchanges`

listedExchange.listedExchangeUrl is the pair Url for that token

exchangeSymbolImg1 -> color\
exchangeSymbolImg2 -> black-and-white

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "apiVersion": "1",
    "status": {
        "code": 200,
        "message": "OK"
    },
    "data": {
        "items": [
            {
                "exid": 2,
                "exchangeNm": "MEXC",
                "exchangeEnm": "MEXC",
                "exchangeUrl": "https://www.mexc.com",
                "exchangeSymbolImg1": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/MEXC1.png",
                "exchangeSymbolImg2": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/MEXC2.png",
                "exchangeDesc": "CUBE (BSC) 지원",
                "exchangeDescEn": "CUBE (BSC) Support",
                "tickerApi": null,
                "listedExchange": {
                    "assetId": 1,
                    "exid": 2,
                    "listedExchangeUrl": "https://www.mexc.com/ko-KR/exchange/ITAMCUBE_USDT",
                    "displayOrd": 1,
                    "displayYn": "Y",
                    "assetInfo": {
                        "assetId": 1,
                        "chainId": 1,
                        "chainNm": "BNB Smart Chain",
                        "assetTypeDcd": "1004002",
                        "assetType": "BEP20",
                        "contractAddress": "0xa60792d563b425ff75ba9f5c8e781f6735fdac2f",
                        "assetNm": "CUBE",
                        "assetSymbol": "CUBE",
                        "assetSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/CUBE_BSC.png"
                    }
                }
            },
            {
                "exid": 5,
                "exchangeNm": "Gate.io",
                "exchangeEnm": "Gate.io",
                "exchangeUrl": "https://www.gate.io",
                "exchangeSymbolImg1": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/GATEIO.png",
                "exchangeSymbolImg2": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/GATEIO.png",
                "exchangeDesc": "CUBE (BSC) 지원",
                "exchangeDescEn": "CUBE (BSC) Support",
                "tickerApi": null,
                "listedExchange": {
                    "assetId": 1,
                    "exid": 5,
                    "listedExchangeUrl": "CUBE (BSC) Support",
                    "displayOrd": 3,
                    "displayYn": "Y",
                    "assetInfo": {
                        "assetId": 1,
                        "chainId": 1,
                        "chainNm": "BNB Smart Chain",
                        "assetTypeDcd": "1004002",
                        "assetType": "BEP20",
                        "contractAddress": "0xa60792d563b425ff75ba9f5c8e781f6735fdac2f",
                        "assetNm": "CUBE",
                        "assetSymbol": "CUBE",
                        "assetSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/CUBE_BSC.png"
                    }
                }
            },
            {
                "exid": 3,
                "exchangeNm": "코인원",
                "exchangeEnm": "Coinone",
                "exchangeUrl": "https://coinone.co.kr",
                "exchangeSymbolImg1": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/COINONE1.png",
                "exchangeSymbolImg2": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/COINONE2.png",
                "exchangeDesc": "CUBE (ETH) 지원",
                "exchangeDescEn": "CUBE (ETH) Support",
                "tickerApi": null,
                "listedExchange": {
                    "assetId": 4,
                    "exid": 3,
                    "listedExchangeUrl": "https://coinone.co.kr/exchange/trade/itamcube/krw",
                    "displayOrd": 4,
                    "displayYn": "Y",
                    "assetInfo": {
                        "assetId": 4,
                        "chainId": 2,
                        "chainNm": "Ethereum",
                        "assetTypeDcd": "1004002",
                        "assetType": "ERC20",
                        "contractAddress": "0x6e9fcdca0d08d84b5d5051b6acfe9a708388b1f0",
                        "assetNm": "CUBE",
                        "assetSymbol": "CUBE",
                        "assetSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/CUBE_ETH.png"
                    }
                }
            }
        ]
    }
}
```

{% endtab %}
{% endtabs %}

## Search - CUBE infomation

<mark style="color:blue;">`GET`</mark> `https://apis.cubeapi.io/v1/block-chains/cube-info`

Market price increase and decrease rate - day interval

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "apiVersion": "1",
    "status": {
        "code": 200,
        "message": "OK"
    },
    "data": {
        "items": [
            {
                "assetId": 1,
                "cmcName": "CUBE",
                "slug": "itam-cube",
                "symbol": "ITAMCUBE",
                "btcPrice": 0E-8,
                "displayBtcPrice": "0",
                "ethPrice": 0E-8,
                "displayEthPrice": "0",
                "usdPrice": 0.06724029,
                "displayUsdPrice": "0.07",
                "krwPrice": 91.61305502,
                "displayKrwPrice": "92",
                "dailyHigherUsd": 0.0748,
                "displayDailyHigherUsd": "0.07",
                "dailyHigherKrw": 102.5752,
                "displayDailyHigherKrw": "103",
                "dailyLowerUsd": 0.0665,
                "displayDailyLowerUsd": "0.07",
                "dailyLowerKrw": 90.4233,
                "displayDailyLowerKrw": "90",
                "dailyVolumeUsd": 241772.82191713,
                "displayDailyVolumeUsd": "241,772.82",
                "dailyVolumeKrw": 329408862.69416773,
                "displayDailyVolumeKrw": "329,408,863",
                "hourChange": -2.18922954,
                "dayChange": -18.47256417,
                "projectLink": "https://cube.store",
                "whitePaperLink": "https://cube.store/whitepaper_v2.0.pdf",
                "assetInfo": {
                    "assetId": 1,
                    "contractAddress": "0xa60792d563b425ff75ba9f5c8e781f6735fdac2f",
                    "assetNm": "CUBE",
                    "assetSymbol": "CUBE",
                    "assetSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/CUBE_BSC.png",
                    "assetDecimal": 18,
                    "fncyYn": null,
                    "cubeYn": "Y",
                    "gcoinYn": "N",
                    "assetDesc": ""
                }
            }
        ]
    }
}
```

{% endtab %}
{% endtabs %}

## Search - FNCY infomation

<mark style="color:blue;">`GET`</mark> `https://apis.cubeapi.io/v1/block-chains/fncy-info`

Market price increase and decrease rate - day interval

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "apiVersion": "1",
    "status": {
        "code": 200,
        "message": "OK"
    },
    "data": {
        "items": [
            {
                "assetId": 0,
                "cmcName": null,
                "slug": null,
                "symbol": null,
                "btcPrice": 0,
                "displayBtcPrice": "0",
                "ethPrice": 0,
                "displayEthPrice": "0",
                "usdPrice": 0,
                "displayUsdPrice": "0",
                "krwPrice": 0,
                "displayKrwPrice": "0",
                "dailyHigherUsd": 0,
                "displayDailyHigherUsd": "0",
                "dailyHigherKrw": 0,
                "displayDailyHigherKrw": "0",
                "dailyLowerUsd": 0,
                "displayDailyLowerUsd": "0",
                "dailyLowerKrw": 0,
                "displayDailyLowerKrw": "0",
                "dailyVolumeUsd": 0,
                "displayDailyVolumeUsd": "0",
                "dailyVolumeKrw": 0,
                "displayDailyVolumeKrw": "0",
                "hourChange": 0.0,
                "dayChange": 0.0,
                "projectLink": "https://cube.store",
                "whitePaperLink": "https://cube.store/whitepaper_v2.0.pdf",
                "assetInfo": {
                    "assetId": 6,
                    "contractAddress": "",
                    "assetNm": "FNCY",
                    "assetSymbol": "FNCY",
                    "assetSymbolImg": "https://d39rr95p1k6fjx.cloudfront.net/resource/assets/image/symbol/FNCY.png",
                    "assetDecimal": 18,
                    "fncyYn": null,
                    "cubeYn": "N",
                    "gcoinYn": "N",
                    "assetDesc": null
                }
            }
        ]
    }
}
```

{% endtab %}
{% endtabs %}

## Search - Blockchain asset UI button feature list

<mark style="color:blue;">`GET`</mark> `https://apis.cubeapi.io/v1//block-chains/assets/{assetId}/buttons`

[Asset Button Type](#asset-button-type)

[Asset Button Features](#asset-button-features)

#### Path Parameters

| Name                                      | Type | Description |
| ----------------------------------------- | ---- | ----------- |
| assetId<mark style="color:red;">\*</mark> | Int  | asset id    |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "apiVersion": "1",
    "status": {
        "code": 200,
        "message": "OK"
    },
    "data": {
        "items": [
            {
                "assetButtonNo": 24,
                "assetButtonTypeDcd": "1011010",
                "assetButtonType": "GAME TOKEN",
                "assetButtonMethodDcd": "1012010",
                "assetButtonMethod": "Send to Wallet",
                "assetButtonNm": "Send to Wallet",
                "directLink": "metaCubeWallet://web-view-external?url=https://launcher-dev.itamgames.com/deeplink/token-withdraw/golden-bros",
                "displayYn": "Y",
                "enableYn": "Y"
            },
            {
                "assetButtonNo": 25,
                "assetButtonTypeDcd": "1011010",
                "assetButtonType": "GAME TOKEN",
                "assetButtonMethodDcd": "1012008",
                "assetButtonMethod": "Send to Game",
                "assetButtonNm": "Send to Game",
                "directLink": "metaCubeWallet://web-view-external?url=https://launcher-dev.itamgames.com/deeplink/token-deposit/golden-bros",
                "displayYn": "Y",
                "enableYn": "Y"
            },
            {
                "assetButtonNo": 26,
                "assetButtonTypeDcd": "1011010",
                "assetButtonType": "GAME TOKEN",
                "assetButtonMethodDcd": "1012004",
                "assetButtonMethod": "Trade",
                "assetButtonNm": "Trade",
                "directLink": "metaCubeWallet://web-view-external?url=https://launcher-exchange-dev.itamgames.com/dex/swap",
                "displayYn": "Y",
                "enableYn": "Y"
            },
            {
                "assetButtonNo": 27,
                "assetButtonTypeDcd": "1011010",
                "assetButtonType": "GAME TOKEN",
                "assetButtonMethodDcd": "1012005",
                "assetButtonMethod": "Invest",
                "assetButtonNm": "Invest",
                "directLink": "metaCubeWallet://web-view-external?url=https://launcher-exchange-dev.itamgames.com/dex/liquidity",
                "displayYn": "Y",
                "enableYn": "Y"
            }
        ]
    }
}
```

{% endtab %}
{% endtabs %}

## Check - Address validity

<mark style="color:blue;">`GET`</mark> `https://apis.cubeapi.io/v1/block-chains/{chainId}/address/{address}/valid`

Validate that the address is a valid address on the blockchain

**EVM**

42-digit string beginning with 0x

EVM address generation rules must be met.

#### Path Parameters

| Name                                      | Type   | Description                       |
| ----------------------------------------- | ------ | --------------------------------- |
| chainId<mark style="color:red;">\*</mark> | Int    | chain id managed by wallet server |
| address<mark style="color:red;">\*</mark> | String | wallet address                    |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "apiVersion": "1",
    "status": {
        "code": 200,
        "message": "OK"
    },
    "data": {
        "isValid": true
    }
}
```

{% endtab %}
{% endtabs %}
