Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Nestcoin ledger-account activity API

The ledger-account activity API from Nestcoin — 5 operation(s) for ledger-account activity.

Nestcoin ledger-account activity API is one of 23 APIs that Nestcoin publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include ledger-account activity. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 5 paths, and defines 8 schemas. It is described by OpenAPI 3.0.3, at version 3.0.2.

Requests are made against a single base URL, https://external.dev.onboardpay.co.

5 operations 5 paths 8 schemas 5 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3.0.2
Base URL
https://external.dev.onboardpay.co
Authentication
API Key, API Key
License
UNLICENSED
Resource Areas
1

Authentication & Security 2

Nestcoin ledger-account activity API declares 2 security schemes for authenticating requests. An API key is passed in the header as x-signature (authSignature). An API key is passed in the header as x-auth-token (authToken).

  • authToken — Auth Token header for inter-service communication

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 5 GET. Each is listed below with its method, path, parameters, and response codes.

ledger-account activity 5
GET
/ledger/accounts/{accountId}/activities
Get account transaction activities
getAccountActivities 7 params → 200400401403default
GET
/ledger/accounts/{accountId}/activities/{activityId}
Get a single transaction activity
getAccountActivityById 2 params → 200400401403404default
GET
/ledger/subaccounts/{subAccountIdRef}/activities
Get sub-account transaction activities
getSubAccountActivities 7 params → 200400401403default
GET
/ledger/subaccounts/{subAccountIdRef}/activities/{activityId}
Get a single sub-account transaction activity
getSubAccountActivityById 2 params → 200400401403404default
GET
/ledger/transaction-activities
Get transaction activities across the business
getTransactionActivities 7 params → 200400401403default

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are TransactionActivity (15 properties), Paging (5 properties), ErrorMessageDto (3 properties). Each schema is shown below with its type and property counts.

TransactionActivity
object
A single entry in the aggregated account activity feed. The concrete subtype is determined by the activityType discriminator; the type field carries the semant…
15 properties 10 required
ErrorMessageDto
object
Default error object for services. This gives consistent error object that all services may use.
3 properties 2 required
TransactionActivityType
string
Semantic category of a transaction activity feed entry.
TransactionStatus
string
Status of the transaction, indicating its current state in the processing lifecycle. - PENDING: The transaction has been created but not yet processed. - INPRO…
TransactionActivityList
ActivityDirection
string
ActivityAccountType
string
The kind of account a transaction activity occurred on.
Paging
object
Base object for paginated list
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nestcoin-ledger-account-activity-api-openapi.yml Raw ↑

Other APIs Nestcoin publishes across the network.

Nestcoin auth-oauth API
Nestcoin auth-userauth API
Nestcoin exchange-external-api API
Nestcoin exchange-orders API
Nestcoin ledger-accounts API
Nestcoin ledger-beneficiaries API
Nestcoin ledger-cash deposits API
Nestcoin ledger-offramp accounts API
Nestcoin ledger-payments API
Nestcoin ledger-sub-accounts API
Nestcoin ledger-transfer API
Nestcoin offers-offers API