입찰 보증금 시불 시작
POST
https://{market-domain}/v1.0/product/bid/deposit/begin
Headers
Name
Type
Description
Authorization*
String
Bearer eyJhbGciOiJIUzI1NiIsI.....
Request Body
Name
Type
Description
product_id*
int64
상품ID
curl --location --request POST 'https://{dashboard-domain}/v1.0/product/bid/deposit/begin' --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpX...' --header 'Content-Type: application/json' --data-raw '{ "product_id": 7, "coin_id": 1, "quantity": 1111.1 }
Last updated