Get Internal Transfer List
Get the list of all fund movements (deposits, withdrawals and movements between accounts).
fromType and toType Code Table
Section titled “fromType and toType Code Table”| Code | Description |
|---|---|
| AVAILABLE | The primary account where funds can be deposited or withdrawn to and from the platform |
| BROKERAGE | The brokerage account where funds can be used to trade on OTC or RFQ/RFS |
Domain: Accounts
Request
Section titled “Request”POST https://trade-uk.sandbox.zodiamarkets.com/api/3/transfer/listHeaders
Section titled “Headers”| Header | Required | Description |
|---|---|---|
Rest-Key |
API key for authentication | |
Rest-Sign |
Calculated API Signature |
| Field | Type | Required | Description |
|---|---|---|---|
tonce |
integer (int64) | yes | The current Unix time in microseconds. |
ccy |
string | Currency ticker (e.g. BTC, USD). Omit to return transfers in every currency. | |
from |
integer (int64) | Start time (inclusive) of transfers, format in Unix time in milliseconds — note that tonce above is in microseconds. Omitting it does not mean “from the beginning”: it defaults to 7 days ago, so a query with no from silently returns only the last week. |
|
to |
integer (int64) | End time (inclusive) of transfers, format in Unix time in milliseconds. Defaults to now. |
Responses
Section titled “Responses”| Field | Type | Required | Description |
|---|---|---|---|
count |
integer | Default: 0 | |
resultCode |
string | ||
timestamp |
string | ||
totalCount |
integer | Default: 0 | |
transfers |
array of object | ||
transfers[].amount |
string | ||
transfers[].ccy |
string | ||
transfers[].fromType |
string | ||
transfers[].lastUpdated |
string | ||
transfers[].state |
string | ||
transfers[].toType |
string | ||
transfers[].uuid |
string |
| Field | Type | Required | Description |
|---|---|---|---|
resultCode |
string | ||
timestamp |
string |
| Field | Type | Required | Description |
|---|---|---|---|
resultCode |
string | ||
timestamp |
string |
| Field | Type | Required | Description |
|---|---|---|---|
resultCode |
string | ||
timestamp |
string |
| Field | Type | Required | Description |
|---|---|---|---|
apiVersion |
string | ||
error |
string | ||
timestamp |
integer | Default: 0 |
| Field | Type | Required | Description |
|---|---|---|---|
resultCode |
string | ||
timestamp |
string |