For the complete documentation index, see llms.txt. This page is also available as Markdown.

지급 예상 수수료 조회

팁 (TIP)

지급 예상 수수료를 조회합니다.

인터페이스 주소 (Interface address)

POST https://api.tokenpay.me/v1/payanother/estimated_fee

Interface parameters

이름
위치
유형
필수
설명

mch_id

body

string

가맹점 ID, 예시 값: 12345678

chain

body

string

소속 퍼블릭 체인, 예시 값: TRON

currency

body

string

통화, 예시 값: TRX. 지원되는 통화 보기

to_address

body

string

수금 지갑 (참고: payout 애플리케이션의 경우 수금 지갑이 필수입니다)

app_id

body

string

앱 ID, 예시 값: 8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd

팁 (TIP)

app_id는 가맹점 관리자 페이지에서 애플리케이션 생성을 통해 얻을 수 있습니다.

Interface return

이름
유형
필수
설명

code

integer

msg

string

상태 설명

request_id

string

요청 ID

data

object

아니요

데이터 객체

currency

string

통화, 예시 값: TRX. 지원되는 통화 보기

to_address

string

수금 지갑 (참고: payout 애플리케이션의 경우 수금 지갑이 필수입니다)

fee

string

수수료

app_id

string

앱 ID, 예시 값: 8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd

반환 예시 (Return example)

코드 예제 (Example code)

마지막 업데이트