List wallet transactions
GET
/v1/wallets/{wallet_id}/transactions
List transactions for a wallet.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” wallet_id
required
Wallet Id
string format: uuid
Query Parameters
Section titled “Query Parameters ” skip
Skip
integer
limit
Limit
integer
Responses
Section titled “ Responses ”Successful Response
Response List Wallet Transactions V1 Wallets Wallet Id Transactions Get
Array<object>
WalletTransactionResponseobject
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
credit_amount
required
Credit Amount
string
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>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context