Skip to content

List wallet transactions

GET
/v1/wallets/{wallet_id}/transactions

List transactions for a wallet.

wallet_id
required
Wallet Id
string format: uuid
skip
Skip
integer
0
limit
Limit
integer
default: 100 >= 1 <= 1000

Successful Response

Response List Wallet Transactions V1 Wallets Wallet Id Transactions Get
Array<object>
WalletTransactionResponse
object
id
required
Id
string format: uuid
wallet_id
required
Wallet Id
string format: uuid
customer_id
required
Customer Id
string format: uuid
transaction_type
required
Transaction Type
string
transaction_status
required
Transaction Status
string
source
required
Source
string
status
required
Status
string
amount
required
Amount
string
/^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$/
credit_amount
required
Credit Amount
string
/^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$/
invoice_id
Any of:
string format: uuid
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time

Unauthorized – invalid or missing API key

Wallet not found

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object