출금진행

결제버튼 클릭 후 선 호출, 결제금액, 결제주소 리턴

POST {{bridge_host_int}}/m1.0/withdraw

Request Body

Name
Type
Description

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
}'

Last updated