Transfers
Get Instance Transfers
Return the transfer objects for the instance.
GET
/
v0
/
transfers
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Headers
teal-instance-id
string
requiredThe 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: 50The number of records to return. Max limit is 100.
Required range:
1 < x < 101
page_token
string
Response
200 - application/json
next_page_token
string | null
requiredThe token to use to request the next page
prev_page_token
string | null
requiredThe token to use to request the previous page
records
object[]
requiredA list of Transfer objects