cURL
curl --request GET \ --url https://api.monigo.co/v1/wallets/{wallet_id}/transactions \ --header 'Authorization: <api-key>'
{}
Returns paginated ledger entries (transaction history) for the specified wallet
API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}
Wallet UUID
Page size (default 25, max 100)
Page offset
OK
The response is of type object.
object