Account

Provide general information corresponding to the user's wallet address

get
Path parameters
accountstringRequired

Address of wallet

Example: 0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766
Responses
200Success
application/json
get
GET /v1/summary/account/{account} HTTP/1.1
Host: 
Accept: */*
200Success
{
  "code": 0,
  "data": {
    "account": "0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766",
    "tokenInfo": {
      "symbol": "ACC",
      "name": "ACC Coin",
      "decimals": 18
    },
    "exchangeRate": {
      "token": {
        "symbol": "ACC",
        "value": "1000000000000000000"
      },
      "currency": {
        "symbol": "krw",
        "value": "2169736506000000000"
      }
    },
    "provider": {
      "enable": false,
      "assistant": "0x0000000000000000000000000000000000000000"
    },
    "ledger": {
      "point": {
        "balance": "3895000000000000000000",
        "value": "3895000000000000000000"
      },
      "token": {
        "balance": "1661929627132000000000",
        "value": "3605949382391000000000"
      }
    },
    "mainChain": {
      "point": {
        "balance": "0",
        "value": "0"
      },
      "token": {
        "balance": "99900000000000000000",
        "value": "216756676949000000000"
      }
    },
    "sideChain": {
      "point": {
        "balance": "0",
        "value": "0"
      },
      "token": {
        "balance": "0",
        "value": "0"
      }
    },
    "protocolFees": {
      "transfer": "100000000000000000",
      "withdraw": "100000000000000000",
      "deposit": "100000000000000000"
    }
  },
  "error": {
    "message": "Failed to check the validity of parameters"
  }
}

Provide general information corresponding to the user's wallet address

get
Path parameters
accountstringRequired

Address of wallet

Example: 0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766
Responses
200Success
application/json
get
GET /v2/summary/account/{account} HTTP/1.1
Host: 
Accept: */*
200Success
{
  "code": 0,
  "data": {
    "account": "0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766",
    "tokenInfo": {
      "symbol": "ACC",
      "name": "ACC Coin",
      "decimals": 18
    },
    "exchangeRate": {
      "token": {
        "symbol": "ACC",
        "value": "1000000000000000000"
      },
      "currency": {
        "symbol": "krw",
        "value": "2169736506000000000"
      }
    },
    "provider": {
      "enable": false,
      "assistant": "0x0000000000000000000000000000000000000000"
    },
    "agent": {
      "provision": "0x0000000000000000000000000000000000000000",
      "refund": "0x0000000000000000000000000000000000000000",
      "withdrawal": "0x0000000000000000000000000000000000000000"
    },
    "ledger": {
      "point": {
        "balance": "3895000000000000000000",
        "value": "3895000000000000000000"
      },
      "token": {
        "balance": "1661929627132000000000",
        "value": "3605949382391000000000"
      }
    },
    "mainChain": {
      "point": {
        "balance": "0",
        "value": "0"
      },
      "token": {
        "balance": "99900000000000000000",
        "value": "216756676949000000000"
      }
    },
    "sideChain": {
      "point": {
        "balance": "0",
        "value": "0"
      },
      "token": {
        "balance": "0",
        "value": "0"
      }
    },
    "protocolFees": {
      "transfer": "100000000000000000",
      "withdraw": "100000000000000000",
      "deposit": "100000000000000000"
    }
  },
  "error": {
    "message": "Failed to check the validity of parameters"
  }
}