Skip to main content
GET
/
v1
/
wallets
/
{wallet_id}
/
transactions
List wallet transactions
curl --request GET \
  --url https://api.monigo.co/v1/wallets/{wallet_id}/transactions \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}

Path Parameters

wallet_id
string
required

Wallet UUID

Query Parameters

limit
integer

Page size (default 25, max 100)

offset
integer

Page offset

Response

OK

The response is of type object.