getPlatformContracts

@JvmName(name = "getPlatformContractsSuspend")
suspend fun getPlatformContracts(page: PageInput? = null, filter: PlatformContractFilterInput? = null): GetPlatformContractsResponse

계약 다건 조회

여러 계약을 조회합니다.

Parameters

page

요청할 페이지 정보

filter

조회할 계약 조건 필터

Throws