Cable transactions API is one of 20 APIs that Cable publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include transactions. The published artifact set on APIs.io includes an OpenAPI specification.
This API exposes
11 operations
across 4 paths,
and defines 19 schemas.
It is described by OpenAPI 3.1.0, at version 1.0.0.
Requests are made against a single base URL, https://api.cable.tech.
11 operations4 paths19 schemas1 DELETE2 GET4 POST4 PUT
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.cable.tech
Authentication
API Key, HTTP Bearer
Resource Areas
1
Authentication & Security 2
Cable transactions API declares
2 security schemes
for authenticating requests.
An API key is passed in the header as Authorization (ApiKeyAuth).
It accepts HTTP bearer tokens (BearerAuth).
Paths & Operations 11
Across 4 paths, the API surfaces 11 operations — 1 DELETE, 2 GET, 4 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.
transactions 11
GET
/v2/transaction
Check if a transaction exists
check-transaction2 params→ 200401404429500
POST
/v2/transaction
Add a new transaction
add-transaction1 parambody→ 201400401409429500
PUT
/v2/transaction
Update an existing transaction
update-transaction1 parambody→ 200400401404429500
DELETE
/v2/transaction
Submit a deletion request for a transaction and any related data
The contract defines 19 schemas that model the data the API accepts and returns. The most detailed are UpdateTransactionRequest (13 properties), NewTransactionRequest (13 properties), UpdateTransactionRequest_2 (12 properties), NewTransactionRequest_2 (12 properties). Each schema is shown below with its type and property counts.
UpdateTransactionRequestMethod
string
Payment method used for the transaction. Required when creating new transactions, optional for updates. Each method may have different processing times, fees,…
NewTransactionRequestMethod_2
string
Payment method used for the transaction. Required when creating new transactions, optional for updates. Each method may have different processing times, fees,…
NewTransactionRequestType
string
Transaction type. Required when creating new transactions, optional for updates.
GeneralErrorErrorsItems
object
2 properties
BatchUpdateTransactionRequest
array
UpdateTransactionRequestMethod_2
string
Payment method used for the transaction. Required when creating new transactions, optional for updates. Each method may have different processing times, fees,…
BatchNewTransactionRequest
array
NewTransactionRequestStatus
string
Transaction status. Required when creating new transactions, optional for updates.
UpdateTransactionRequestStatus
string
Transaction status. Required when creating new transactions, optional for updates.
UpdateTransactionRequest_2
object
Transaction data to update, referenced by 'txid'. The 'timestamp' field represents the update time. Only the fields to be updated need to be included.
12 properties2 required
Transactions_checkTransaction_Response_200
object
4 properties
Transactions_deleteTransaction_Response_200
object
2 properties
UpdateTransactionRequestType
string
Transaction type. Required when creating new transactions, optional for updates.
GeneralError
object
3 properties2 required
WriteOperationResponse
object
4 properties4 required
UpdateTransactionRequest
object
Transaction data to update, referenced by 'txid'. The 'timestamp' field represents the update time. Only the fields to be updated need to be included.
13 properties2 required
NewTransactionRequestMethod
string
Payment method used for the transaction. Required when creating new transactions, optional for updates. Each method may have different processing times, fees,…
NewTransactionRequest
object
Transaction data to add. Required fields include: timestamp, txid, type, method, amount, currency, and status. Identity requirements: - At least one of 'sender…
13 properties7 required
NewTransactionRequest_2
object
Transaction data to add. All fields are required except for 'amountusd', which will be calculated using the latest exchange rate if not provided. The 'timestam…
12 properties10 required
Specification
The full machine-readable OpenAPI contract behind this narrative.