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