Skip to main content

Get notifications

GET 

/v1/notifications

Get notifications

The get user notifications endpoint retrieves a list of notifications for a specific user, including both transactional and ordinary notifications. It supports pagination and filtering by date range. The response includes detailed information about each notification, such as the associated transaction details, NFTs, or tokens involved, along with basic notification metadata like title and description.

Request

Query Parameters

    page int32

    Page

    page_size int32

    Page size

    end_date date-time

    End date

    start_date date-time

    Start date

Responses

User notifications found

Schema
    billing booleanrequired
    cryptoNews booleanrequired
    hasNewNotifications booleanrequired
    id uuidrequired
    marketing booleanrequired
    notifications object[]required
  • Array [
  • createdAt date-timerequired
    description stringnullable
    invite objectnullable
    accountId uuidnullable
    accountName stringnullable
    createdAt date-timenullable
    id uuidrequired
    inviteeEmail stringnullable
    inviteeId uuidnullable
    inviterId uuidnullable
    inviterName stringnullable
    status stringnullable
    title stringnullable
    transaction objectnullable
    actionType stringrequired
    coin objectnullable
    decimals int32nullable
    id uuidrequired
    name stringnullable
    symbol stringnullable
    createdAt date-timerequired
    fromAccount objectnullable
    approversQuantity int32nullable
    id uuidnullable
    name stringnullable
    fromAddress stringrequired
    fromUser objectnullable
    id uuidnullable
    name stringnullable
    fromWalletId uuidnullable
    hash stringnullable
    id uuidrequired
    networkId int32required
    nft objectnullable
    image stringnullable
    name stringnullable
    symbol stringnullable
    status stringnullable
    toAccount objectnullable
    approversQuantity int32nullable
    id uuidnullable
    name stringnullable
    toAddress stringrequired
    toContact objectnullable
    id uuidnullable
    name stringnullable
    tokenAddress stringnullable
    tokenId stringnullable
    value stringnullable
  • ]
  • popularPriceChange booleanrequired
    priceChangeAccounts uuid[]nullable
    transactionAboveLimit int32nullable
    userId uuidrequired
Loading...