결제버튼 클릭 후 선 호출, 결제금액, 결제주소 리턴
POST {{bridge_host_int}}/m1.0/withdraw
POST
bridge_id*
int
```json { "return": 0, "message": "success" } ```
curl --location 'http://localhost:51170/m1.0/withdraw' \ --header 'Content-Type: application/json' \ --data '{ "bridge_id" : 6 }'
0
success
성공
Last updated 10 months ago