Account

Get pnl into one currency.

Description

Get assets pnl calculated into one currency

HttpRequest

GET https://trade.nebulaecn.com/api/v2/backend/account/stats/pnl

Parameters

Responses

Get transaction history

Description

Get your transactions history.

HttpRequest

GET https://trade.nebulaecn.com/api/v2/backend/account/transactions

Parameters

Responses

Create withdrawal

Description

Creates new withdrawal to active beneficiary.

HttpRequest

POST https://trade.nebulaecn.com/api/v2/backend/account/withdraws

Parameters

Responses

Get withdrawals

Description

List your withdraws as paginated collection.

HttpRequest

GET https://trade.nebulaecn.com/api/v2/backend/account/withdraws

Parameters

Responses

Get withdrawals sums

Description

Returns withdrawal sums for last 4 hours and 1 month

HttpRequest

GET https://trade.nebulaecn.com/api/v2/backend/account/withdraws/sums

Responses

Delete beneficiary

Description

Delete beneficiary

HttpRequest

DELETE https://trade.nebulaecn.com/api/v2/backend/account/beneficiaries/{id}

Parameters

Responses

Get beneficiary

Description

Get beneficiary by ID

HttpRequest

GET https://trade.nebulaecn.com/api/v2/backend/account/beneficiaries/{id}

Parameters

Responses

Activate beneficiary

Description

Activates beneficiary with pin

HttpRequest

PATCH https://trade.nebulaecn.com/api/v2/backend/account/beneficiaries/{id}/activate

Parameters

Responses

Resend pin

Description

Resend beneficiary pin

HttpRequest

PATCH https://trade.nebulaecn.com/api/v2/backend/account/beneficiaries/{id}/resend_pin

Parameters

Responses

Create beneficiary

Description

Create new beneficiary

HttpRequest

POST https://trade.nebulaecn.com/api/v2/backend/account/beneficiaries

Parameters

Responses

Get list of user beneficiaries

Description

Get list of user beneficiaries

HttpRequest

GET https://trade.nebulaecn.com/api/v2/backend/account/beneficiaries

Parameters

Responses

Get deposit address

Description

Returns deposit address for account you want to deposit to by currency. The address may be blank because address generation process is still in progress. If this case you should try again later.

HttpRequest

GET https://trade.nebulaecn.com/api/v2/backend/account/deposit_address/{currency}

Parameters

Responses

Get details of deposit

Description

Get details of specific deposit.

HttpRequest

GET https://trade.nebulaecn.com/api/v2/backend/account/deposits/{txid}

Parameters

Responses

Get deposits history

Description

Get your deposits history.

HttpRequest

GET https://trade.nebulaecn.com/api/v2/backend/account/deposits

Parameters

Responses

Get account by currency

Description

Get user account by currency

HttpRequest

GET https://trade.nebulaecn.com/api/v2/backend/account/balances/{currency}

Parameters

Responses

Get list of accounts

Description

Get list of user accounts

HttpRequest

GET https://trade.nebulaecn.com/api/v2/backend/account/balances/

Parameters

Responses

Get your transactions history.

/account/stats/pnl

/account/transactions

/account/withdraws

/account/withdraws/sums

/account/beneficiaries/{id}

/account/beneficiaries/{id}/activate

/account/beneficiaries/{id}/resend_pin

/account/beneficiaries

/account/deposit_address/{currency}

/account/deposits/{txid}

/account/deposits

/account/balances/{currency}

/account/balances

Last updated