Withdrawals/Transfers

Create Transfer


API POST Fields

In addition to the Main Fields described in the API Basics > Introduction

Create Transfer

Method: POST URL: http://wallexpay.io/api/create_transfer

API Response

A successful call to get the 'create_transfer' command will give you a result similar to this (JSON):

{
  "error": "ok",
  "result": {
    "id": "string",
    "status": 0
  }
}

Note: Transfers are performed as internal coin transfers/accounting entries when possible. For coins not supporting that ability a withdrawal is created instead.

Last updated