Retrieve Transactions

Retrieves all transactions under the given account

SecurityOAuth2: OAuth2Flow
Request
path Parameters
id
required
string

Account ID

query Parameters
page
integer <int32>

Page of records to get (default 0 = first page)

page_size
integer <int32>

Records to return per page (default = 20)

order
string

Sort order by transaction date (ASC or DESC)

Enum: "ASC" "DESC"
start_date
string <date>

Filter for transaction from this date

end_date
string <date>

Filter for transaction to this date

header Parameters
Authorization
string

OAuth bearer token (see authentication flows)

x-l2f-request-id
string

Optional Unique ID per request, useful for fault resolution/diagnosis and audit.

Responses
200

Success

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Error

get/v1/accounts/deposits/{id}/transactions
Response samples
application/json
{
  • "data": {
    },
  • "links": {
    }
}
© 2023 Layer2 Financial Inc. All Rights Reserved.