Skip to content

088margin_transfer

张帅磊 edited this page Feb 4, 2021 · 3 revisions

Margin Balance Transfer

  • Request description: transfer balance from/to a margin account. only support from SPOT account to Margin Account or from Margin Account to SPOT Account

  • Request type: POST

  • Signature required: Yes

  • Request Header:
    authorization:"xxxx"(32-digit capital letters, see generating method in <API invocation instruction>)

  • Request Url:https://api.coinex.com/v1/margin/transfer

  • Request parameter:

    name type required description
    access_id String Yes access_id
    tonce Integer Yes Tonce is a timestamp with a positive Interger that represents the number of milliseconds from Unix epoch to the current time. Error between tonce and server time can not exceed plus or minus 60s
    market String Yes See<API invocation description·market>
    from_account Interger Yes See market account ID, See < Inquire Margin Account Market Info>, SPOT account ID is 0, SPOT account ID or Margin market account ID
    to_account Interger Yes market account ID, See < Inquire Margin Account Market Info>, SPOT account ID is 0, SPOT account ID or Margin market account ID
    coin_type String Yes Coin type, e.g. BCH
    amount String Yes transfer amount
  • Return value description:

  • Example:

# Request
POST https://api.coinex.com/v1/margin/transfer?access_id=4DA36FFC61334695A66F8D29020EB589&tonce=1513746038205
# Response
{
 "code": 0
 "message": "Ok"
}

HTTP API Introduction

Common API

Market API

Account API

Trading API

Margin API

Contract API

WebSocket API Introduction

Clone this wiki locally