Skip to main content

Get all wallet transactions

Route

GET
/api/v1/wallets/:id/wallet_transactions?per_page=2&page=1

Usage

LAGO_URL="https://api.getlago.com"
API_KEY="__YOUR_API_KEY__"

curl --location --request GET "$LAGO_URL/api/v1/wallets/:id/wallet_transactions?per_page=2&page=1" \
--header "Authorization: Bearer $API_KEY"

Arguments

AttributesTypeDescription
per_pageString      OptionalNumber of records per page.
pageString      OptionalPage number
statusString      Optionalcan be either pending or settled
transaction_typeString      Optionalcan be either inbound or outbound

Responses

Wallet transactions were successfully found

Returns a list of wallet-transaction objects.