Skip to main content
GET
List wallet transactions

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Query Parameters

page
integer
default:1
Required range: x >= 1
per_page
integer
default:25
Required range: 1 <= x <= 100
type
enum<string>
Available options:
credit,
debit
category
string
Example:

"usage"

status
enum<string>
Available options:
pending,
completed,
failed,
cancelled
reference_id
string
call_uuid
string<uuid>

Only the wallet transaction linked to this call

Partial title or description match

from
string<date-time>

Inclusive ISO-8601 start

to
string<date-time>

Exclusive ISO-8601 end

sort_dir
enum<string>
default:desc
Available options:
asc,
desc

Response

Wallet transactions retrieved