Skip to main content
GET
Fetch Transactions

Overview

This endpoint retrieves a list of transactions for a specific account.

HTTP Request

GET /v1/accounts/{account_number}/transactions

Parameters

  • Header: x-carbon-key (string, required) - API key for authentication.
  • Path:
    • account_number (integer, required) - The account number.
  • Query:
    • page (integer, optional, default=1) - The page number for paginated results.
    • limit (integer, optional, default=10) - The number of transactions per page.

Example Response

Authorizations

apikey
string
header
required

Provide your API key in the 'apikey' header.

Headers

x-carbon-key
string
required

Path Parameters

account_number
integer
required

Query Parameters

page
integer
limit
integer

Response

200 - application/json

OK

The response is of type object.