GET
/
v0
/
transfers

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

teal-instance-id
string
required

The Teal instance ID

Query Parameters

from_ledger_id
string

The Transfer's originating ledger id

to_ledger_id
string | null

The Transfer's destination ledger id

expand
enum<string>[] | null

Comma-separated list of Transfer expand paths.

Available options:
from_journal_entry,
to_journal_entry,
from_journal_entry.line_entries,
to_journal_entry.line_entries,
from_journal_entry.line_entries.ledger,
to_journal_entry.line_entries.ledger,
from_journal_entry.line_entries.transaction,
to_journal_entry.line_entries.transaction
limit
integer | null
default: 50

The number of records to return. Max limit is 100.

page_token
string

Response

200 - application/json
next_page_token
string | null
required

The token to use to request the next page

prev_page_token
string | null
required

The token to use to request the previous page

records
object[]
required

A list of Transfer objects