입찰 보증금 시불 결과
POST
https://{market-domain}/v1.0/product/bid/deposit/purchase
Headers
Name
Type
Description
Authorization*
String
Bearer eyJhbGciOiJIUzI1NiIsI.....
Request Body
Name
Type
Description
product_id*
int64
상품ID
tx_hash*
String
txhash(sui 는 Digest)
purchase_state*
int64
0:결제취소. 1:결제성공
curl --location --request POST 'https://{dashboard-domain}/v1.0/product/bid/deposit/purchase' --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpX...' --header 'Content-Type: application/json' --data-raw '{ "product_id": 7, "coin_id": 1, "quantity": 1111.1 }'
Last updated