수표 요청 생성

POST https://api.cryptomus.com/v2/user-api/aml/check/request 복사

요구

요청 매개변수

매개변수유형필수의설명
currency_code통화 코드(BTC, ETH, BNB 등)
network_code네트워크(btc, bsc, tron)
address*지갑 주소(주소 확인 시)
txid*거래 ID (거래 확인 시)

매개변수

currency_code

설명

통화 코드(BTC, ETH, BNB 등)

유형

필수의

매개변수

network_code

설명

네트워크(btc, bsc, tron)

유형

필수의

매개변수

address

설명

지갑 주소(주소 확인 시)

유형

필수의

*

매개변수

txid

설명

거래 ID (거래 확인 시)

유형

필수의

*

* - 주소 또는 txid를 전달하세요. 최소 하나는 필수입니다.

요청 본문

{
    "currency_code": "BTC",
    "network_code": "btc",
    "address": "bc1q6prt2hne8e8k4mgux...",
    "txid": "0x0"
}
복사