PomeloEx. DigitalAccounts. Queries
(PomeloEx v0.1.0)
View Source
Digital account and activity queries.
Provides endpoints for listing and retrieving digital accounts with their balances, and querying account activities with filtering and pagination.
Summary
Functions
Get account The endpoint /core/accounts/v1/{id} returns the account information you request, along with its balance.
Get activity The '/core/activities/v1/{id}' endpoint enables you to get information about any activity specified.
List Accounts The endpoint /core/accounts/v1 returns a paginated list of digital accounts with their balances and other relevant information.
List activities The endpoint /core/activities/v1 returns a paginated list of all activities. You can use filters to retrieve activities related to certain details, such as those associated with a specific account or those within a date range, among other options.
Functions
Get account The endpoint /core/accounts/v1/{id} returns the account information you request, along with its balance.
Get activity The '/core/activities/v1/{id}' endpoint enables you to get information about any activity specified.
List Accounts The endpoint /core/accounts/v1 returns a paginated list of digital accounts with their balances and other relevant information.
List activities The endpoint /core/activities/v1 returns a paginated list of all activities. You can use filters to retrieve activities related to certain details, such as those associated with a specific account or those within a date range, among other options.