Skip to content

0102investment_transfer_history_list

luowen edited this page Oct 9, 2021 · 1 revision

Inquire Investment Transfer History List

  • Request description: Inquire Investment Transfer History list.

  • Request type: GET

  • 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/investment/transfer/history

  • Request parameter:

    name type required description
    access_id String Yes access_id
    op_type String No choices is one of in, out or interest.
    asset String No Coin type, e.g. BCH. Filter its withdrawal list when the parameter is passed.
    start_time Interger No Timestamp for query time start.
    end_time Interger No Timestamp for query time end.
    page Interger No Page, start from 1
    Limit Interger No Amount per page(1-100)
  • Return value description:

    name description
    amount operate amount
    asset operate asset
    opt_type
    created_at timestamp of created
  • Example:

# Request
GET https://api.coinex.com/v1/investment/transfer/history?access_id=4DA36FFC61334695A66F8D29020EB589&asset=
# Response
{
    "code": 0,
    "data": [
        {
        "id": 2732,
        "created_at": 1624959777,
        "updated_at": 1624959777,
        "success_at": 1624959777,
        "report_date": null,
        "user_id": 305,
        "investment_account_id": 2,
        "asset": "BTC",
        "amount": "8.22684455",
        "opt_type": "IN",
        "day_rate": "0",
        "status": "SUCCESS"
      },
      {
        "id": 1321,
        "created_at": 1609382256,
        "updated_at": 1609382256,
        "success_at": 1609382256,
        "report_date": null,
        "user_id": 305,
        "investment_account_id": 2,
        "asset": "BTC",
        "amount": "3",
        "opt_type": "IN",
        "day_rate": "0",
        "status": "SUCCESS"
      },
    ],
    "message": "Ok"
}

HTTP API Introduction

Common API

Market API

Account API

Trading API

Margin API

Contract API

WebSocket API Introduction

Clone this wiki locally