Withdrawal

Request:

POST https://api.moneypipe.com/sandbox/v1/withdraw

Request headers:

Name Value
Authorization Bearer {company_token}
Content-Type application/json

Request body:

Body
{
	"amount": "0.002"
	"wallet": "BTC",
	"address": "2NADN2HntfMCt7bDEjGJpSwJK6uBG8Ky1C1",
}

Body details:

Parameter Type Description

amount *

string

Amount

wallet *

string

Currency of wallet

address *

string

Destination address

* - required

Response:

200

Body
{
    "data": {
        "id": "eFbIa4lRUf3XQwlnoPmi",
		"application_id": null,
		"application_name": null,
        "category": "transfer",
        "order_id": null,
        "amount": "0.89418405",
        "fee": "0.00000000",
        "amount_paid": "0.89418405",
        "rate": "1.00018330",
        "currency": "BTC",
        "currency_paid": "BTC",
        "status": "processed",
        "address": "2NADN2HntfMCt7bDEjGJpSwJK6uBG8Ky1C1",
        "created_at": "2019-10-27T13:33:03.224328Z",
        "updated_at": "2019-10-27T13:33:03.224391Z",
        "payment_url": null,
        "redirect_url": null,
        "transactions": []
    }
}

Operation details:

Parameter Type Description
id string Operation ID
application_id string

Application id

application_name string Application name
category string Operation category (transfer, internal_transfer)
order_id string Clients` order number
amount string Operation amount
fee string Fee from operation amount
amount_paid string Paid amount of operation
rate string Exchange rate at the moment of payment
currency string Currency of issued operation
currency_paid string Currency in which operation will be paid
status string Operation status
address string Operation address
created_at string Date of operation creation 
updated_at string Date of operation change
payment_url string Link to the payment page
redirect_url string Link to the page, to which redirect from payment page will be made
transactions array List of operation transactions