Skip to main content
POST
JavaScript

Authorizations

X-Ivy-Api-Key
string
header
required

API key for authentication

Body

application/json
from
number
required

Start timestamp (inclusive) - unix timestamp

to
number
required

End timestamp (exclusive) - unix timestamp

accountId
string<uuid>

Account Id to fetch transactions for. Optional, is not specified - transactions for the default accounts will be returned

afterCursor
string

Cursor for pagination

Minimum string length: 1

Response

200 - application/json

The list of transactions

data
object[]
required

Array of transactions

paging
object
required

Pagination information