입찰 보증금 시불 시작
POST https://{market-domain}/v1.0/product/bid/deposit/begin
Headers
Authorization*
String
Bearer eyJhbGciOiJIUzI1NiIsI.....
Request Body
product_id*
int64
상품ID
```json
{
"return": 0,
"message": "success",
"value": {
"basecoin_id": 3,
"basecoin_symbol": "SUI",
"coin_id": 7,
"coin_symbol": "SUI",
"product_price": "100000",
"to_address": "0xfc788F6956E98feb367b04f442F7CF8C771c25E9"
}
}
```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 }
basecoin_id
int64
basecoin_symbol
string
coin_id
int64
coin_symbol
string
product_price
string
결제 가격to_address
string
보낼 주소0
success
성공
62202
Coin Load Error
코인 정보 수집 실패
64108
Invalid Parameter 'product_id'
64111
Invalid Parameter coin_id
64112
Invalid Parameter quantity
64017
Product Get Bid Deposit Load Failed
입찰 보증금 로드 실패
64201
This is not an auction item
경매상품이아니다(상품 상태 이상)
64202
This is not payment deposit
입찰보증금 납무대상 상품이아니다(상품 상태 이상)
64203
Product information has been updated. try again
상품정보가 업데이트되었으니 다시시도
64020
Product Purchase Bid Failed
제품 구매 입찰 실패
64021
Product Bid List Load Failed
제품 입찰 목록 로드 실패
Last updated