구매/낙찰 결과
POST
https://{market-domain}/v1.0/product/sale/purchase
Request Body
Name
Type
Description
product_id*
int64
상품ID
purchase_state*
int64
0:결제취소. 1:결제성공
tx_hash*
string
txhash(sui 는 Digest)
curl --location --request POST 'https://{market-domain}/v1.0/product/sale/purchase' --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR....' --header 'Content-Type: application/json' --data-raw '{ "product_id": 7, "basecoin_id": 1, "coin_id": 1 }'
Last updated