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

Rarible Signature operations API

The Signature operations API from Rarible — 2 operation(s) for signature operations.

Rarible Signature operations API is one of 18 APIs that Rarible publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Signature operations. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

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

Requests are made against a single base URL, https://{environment}.rarible.org.

2 operations 2 paths 8 schemas 2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v0.1
Base URL
https://api.rarible.org/v0.1
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Rarible Signature operations API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-API-KEY (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 2

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

Signature operations 2
POST
/v0.1/signature/validate
Check Order's signature
validate body → 200400500
POST
/v0.1/signature/input
Generate signed input
getInput body → 200400500

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are SignatureValidationForm (5 properties), OpenSeaFillOrderSignatureInputForm (2 properties), UnionApiErrorBadRequest (2 properties), UnionApiErrorServerError (2 properties). Each schema is shown below with its type and property counts.

UnionApiErrorServerError
object
2 properties 2 required
OpenSeaFillOrderSignatureInputForm
object
2 properties 1 required
SignatureValidationForm
object
5 properties 3 required
SignatureInput
object
1 property 1 required
UnionAddress
string
Blockchain address in Union format ${blockchainGroup}:${token}
UnionApiErrorBadRequest
object
2 properties 2 required
SignatureInputForm
object
Form contains required data to generate input message for signing. All fields should be specified in 'native' manner, i.e. without BLOCKCHAIN prefixes
1 property 1 required
Blockchain
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rarible-signature-operations-api-openapi.yml Raw ↑

Other APIs Rarible publishes across the network.

Rarible Charts API
Rarible Collection Leader Board API
Rarible Collection Statistics API
Rarible Currencies and rates API
Rarible Domain lookup API
Rarible Encode operations API
Rarible Indexer blocks API
Rarible NFT Activities API
Rarible NFT Collections API
Rarible NFT Data and Historical Statistics API
Rarible NFT Items API
Rarible NFT Ownerships API