Transfers

Get transfer history

Retrieves the transfer history for the authenticated user, including deposits, withdrawals, and vault operations. Results are paginated and can be filtered by type, asset, and time range.

GET
/transfers/history

Authorization

ApiKeyAuth ApiSignatureAuth ApiTimestampAuth
x-api-key<token>

API key for authentication

In: header

x-api-signature<token>

HMAC-SHA256 signature: base64(HMAC(timestamp + method + path + body, secret))

In: header

x-api-timestamp<token>

Unix timestamp in seconds

In: header

Query Parameters

t?string

Filter by transfer type. If not specified, returns all types.

Default"TRANSFER_ITEM_TYPE_UNSPECIFIED"
Value in"TRANSFER_ITEM_TYPE_UNSPECIFIED" | "TRANSFER_ITEM_TYPE_DEPOSIT" | "TRANSFER_ITEM_TYPE_WITHDRAW" | "TRANSFER_ITEM_TYPE_STAKE_VAULT" | "TRANSFER_ITEM_TYPE_UNSTAKE_VAULT" | "TRANSFER_ITEM_TYPE_VAULT_IN" | "TRANSFER_ITEM_TYPE_VAULT_OUT" | "TRANSFER_ITEM_TYPE_VAULT_PROFIT_SHARE" | "TRANSFER_ITEM_TYPE_SEND_FUNDS_OUT" | "TRANSFER_ITEM_TYPE_SEND_FUNDS_IN"
blk_start_ts?string

Filter transfers from this Unix timestamp (inclusive).

Formatuint64
blk_end_ts?string

Filter transfers up to this Unix timestamp (inclusive).

Formatuint64
pg?string

Page number for pagination (1-indexed).

Formatint64
lmt?string

Number of items per page.

Formatint64
asset?string

Filter by asset symbol (e.g., "USDC", "ETH").

Response Body

application/json