v1

latestOpenAPI 3.1.02026-07-26460218.4 KB
Transactions

Get Transactions

get/sends

Query parameters

vaultIdstring

Returns transactions where the vault appears on either side — as the source or destination. Use this for a complete view of a vault's activity.

sourceVaultIdstring

Narrows results to transactions that originated from this specific vault.

destinationVaultIdstring

Narrows results to transactions where funds were sent to this specific vault.

startDatestring date

Returns transactions created on or after this timestamp.

endDatestring

Returns transactions created on or before this timestamp.

token string

Filters by the asset token used in the transaction.

status'created' | 'processing' | 'complete' | 'failed'

Filters by the current transaction status.

sourceAddressstring

Filters by the on-chain wallet address from which the transaction was sent.

pageSizestring

Number of transactions to return per page. Defaults to 15, maximum is 100.

cursorstring

Opaque pagination token returned in pagination.nextCursor from the previous response. Pass this value to retrieve the next page of results.

Response

OK

object required