Universal Ledger API

Universal Ledger API.

서비스: universalledger.googleapis.com

서비스 엔드포인트

서비스 엔드포인트는 API 서비스의 네트워크 주소를 지정하는 기준 URL입니다. 하나의 서비스는 여러 서비스 엔드포인트를 포함할 수 있습니다. 이 서비스에는 다음 서비스 엔드포인트가 포함되고, 그 아래의 모든 URI가 이 서비스 엔드포인트와 관련됩니다.

  • https://universalledger.googleapis.com

리전 서비스 엔드포인트

리전 서비스 엔드포인트는 단일 리전의 API 서비스 네트워크 주소를 지정하는 기준 URL입니다. 여러 리전에서 사용할 수 있는 서비스에는 여러 리전 엔드포인트가 있을 수 있습니다. 해당 서비스의 리전별 서비스 엔드포인트를 보려면 위치를 선택하세요.


  • https://universalledger.googleapis.com
  • REST 리소스: v1.projects.locations

    메서드
    get GET /v1/{name=projects/*/locations/*}
    위치 정보를 가져옵니다.
    list GET /v1/{name=projects/*}/locations
    이 서비스에 지원되는 위치 정보를 나열합니다.

    REST 리소스: v1.projects.locations.endpoints

    메서드
    get GET /v1/{name=projects/*/locations/*/endpoints/*}
    특정 엔드포인트의 세부정보를 가져옵니다.
    list GET /v1/{parent=projects/*/locations/*}/endpoints
    지정된 프로젝트와 위치의 모든 엔드포인트를 나열합니다.
    queryAccount GET /v1/{endpoint=projects/*/locations/*/endpoints/*}:queryAccount
    네트워크에 저장된 계정에 관한 모든 정보를 쿼리합니다.
    queryData POST /v1/{endpoint=projects/*/locations/*/endpoints/*}:queryData
    계정 및 거래와 같은 원장에 저장된 정보를 네트워크에 쿼리합니다.
    queryTransactionState GET /v1/{endpoint=projects/*/locations/*/endpoints/*}:queryTransactionState
    거래의 상태를 쿼리합니다.
    submitOperationalTransaction POST /v1/{endpoint=projects/*/locations/*/endpoints/*}:submitOperationalTransaction
    운영 거래를 네트워크에 제출합니다.
    submitTransaction POST /v1/{endpoint=projects/*/locations/*/endpoints/*}:submitTransaction
    거래를 네트워크에 제출합니다.