Blockchain API
Blockchain API
AUTHORIZATION - Bearer Token
This folder is using Bearer Token
-------------------------------------------------------------------------------------------------
Domain Code
Asset Button Type
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
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
◾ GET
---------------------------------------------------------------------------------------------------
Search - BlockChain platform list
GET
https://apis.cubeapi.io/v1/block-chains
BlockChains platform list managed by wallet server
Query Parameters
pageNo
Int
default: 1
pageSize
Int
default: 20
{
"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
}
]
}
}
Search - BlockChain platform detail
GET
https://apis.cubeapi.io/v1/block-chains/{chainId}
BlockChain platform detail managed by wallet server
Path Parameters
chainId*
Int
chain id managed by wallet server
{
"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
}
]
}
}
Search - BlockChain platform asset list
GET
https://apis.cubeapi.io/v1/block-chains/{chainId}/assets
Path Parameters
chainId*
Int
chain id managed by wallet server
Query Parameters
pageNo
Int
default: 1
pageSize
Int
default: 20
{
"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
}
]
}
}
Search - blockchain platform asset with contract address
GET
https://apis.cubeapi.io/v1/block-chains/{chainId}/assets/contractAddress/{contractAddress}
Path Parameters
chainId*
Int
chain id managed by wallet server
contractAddress*
String
contract address
{
"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": ""
}
]
}
}
Search - Blockchain platform NFT list
GET
https://apis.cubeapi.io/v1/block-chains/{chainId}/nfts
Path Parameters
chainId*
Int
chain id managed by wallet server
Query Parameters
pageNo
Int
default: 1
pageSize
Int
default: 20
{
"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
}
]
}
}
Search - The market price graph for Dashboard
GET
https://apis.cubeapi.io/v1/block-chains/chart/{assetId}
Exposing market data 2 hours ago at the current time - 5 minute interval
Path Parameters
assetId*
asset id