Chain API는 사용 가능한 블록체인 정보를 제공합니다.

체인 정보 조회

현재 이용 가능한 블록체인 네트워크 정보를 조회합니다.

Request URL

Live URL https://bc-api.qpyou.cn/core/v0/chain/info
Sandbox URL https://sandbox-bc-api.qpyou.cn/core/v0/chain/info
HTTP Method GET
Content-Type application/json

Header Parameters

필드명 설명 타입 필수 여부
Authorization API를 호출하기 위한 인증 토큰 string Y

Responses

필드명 설명 타입
code api 호출 결과 코드, 0:성공 number
message 결과 메시지 string
data API 응답 데이터 array
data.network 블록체인 네트워크 정보(polygon, ploygon) string
data.chainID 블록체인 ID string

Request Sample

Response Sample