Transaction timeline per user

This endpoint retrieves a chronological list of all transactions for a specific user. It provides detailed information on each transaction, including the date, time, amount, and type of transaction, allowing users to track their financial activity.

SecuritybearerAuth
Request
query Parameters
category
string

Filter by category

Enum: "trade" "corporate_action" "crypto_action" "non_user_initiated" "crypto_transfer"
Example: category=trade
size
integer [ 1 .. 50 ]
Default: 10

Number of elements to be displayed on a page

Example: size=10
cursor
string

Page cursor

Example: cursor=MjAyNC0wNC0yOFQxODowNTozM1o
asset_int
integer >= 1
Deprecated

If asset_int is provided only the transactions for that specific asset will be in the response

Example: asset_int=1
asset_id
string <uuid>

If asset_id is provided only the transactions for that specific asset will be in the response

Example: asset_id=ea895436-edee-11eb-9bf0-06502b1fe55d
header Parameters
bp-user-id
required
string

User ID

Responses
200

Success Response

401

Unauthorized

422

Error

500

Error

503

Maintenance or Service unavailable

get/v1/transactions
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "meta": {
    }
}