How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Cubist Signing API

The Signing API from Cubist — 21 operation(s) for signing.

Cubist Signing API is one of 30 APIs that Cubist publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Signing. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 21 operations across 21 paths, and defines 84 schemas. It is described by OpenAPI 3.2.0, at version v0.1.0.

Requests are made against 2 base URLs: https://gamma.signer.cubist.dev, https://prod.signer.cubist.dev.

21 operations 21 paths 84 schemas 21 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v0.1.0
Base URL
https://prod.signer.cubist.dev
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

Cubist Signing API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (Oidc). An API key is passed in the header as Authorization (SignerAuth). By default, every request must be authenticated.

  • Oidc — OIDC tokens allow users to authenticate using a third-party service. These are exchanged for signer session tokens.
  • SignerAuth — Signing API end-points use session tokens for auth. Specifically, with each request you need to use the \token\ from your signer session (which you create with…

Paths & Operations 21

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

Signing 21
POST
/v0/org/{org_id}/ava/sign/{ava_chain}/{pubkey}
Sign a serialized Avalanche C/X/P-Chain Message
avaSerializedTxSign 3 params body → 200202default
POST
/v0/org/{org_id}/ava/sign/{pubkey}
Sign JSON-encoded Avalanche X- or P-Chain Message
avaSign 2 params body → 200202default
POST
/v0/org/{org_id}/babylon/cov/sign/{pubkey}
Sign Babylon Covenant Committee Request
babylonCovSign 2 params body → 200202default
POST
/v0/org/{org_id}/babylon/registration/{pubkey}
Sign Babylon Staking Registration
babylonRegistration 2 params body → 200202default
POST
/v0/org/{org_id}/babylon/staking/{pubkey}
Sign Babylon Staking Transaction
babylonStaking 2 params body → 200202default
POST
/v0/org/{org_id}/btc/message/sign/{pubkey}
Sign a Bitcoin message.
btcMessageSign 2 params body → 200202default
POST
/v0/org/{org_id}/btc/psbt/sign/{pubkey}
Sign a Partially Signed Bitcoin Transaction (PSBT)
psbtSign 2 params body → 200202default
POST
/v0/org/{org_id}/btc/sign/{pubkey}
Sign Bitcoin Segwit Transaction
btcSign 2 params body → 200202default
POST
/v0/org/{org_id}/btc/taproot/sign/{pubkey}
Sign Bitcoin Taproot Transaction
btcTaprootSign 2 params body → 200202default
POST
/v0/org/{org_id}/diffie_hellman/{key_id}
Compute Diffie Hellman shared secret
diffieHellmanExchange 2 params body → 200202default
POST
/v0/org/{org_id}/evm/eip191/sign/{pubkey}
Sign EIP-191 Data
eip191Sign 2 params body → 200202default
POST
/v0/org/{org_id}/evm/eip712/sign/{pubkey}
Sign EIP-712 Typed Data
eip712Sign 2 params body → 200202default
POST
/v0/org/{org_id}/evm/eip7702/sign/{pubkey}
Sign an EIP-7702 Authorization
eip7702Sign 2 params body → 200202default
POST
/v0/org/{org_id}/solana/sign/{pubkey}
Sign Solana Message
solanaSign 2 params body → 200202default
POST
/v0/org/{org_id}/sui/sign/{pubkey}
Sign a serialized SUI transaction.
suiSign 2 params body → 200202default
POST
/v0/org/{org_id}/tendermint/sign/{pubkey}
Sign a tendermint message.
tendermintSign 2 params body → 200default
POST
/v1/org/{org_id}/blob/sign/{key_id}
Sign Raw Blob
blobSign 2 params body → 200202default
POST
/v1/org/{org_id}/eth1/sign/{pubkey}
Sign EVM Transaction
eth1Sign 2 params body → 200202default
POST
/v1/org/{org_id}/eth2/sign/{pubkey}
Sign Validator Request
eth2Sign 2 params body → 200202default
POST
/v1/org/{org_id}/eth2/stake
Sign Stake Deposit
stake 1 param body → 200202default
POST
/v1/org/{org_id}/eth2/unstake/{pubkey}
Sign Unstake Request
unstake 2 params body → 200202default

Schemas 84

The contract defines 84 schemas that model the data the API accepts and returns. The most detailed are BabylonStakingParams (15 properties), MfaRequestInfo (11 properties), ClientSessionInfo (7 properties), TaprootSignatureKind (6 properties). Each schema is shown below with its type and property counts.

Transaction
BadRequestErrorCode
string
DepositType
string
The type of deposit to perform
PreconditionErrorCode
AcceptedValueCode
string
BtcLeafHashCodeSeparator
object
Leaf hash and code, as per BIP341 and https://github.com/rust-bitcoin/rust-bitcoin/blob/464202109d2b2c96e9b4867461bffe420dbd8177/bitcoin/src/crypto/sighash.rsL…
2 properties 2 required
BabylonStakingParams
object
Parameter set for Babylon staking. The latest parameter sets are available from
15 properties 10 required
ErrorResponse
object
The structure of ErrorResponse must match the response template that AWS uses
5 properties 2 required
AvaSignRequest
Request to sign an Avalanche transaction
BabylonNetworkId
string
The network-id for Babylon staking
HttpRequest
object
Information about the request. Captures all the relevant info (including the request body) about requests that require MFA. We use this to verify that when a r…
3 properties 2 required
BinanceDryRunArgs
object
2 properties 2 required
BtcSignatureKind
Epoch
string
Epoch is a quoted uint64.
PrevOutputs
Contains outputs of previous transactions.
Fork
object
Specifies a fork of the BeaconChain, to prevent replay attacks. The schema of Fork is defined in the [Beacon chain spec](https://github.com/ethereum/consensus-…
3 properties 3 required
Receipt
object
Receipt that an MFA request was approved.
3 properties 3 required
TaprootSignRequest
PreconditionErrorOwnCodes
string
Eip191SignRequest
DepositTxn
object
Information produced by a successful deposit
3 properties 3 required
MfaRequiredArgs
object
5 properties 3 required
GenesisData
object
Genesis data as defined in the [Beacon API spec](https://ethereum.github.io/beacon-APIs//Beacon/getGenesis). You can get the genesis data from the Beacon node'…
3 properties 3 required
SignDryRunArgs
object
2 properties 1 required
EpochDateTime
integer
DateTime measured in seconds since unix epoch. A wrapper type for serialization that encodes a [SystemTime] as a [u64] representing the number of seconds since…
CoinbaseDryRunArgs
object
2 properties 2 required
NotFoundErrorCode
string
VoluntaryExit
object
An exit voluntarily submitted a validator who wishes to withdraw. The schema for this message is defined [here](https://github.com/ethereum/consensus-specs/blo…
2 properties 2 required
SignerErrorCode
BabylonStakingDeposit
Data needed to create a Babylon deposit transaction
UnstakeRequest
Eth1SignRequest
EVM transaction signing request.
BadGatewayErrorCode
string
ApprovalInfo
object
1 property 1 required
StakeRequest
InternalErrorCode
string
PolicyErrorOwnCodes
string
AcceptedValue
Different responses we return for success status codes.
ForbiddenErrorCode
string
Eip712SignRequest
UnauthorizedErrorCode
string
SignerErrorOwnCodes
string
UnsafeConf
object
Options that should be set only for local devnet testing.
2 properties
B32
string
Wrapper around a zeroizing 32-byte fixed-size array
BtcMessageSignRequest
Data to sign
BabylonStakingWithdrawal
Data needed to create a Babylon withdrawal transaction
Network
string
Network name ('mainnet', 'holesky')
BybitDryRunArgs
object
3 properties 3 required
PolicyErrorCode
SolanaTxCmp
object
1 property
TimeoutErrorCode
string
HttpRequestCmp
How to compare HTTP requests when verifying MFA receipt (see [MfaRequest::verifyrequest])
PsbtSignRequest
A request to sign a PSBT
NewSessionResponse
object
Information about a new session, returned from multiple endpoints (e.g., login, refresh, etc.).
5 properties 4 required
ClientSessionInfo
object
Session information sent to the client. This struct works in tandem with its server-side counterpart [SessionData].
7 properties 7 required
BtcSighashType
string
BtcTxOut
object
2 properties 2 required
MfaRequestInfo
object
Returned as a response from multiple routes (e.g., 'get mfa', 'approve mfa', 'approve totp').
11 properties 6 required
Status
object
6 properties 4 required
BlobSignRequest
BabylonRegistrationRequest
Babylon staking registration specification
BabylonStakingRequest
The actions possible via the Babylon Staking endpoint
BtcSignRequest
TendermintSignRequest
The request for using the Tendermint sign endpoint.
TypedData
object
Represents the [EIP-712](https://eips.ethereum.org/EIPS/eip-712) typed data object. Typed data is a JSON object containing type information, domain separator p…
4 properties 4 required
BabylonCovStakeExpansionRequest
object
Request to expand an active stake with additional funds.
4 properties 4 required
Id
string
AcceptedResponse
AvaSerializedTxSignRequest
Request to sign a serialized Avalanche transaction
SolanaSignRequest
Solana signing request
ConflictErrorCode
string
TypedTransaction
EIP-2718 typed transaction, including EIP-1559 transactions ({ "type": "0x02" ... }), and legacy transactions ({ "type": "0x00" ... }). All values in the trans…
DiffieHellmanRequest
BabylonCovSignRequest
MfaType
string
Different types that can be used to approve an MFA request
TaprootSignatureKind
object
6 properties 3 required
SuiSignRequest
Request to sign a serialized SUI transaction
EvmTxCmp
object
3 properties
FeeType
string
This type specifies the interpretation of the fee field in Babylon staking requests. If sats, the field is intpreted as a fixed value in sats. If satsprvb, the…
Eth2SignRequest
EvmTxDepositErrorCode
string
Eip7702SignRequest
BabylonStakingEarlyUnbond
Data needed to create a Babylon early-unbonding or slashing transaction
BtcTx
object

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cubist-signing-api-openapi.yml Raw ↑

Other APIs Cubist publishes across the network.

Cubist Account API
Cubist Accounts API
Cubist Audit API
Cubist AuthMigration API
Cubist Babylon API
Cubist Contact API
Cubist Cube3Signer API
Cubist Identity API
Cubist Internal API
Cubist Keys API
Cubist Keys In Role API
Cubist Login API
Where this information came from

This is an independent, third-party profile of Cubist Signing API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.