Skip to main content

Get all accounts

GET 

/v1/accounts

Get all accounts

This endpoint retrieves a paginated list of all accounts associated with a user, allowing filtering and sorting based on various parameters such as creation dates, account type, and activity status.

Request

Query Parameters

    page int32

    Page

    page_size int32

    Page size

    sort_by string

    Sort by

    order_by string

    Order by

    end_date date-time

    End date

    start_date date-time

    Start date

Responses

Ok

Schema
  • Array [
  • activeThisMonth booleannullable
    address stringrequired
    approversQuantity int32nullable
    chainPath stringrequired
    createdAt date-timerequired
    exchangeApiKey stringnullable
    exchangeApiSecret stringnullable
    id uuidrequired
    isActive booleanrequired
    isImported booleanrequired
    name stringrequired
    transactionLimit stringrequired
    type stringrequired
    walletId uuidrequired
  • ]
Loading...