Auth

루니버스 API를 호출할 때 필요한 인증 토큰을 발급받기 위한 API입니다. 루니버스 메인넷, 사이드체인, FT 및 NFT, 그리고 Prebuilt 서비스를 사용하기 위해서는 이 인증 API를 호출하여 인증 토큰을 발급받은 뒤 인증 헤더로 사용해야 합니다. 반환된 autoToken 객체 내의 token 값을 Authorization 헤더값의 Barear 토큰 값으로 사용합니다.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

루니버스 콘솔에서 발급받은 API Key쌍 중 Access Key.

string
required

루니버스 콘솔에서 발급받은 API Key쌍 중 Secret Key.

int32
Defaults to 604800

발급 요청하는 인증 토큰의 유효시간(초 단위). 필드를 입력하지 않으면 기본값인 일주일(604800)로 설정됩니다. 최대 31536000까지 설정할 수 있습니다.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json