Skip to main content
GET
/
workspaces
/
{workspace}
/
channel
/
wallet
/
transactions
Get Wallet Transactions
curl --request GET \
  --url https://lancepilot.com/api/v3/workspaces/{workspace}/channel/wallet/transactions \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {}
  ],
  "links": {},
  "meta": {
    "current_page": 1,
    "per_page": 10,
    "total": 100,
    "last_page": 10,
    "from": 1,
    "to": 10
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace
string<uuid>
required

ID of the workspace.

Query Parameters

per_page
integer
default:10

Number of transactions per page.

Response

data
object[]
required
meta
object
required