Blockchain Service overview
    • PDF

    Blockchain Service overview

    • PDF

    Article Summary

    The NAVER Cloud Platform Blockchain Service is a blockchain-as-a-service (BaaS) that can configure a private, consortium-type blockchain network using Hyperledger Fabric. Refer to the following guide on how to use the Blockchain Service API.

    Common settings

    API URL

    Region NameURL
    Republic of Korea (KR)https://blockchainservice.apigw.ntruss.com/api/v1
    Singapore (SGN)https://blockchainservice.apigw.ntruss.com/api/sgn-v1

    Request headers

    The following header values must be sent for all APIs:

    ItemRequiredDescription
    Content-TypeYesSpecifies the request body content type as an application/json (POST)
    x-ncp-apigw-timestampYesTime elapsed in milliseconds since January 1, 1970, 00:00:00 UTC
    If the time difference compared to the API Gateway server is more than 5 minutes, then the request is considered invalid.
    x-ncp-iam-access-keyYesThis is the access key ID issued by the portal or Sub Account
    x-ncp-apigw-signature-v2YesSignature of the body in the previous example encrypted with secretkey mapped to access key id
    HmacSHA256 is used as the HMAC encryption algorithm

    See NAVER Cloud Platform API for information on how to generate a NAVER Cloud Platform authentication key and signature.

    Error response format

    Code nameDescription
    errorCodeError code in blockchain product
    messageCause of error
    statushttp status code name
    resourcesList of necessary permissions in case of sub-permission error
    {
      "error":
        {
          "errorCode": "string",
          "message": "string",
          "status": "string",
          "resources": []
        }
    }
    

    Was this article helpful?

    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.