Blockchain Service 개요
    • PDF

    Blockchain Service 개요

    • PDF

    Article Summary

    네이버 클라우드 플랫폼의 Blockchain Service는 Hyperledger Fabric을 이용하여 프라이빗, 컨소시엄 방식의 블록체인 네트워크를 구성할 수 있는 Blockchain as a Service(BaaS)입니다.
    Blockchain Service의 API 사용 방법은 아래 가이드를 참고해 주십시오.

    공통 설정

    API URL

    Region NameURL
    한국(KR)https://blockchainservice.apigw.ntruss.com/api/v1
    싱가폴(SGN)https://blockchainservice.apigw.ntruss.com/api/sgn-v1

    요청 헤더

    모든 API에는 아래 Header 값을 전송해야 합니다.

    항목필수 여부설명
    Content-TypeYes요청 Body Content Type을 application/json으로 지정 (POST)
    x-ncp-apigw-timestampYes1970년 1월 1일 00:00:00 협정 세계시(UTC)부터의 경과 시간을 밀리초(Millisecond)로 표시
    API Gateway 서버와 시간 차가 5분 이상 나는 경우 유효하지 않은 요청으로 간주
    x-ncp-iam-access-keyYes포탈 또는 Sub Account에서 발급받은 Access Key ID
    x-ncp-apigw-signature-v2Yes위 예제의 Body를 Access Key Id와 맵핑되는 SecretKey로 암호화한 서명
    HMAC 암호화 알고리즘은 HmacSHA256 사용

    네이버 클라우드 플랫폼 인증키 및 Signature 생성 방법은 NAVER Cloud Platform API를 참고해 주십시오.

    에러 응답 형식

    코드 명설명
    errorCode블록체인 상품내 에러 코드
    message에러 원인
    statushttp status code name
    resources서브권한 에러시 필요 권한 리스트
    {
      "error":
        {
          "errorCode": "string",
          "message": "string",
          "status": "string",
          "resources": []
        }
    }
    

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.