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 operations5 paths8 schemas5 GET
Metadata
The identity and technical contract details declared by the specification.
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.
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 properties10 required
ErrorMessageDto
object
Default error object for services. This gives consistent error object that all services may use.
3 properties2 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.