Backend API for Swyftx.
The base route is https://api.swyftx.com.au
For demo mode, use https://api.demo.swyftx.com.au
This API is in Beta. It may change without notice. This documentation was last updated for v1.242.1
. You can use the info endpoint to know which version of the API you are using.
It supports all machine-to-machine compatible functionality that is available through our provided UIs including web and mobile
A JSON Web Token (JWT) needs to be included in the Authorization header for secured requests to the API.
Authorization: Bearer <token>
<token>
with your JWTThe JWT will contain the permissions granted to it by the API Key. Each endpoint found in this document will list its required permissions. See Scopes for all scopes
Additionally, a User-Agent
header is required on most requests.
Create an API key (aka refresh token) from the API Keys section of your Swyftx Profile
Send a request to Refresh Access Token using the API Key to receive back a JWT
Use the JWT in the Authorization header for authenticated requests
See the Authentication section for more details
On endpoints that accept pagination, the following can be applied to page through results
Add to the query string of the request ?limit={resultsPerPage}&page={pageNumber}
limit
(number, optional) - Number of entries you would like returned
page
(number, optional) - Which page to return (one based indexing, so page=1 is the first page)
Note that demo mode may have limitations or differences compared to the production environment, including endpoint support, behaviour, uptime, performance, and data accuracy.
Demo mode allows developers to test and integrate with the API without making actual transactions or affecting real user data. It provides a sandbox environment where you can simulate various API calls and responses.
To use demo mode, simply change the base URL to https://api.demo.swyftx.com.au
These are the endpoints available in demo mode:
Note that demo mode may have limitations or differences compared to the production environment, including endpoint support, behaviour, uptime, performance, and data accuracy.
Live validation testing is strongly recommended before migrating a demo mode integration to live trading. Consider trialing initially with a small amount of funds (to manage the risk exposure) in the live account to ensure that your integration works as expected.
Once you understand the differences between demo mode and live trading, you can change the base URL to https://api.swyftx.com.au
.
Creating a key is done in the profile page on Swyftx. When creating a key, a label is required, be sure to name it something descriptive. Additionally, keys can have unique permissions, a list of which can be found here. Just check the boxes of the permissions you would like the key to have.
Also, be sure to save this API Key as once the screen is closed, we cannot retrieve it in any way and you will have to create a new one.
You can generate the JWT for authentication with the Refresh Access Token endpoint. An API key can be used to generate any number of access tokens with the same permissions it was originally created with.
An API Key can not be used in place of an access token. A request to refresh does not require authentication, so if your current token expires you can quickly generate a new one. Access tokens last for a week before expiring.
Keys do not expire, but can be manually revoked through your profile in case it gets misplace or misused.
Revoking a key can be done through the profile on Swyftx, or by any key with the app.api.revoke
permission.
You can revoke a key using the Revoke Key endpoint. This will also revoke all access tokens currently active created with the key.
The revoke all endpoint will revoke all keys including itself. Do not use this unless absolutely sure.
Generates a new JWT using an API Key.
7r4hTa2Yb...
eyJhbGciOiJSUzI1N...
app.account.read ...
7r4hTa2Yb...
This will invalidate the current access token, a new one can be generated with your API Key.
true
dcr_7mkRWn...
API Key Revoked
API Keys Revoked
An Object with the user information
Updates the phone number stored against the account. Sends two SMS OTPs, one to the old phone number, and one to the new phone number.
+6199999999
123456
123456
+6199999999
123456
123456
Can adjust account settings such as favourite assets, SMS recovery, etc. When making changes, only include the changes you would like in the request.
An Object with all user's verification information e.g: email, phone, id
Saves GreenID verification info
Call to get sent a link via email to verify access to email account
true
true
Your email is verified
Call once link clicked to check verification status
true
true
Your email is verified
Call first to get sent SMS to phone number provided on startup to obtain token
token |
---|
true
true
Your email is verified
Call once sms received with token
to verify access to phone
true
true
Your email is verified
Get's a users affiliation statistics and link
forceRefresh | Force endpoint to refresh on request |
---|
https://swyftx.com.au/?ref=XXXXXXXXXXX
1
123.34
An Object with all user's verification information e.g: email, phone, id
Updates the default currency for the user
Shows statistics for the account and its usage. All value shown (except orders) are approximations given fluctuating exchange rates.
491
Total value traded (in AUD)
20614.3484
Total deposits made (in AUD)
5420.37
Total withdrawals made (in AUD)
9400.58
Shows the completion status of particular milestones for the account.
true
true
true
false
false
false
Shows the fee that would be applied to an order, excluding any asset-specific fees
0.006
Shows the fee that would be applied to an order for the given assets/direction
primary | |
---|---|
secondary | |
direction |
0.006
Shows the active promotions for the account.
50% off fees first week
bonusfee50
1593525600000
Returns a Tax report for the period.
from | Start date for tax report in ms |
---|---|
offset | Optional timezone offset in ms. Negative numbers allowed. |
to | End date for tax report in ms |
type | Report output format. Either |
Returns a Transaction report for the period.
from | Start date for transaction report in ms |
---|---|
offset | Optional timezone offset in ms. Negative numbers allowed. |
to | End date for transaction report in ms |
type | Report output format. Either |
Endpoints to get/create/set new or current addresses for crypto and fiat withdrawal and deposit
The Get Active Addresses v2 endpoint supersedes the functionality of this endpoint for crypto addresses. In the future the v2 endpoint will also replace the fiat functionality of this endpoint.
assetCode | Asset code. See Get Market Assets |
---|---|
variantId | Payment method required for AUD |
Currently only supports crypto addresses. For fiat addresses see Get Active Addresses v2.
assetId | Asset ID. See Get Market Assets |
---|---|
networkId | Network ID for crypto assets |
assetCode | Asset code. See Get Market Assets |
---|---|
variantId | Deposit method |
assetCode | Asset code. See Get Market Assets |
---|
addressId | The address id to delete |
---|
Use token obtained from emails to verify withdrawal
token | Token as given in email |
---|
bsb | BSB for bank |
---|
5
Ok
Operation completed successfully
The Bendigo Centre
BBL
633-000
Bendigo
false
3550
VIC
assetCode | Must be ETH or an ERC-20 Asset |
---|---|
addressId | Address to be checked |
Retrieve a detailed list of all price alerts filtered on updated time and asset pairs, for the user
primary | Asset ID. See Get Markets |
---|---|
secondary | Asset ID. See Get Markets |
limit | Limit number of records to return |
from | |
to | |
status | The status of the price alert |
Creates a price alert for {secondary}:{primary} to send an alert at {trigger} price (in units of {secondary}/{primary}) e.g. Alert when BTC/USD drops below 10000 USD
primary | Asset ID of a Primary Asset. See Get Markets |
---|---|
secondary | Asset ID. See Get Markets |
The price (of the {primary} asset) at which the alert will trigger, e.g. 1000USD
1000
Delete a price alert for the user
pra_G2Z7pPmKBhERjSywDQZG1z
The charts v2 endpoint is identical to the existing endpoint and will be sunset in the near future. For the most up to date endpoint information please refer to Charts.
An Array of Objects which contain pricing ticks in standard OCHLVT format for bar charts
baseAsset | Asset code. See Get Market Assets |
---|---|
secondaryAsset | Asset code. See Get Market Assets |
resolution | The time span that the candles will cover |
side | Side |
timeStart | |
timeEnd | |
limit | Number of candles to retrieve, limit |
Returns the latest bar for assets given. Assets given must be in Array following the correct format.
baseAsset | Asset code. See Get Market Assets |
---|---|
secondaryAsset | Asset code. See Get Market Assets |
side | Side |
resolution | The time span that the candles will cover |
false
false
false
baseAsset | Asset code. See Get Market Assets |
---|---|
secondaryAsset | Asset code. See Get Market Assets |
BTCUSD
Bitcoin / US Dollars
bitcoin
24x7
SWYFTX
SWYFTX
Australia/Brisbane
1
100
0
true
streaming
This API provides charts data in the form of bars or "candles" for current, historical and in-progress data.
Historical data is provided by our Digital Asset Data friends at Kaiko.
Note that getLatestBar
and getBars
share a 300 request per minute rate limit
An Array of Objects which contain pricing ticks in standard OCHLVT format for bar charts
baseAsset | Asset code. See Get Market Assets |
---|---|
secondaryAsset | Asset code. See Get Market Assets |
resolution | The time span that the candles will cover |
side | Side |
timeStart | |
timeEnd | |
limit | Number of candles to retrieve, maximum limit |
Returns the latest in-progress bar for the assets given.
baseAsset | Asset code. See Get Market Assets |
---|---|
secondaryAsset | Asset code. See Get Market Assets |
side | Side |
resolution | The time span that the candle will cover |
The settings required for charting consumers such as Tradingview.
false
false
false
Serves detailed information for an asset pair.
baseAsset | Asset code. See Get Market Assets |
---|---|
secondaryAsset | Asset code. See Get Market Assets |
BTCUSD
Bitcoin / US Dollars
bitcoin
24x7
SWYFTX
SWYFTX
Australia/Brisbane
1
100
0
true
streaming
Use this endpoint to compare apples to apples. See rates and spreads for other exchanges in Australia.
exchange |
---|
Get Earn information related to your account
true
Get current Earn offerings
Opt your account into the Earn feature
Get your expected rewards at the next Earn pyout
offerId | Asset ID. See Get Market Assets |
---|
Deposit into your Earn wallet
1
102.12
Withdraw from your Earn wallet
1
102.12
List of Earn history events
assets | Comma separated Asset code. See Get Market Assets |
---|---|
from | Timestamp in milliseconds to get records from |
to | Timestamp in milliseconds to get records to |
types | Comma separated events. |
limit | Number of entries you would like returned |
page | For pagination |
sortBy | Field to sort on |
sortDirection | Direction to sort on (ASC, DESC) |
This function will send withdrawal request to server
assetCode | Currency code. See Get Market Assets |
---|
1.243
3
success
971
1.243
3
This function will check the withdrawal permissions for a given asset
assetCode | Currency code. See Get Markets |
---|
true
Withdrawals are allowed for BTC
List of withdraw history events for a currency
asset | Asset code. See Get Market Assets |
---|---|
limit | Number of entries you would like returned |
page | For pagination |
sortBy | Field and direction to sort on (prefix with +/ |
1
1517458855347
1231.123
1
List of deposit history events
asset | Asset code. See Get Market Assets |
---|---|
limit | Number of entries you would like returned |
page | For pagination |
sortBy | Field and direction to sort on (prefix with +/ |
1
1517458855347
1231.123
1
List of withdraw history events for all currencies
limit | Number of entries you would like returned |
---|---|
page | For pagination |
sortBy | Field and direction to sort on (prefix with +/ |
1
1517458855347
1231.123
1
List of deposit history events for all currencies
limit | Number of entries you would like returned |
---|---|
page | For pagination |
sortBy | Field and direction to sort on (prefix with +/ |
1
1517458855347
1231.123
1
Returns basic information on all trades, withdrawals and deposits
limit | Number of entries you would like returned |
---|---|
page | For pagination |
sortBy | Field and direction to sort on (prefix with +/ |
List of Affiliate Payout events
limit | Number of entries you would like returned |
---|---|
page | For pagination |
sortBy | Field and direction to sort on (prefix with +/ |
API version in https://semver.org/ format
1.242.1
false
100
9900
10000
How long each withdrawal affects the limit for. e.g 24 means that a withdrawal made 23 hrs ago will affect the limit, but a withdrawal made over 24 hours ago will no longer affect it
24
Current prices for all assets against asset
. Currently only supported for AUD, USD and BTC.
asset | Asset Id. See Get Market Assets
|
---|
An Array of Objects which contain market name, abbreviation, icon
Basic information about assets. If parameter left blank, returns all traded assets on Swyftx.
assetCode | An asset code |
---|
Detailed information about assets. If parameter left blank, returns all traded assets on Swyftx.
assetCode | An asset code |
---|
Exchange rate for pair
What asset to buy. See Get Market Assets code
for all market codes
What asset to sell. See Get Market Assets code
for all market codes
At what depth to calculate rate to. If amount not included, midpoint rate returned
1000
Which asset the amount
is in, required if amount
set. See Get Market Assets code
for all market codes
3726.57
3730.8271
What asset to buy. See Get Market Assets code
for all market codes
What asset to sell. See Get Market Assets code
for all market codes
At what depth to calculate rate to. If amount not included, midpoint rate returned
1000
Which asset the amount
is in, required if amount
set. See Get Market Assets code
for all market codes
What asset to buy. See Get Market Assets code
for all market codes
What asset to sell. See Get Market Assets code
for all market codes
At what depth to calculate rate to. If amount not included, midpoint rate returned
1000
Which asset the amount
is in, required if amount
set. See Get Market Assets code
for all market codes
price
: 3730.8850
(string, required) - The price right now if you were to buy/sell the amount
of limit
feePerUnit
: 0.006
(string, required) - The fee included in this quote in perunit. feePerUnit
* 100 == fee percentage. Note this is excluded from price
but included in amount
and total
and is applied to the asset not specified in limit
amount
: 0.26642471
(string, required) - Qty of buy
asset. In this example, USD was limited to 1000, so the fee was applied to the amount of BTC
total
: 1000
(string, required) - Qty of sell
asset. Because USD was limited to 1000, exactly 1000 will be sold
What asset to buy. See Get Market Assets code
for all market codes
What asset to sell. See Get Market Assets code
for all market codes
At what depth to calculate rate to. If amount not included, midpoint rate returned
1000
Which asset the amount
is in, required if amount
set. See Get Market Assets code
for all market codes
Exchange rate for swap pair
What asset to buy. See Get Market Assets code
for all market codes
What asset to sell. See Get Market Assets code
for all market codes
At what depth to calculate rate to. If amount not included, midpoint rate returned
1000
Which asset the amount
is in, required if amount
set. See Get Market Assets code
for all market codes
Which primary asset the swap should be conducted through. See Get Market Assets code
for market codes for primary assets
3726.57
3730.8271
What asset to buy. See Get Market Assets code
for all market codes
What asset to sell. See Get Market Assets code
for all market codes
At what depth to calculate rate to. If amount not included, midpoint rate returned
1000
Which asset the amount
is in, required if amount
set. See Get Market Assets code
for all market codes
Which primary asset the swap should be conducted through. See Get Market Assets code
for market codes for primary assets
What asset to buy. See Get Market Assets code
for all market codes
What asset to sell. See Get Market Assets code
for all market codes
At what depth to calculate rate to. If amount not included, midpoint rate returned
1000
Which asset the amount
is in, required if amount
set. See Get Market Assets code
for all market codes
Which primary asset the swap should be conducted through. See Get Market Assets code
for market codes for primary assets
price
: 3730.8850
(string, required) - The price right now if you were to buy/sell the amount
of limit
feePerUnit
: 0.006
(string, required) - The fee included in this quote in perunit. feePerUnit
* 100 == fee percentage. Note this is excluded from price
but included in amount
and total
and is applied to the asset not specified in limit
amount
: 0.26642471
(string, required) - Qty of buy
asset. In this example, USD was limited to 1000, so the fee was applied to the amount of BTC
total
: 1000
(string, required) - Qty of sell
asset. Because USD was limited to 1000, exactly 1000 will be sold
What asset to buy. See Get Market Assets code
for all market codes
What asset to sell. See Get Market Assets code
for all market codes
At what depth to calculate rate to. If amount not included, midpoint rate returned
1000
Which asset the amount
is in, required if amount
set. See Get Market Assets code
for all market codes
Which primary asset the swap should be conducted through. See Get Market Assets code
for market codes for primary assets
Exchange rate for pair
Creates an order of {orderType} for {secondary}:{primary} with {quantity} of {assetQuantity} at {trigger} price.
For limit and stop buy orders (orderType: LIMIT_BUY
,STOP_LIMIT_BUY
), price is primary per secondary. e.g. 52000
USD/BTC -> trigger: 52000
.
For limit and stop sell orders (orderType: LIMIT_SELL
,STOP_LIMIT_SELL
), price is secondary per primary. e.g. 1
BTC / 52000
USD -> trigger: 0.0000192307
.
Asset code. See Get Market Assets code
for all market codes
Asset code. See Get Market Assets code
for all market codes
1000
Asset code. See Get Market Assets code
for all market codes
Price to trigger order at.
For limit and stop buy orders (orderType: LIMIT_BUY
,STOP_LIMIT_BUY
), price is primary per secondary. e.g. 52000
USD/BTC -> trigger: 52000
.
For limit and stop sell orders (orderType: LIMIT_SELL
,STOP_LIMIT_SELL
), price is secondary per primary. e.g. 1
BTC / 52000
USD -> trigger: 0.0000192307
.
52000
ord_4TgCaoJc7pY...
Updates an existing limit or stop order's {quantity} of {assetQuantity} at {trigger} price.
The order's Uuid
ord_F5Docr9bjJuHs3BNMiSdrn
1000
Asset code. See Get Markets code
for all market codes
Price to trigger order at. Price is primary per secondary. e.g. USD/BTC
6000
ord_F5Docr9bjJuHs3BNMiSdrn
Sells leftover untradable amounts of selected assets into selected base currency. Rate limited to one successful dust per day. Multiple assets may be dusted in one request.
Asset code. See Get Market Assets code
for all market codes
Primary asset code to dust to. See Get Market Assets code
for all market codes
Asset code. See Get Market Assets code
for all market codes
Primary asset code to dust to. See Get Market Assets code
for all market codes
orderUuid | The UUID of the order to cancel |
---|
List of all orders filtered by assetCode, if no code provided, returns all orders.
assetCode | Asset Code to filter by. See Get Market Assets |
---|---|
limit | Number of entries you would like returned |
page | For pagination |
Get an order by it's orderUuid.
orderUuid | Unique order id |
---|
ord_123abc...
Asset ID. See Get Market Assets id
for all market ids
Asset ID. See Get Market Assets id
for all market ids
Which asset to limit on. See Get Market Assets id
for all market ids
Amount of quantity_asset
to trade
100
Price to trigger on - null if market order_type
8500
1596684928098
1596684928098
100
0.01
0.01
8501.025
8501.025
12.25
Asset ID. See Get Market Assets id
for all market ids
40.25
40.25
Get average price paid for assets denoted in the specified asset
denotedAssetId | Asset Id. See Get Market Assets |
---|
Get buy/sell/withdrawal/deposit history of specified asset
assetId | Asset Id. See Get Market Assets |
---|---|
page | page number |
limit | items per page |
sortKey | field on which to sort items |
sortDirection | field on which to sort items |
startDate | only return results from after this timestamp |
endDate | only return results from before this timestamp |
type | comma separated list of types to include |
status | comma separated list of statuses to include |
0.422331
122
Get buy/sell/withdrawal/deposit history of all assets
page | page number, defaults to 1 when the value is invalid |
---|---|
limit | items per page, defaults to 10 when the value is invalid |
sortKey | field on which to sort items, removed when value is invalid |
sortDirection | field on which to sort items, removed when value is invalid |
startDate | only return results from after this timestamp |
endDate | only return results from before this timestamp |
type | comma separated list of types to include, removed when value is invalid |
status | comma separated list of statuses to include, removed when value is invalid |
122
Get all active recurring orders.
Get all active recurring orders.
templateUuid | Uuid of the template to retrieve stats for |
---|
Create a new recurring order.
BTC & ETH
Source of the funds, currently only DEPOSIT
supported.
DEPOSIT
A1B2C3
Delete a recurring order.
templateUuid | Uuid of the template to retrieve stats for |
---|
Automate buying and selling between two crypto assets
Asset ID. See Get Market Assets id
for all market ids
Asset ID. See Get Market Assets id
for all market ids
3
0.5
sell
asset will first be traded to this, then buy
asset will be bought using this. Default currency will be used by default.
1
Open (order is waiting to be executed as a trade)
2
Insufficient Balance Cancelled (order was cancelled because not enough balance)
3
Partial (order is not completed to full amount)
4
Filled (order is completed to full amount)
5
Pending (currently processing the trade)
6
User Cancelled (order was cancelled because user said so)
7
8
System Cancelled (Order cancelled by Swyftx)
9
10
Refunded (Order rolled back)
1
market buy
Buys secondary asset immediately at current market rates
2
market sell
Sells secondary asset immediately at current market rates
3
limit buy
Buys secondary asset when price drops to trigger price
4
limit sell
Sells secondary asset when price rises to trigger price
5
stop limit buy
Buys secondary asset if price rises to trigger price
6
stop limit sell
Sells secondary asset if price drops to trigger price
8
dust sell
An order placed from dusting
1
MARKET_BUY - Buys secondary asset immediately at current market rates
2
MARKET_SELL - Sells secondary asset immediately at current market rates
3
LIMIT_BUY - Buys secondary asset when price drops to trigger price
4
LIMIT_SELL - Sells secondary asset when price rises to trigger price
5
STOP_LIMIT_BUY - Buys secondary asset if price rises to trigger price
6
STOP_LIMIT_SELL - Sells secondary asset if price drops to trigger price
eyJz93a...k4laUWw
eyJz93a...i5SDns9o
86400
Bearer
urn:ietf:params:oauth:grant-type:jwt-bearer
AUD
Asset code. See Get Market Assets code
for all market codes
BTC
USD
1
Asset ID. See Get Market Assets id
for all market ids
3
36
Asset ID. See Get Market Assets id
for all market ids
Australian Dollars
Asset code. See Get Market Assets code
for all market codes
Smallest amount allowed to be traded at a time. Amount must be greater than minimum_order
0.001
6
true
true
3
5
0.000001
5
true
true
1
1517458855347
buy
Asset code. See Get Market Assets code
for all market codes
Asset code. See Get Market Assets code
for all market codes
10000
5000
.5
Amount of limit
currency used in order
.5
Asset code. See Get Market Assets code
for all market codes
Asset code. See Get Market Assets code
for all market codes
Asset code. See Get Market Assets code
for all market codes
10000
5000
.5
Amount of limit
currency used in order
.5
Asset code. See Get Market Assets code
for all market codes
1
1517458855347
1231.123
1
1
2
3
Rejected (network/validation/etc.)
4
5
6
7
8
9
10
11
12
13
14
15
16
17
unverified
pending
verified
757346400000
john.doe@example.com
+614XXXXXXXX
xxxx...xxxx
john.doe@example.com
+614XXXXXXXX
xxxx...xxxx
4/06/2020
14:21:03
sell
AUD
500.00000000
USD
343.35520439
0.68671041
500.00000000
null
null
null
null
null
null
null
null
null
null
null
30/06/2020
23:59:59
open position
USDT
23.84373701
null
null
null
33.04021869
1517316338030
- Time in milliseconds since epoch
1
Asset code. See Get Market Assets code
for all market codes
1517316338030
My BTC Address
1
Asset code. See Get Market Assets code
for all market codes
1517316338030
My BTC Address
1
Asset code. See Get Market Assets code
for all market codes
1517316338030
My BTC Address
Mr John Doe
123456
12345678
18PpTWTShSsHuJ5ze23gU2rmsQbAVVMZia
Up to one field required, please check for your asset or currency.
654987312
Up to one field required, please check for your asset or currency.
654987312
Up to one field required, please check for your asset or currency.
memo text
Up to one field required, please check for your asset or currency.
321654
Up to one field required, please check for your asset or currency.
654-312
Up to one field required, please check for your asset or currency.
email@address.example
Up to one field required, please check for your asset or currency.
654987312519
Up to one field required, please check for your asset or currency.
b&2H_8s!...
My BTC Address
My BTC Address
1
3
5
1501545600000
4261.48000000
4745.42000000
3400.00000000
4724.89000000
10015
Android & iOS Mobile Apps
Head over to ...
fa-handshake
http://reddit...
1577922001693
1577922001693
1596684928098
0.01
0.01
For pending triggered orders, this will be the estimated movement of the specified asset
0.0125
Value denoted in the users country asset (AUD for Australian users, etc)
1521
ord_123abc...
order type code, only available for items of type 'BUY' or 'SELL'
the specified asset id for 'WITHDRAWALS' and 'DEPOSITS', or the secondary asset for 'BUY' and 'SELL' items
null for 'WITHDRAWALS' and 'DEPOSITS', or the primary asset for 'BUY' and 'SELL' items
null for 'WITHDRAWALS' and 'DEPOSITS', or the limit asset for 'BUY' and 'SELL' items
null for 'WITHDRAWALS' and 'DEPOSITS', or the trigger price for 'BUY' and 'SELL' items
the amount of secondary asset transacted - applies to all history item types
the amount of primary asset transacted - only applies to 'BUY' and 'SELL' history items
the address label for the withdraw or deposit item - only applies to 'WITHDRAWALS' and 'DEPOSITS' history items
the address details for the history item - only applies to 'WITHDRAWALS' and 'DEPOSITS' history items
any additional metadata for the address details - only applies to 'WITHDRAWALS' and 'DEPOSITS' history items
DEPOSIT
WITHDRAWAL
BUY
SELL
PENDING
COMPLETED
FAILED
date
amount
userCountryValue
value denoted in currency of user's country
ASC
DESC
1m
5m
1h
4h
1d
3
1.234
15326574115
true
'Abandoned buy order due to unprocessed sell order'
DEPOSIT
WITHDRAWAL
REWARD
1
2
3
4
1
2
app.account.affiliation
app.account.modify
app.account.tax-report
app.account.verification
Can complete email/phone/id verification processes
app.account.balance
Can get information about the balance of the account (assets, amounts, etc.)
app.account.stats
app.account.read
app.recurring-orders.read
app.recurring-orders.create
app.recurring-orders.delete
app.address.add
Can add new withdrawal/deposit addresses
app.address.remove
Can remove withdrawal/deposit addresses
app.address.check-deposit
app.address.read
Can view withdrawal/deposit address information
app.funds.withdraw
app.funds.withdrawal-limit
app.funds.read
Can see withdrawal/deposit history
app.orders.create
Can create new buy/sell orders
app.orders.delete
Can delete existing buy/sell orders
app.orders.read
Can view existing buy/sell orders
app.orders.dust
app.api.revoke
app.api.read
1
Paying for Goods/Services
2
3
4
Transfer to Custody/Interest Platform
5
6
7
8
1
2
3
4
5
6
7
8
9
10
11
15
16
17
18
announcement
portfolio
favourites
activity
statistics
history
movers
news
refer
account
security
0
1
2
Common error responses