Fetch a single Key

The following API allow you to fetch a single key for an Offer/Auction.

get
Query parameters
hashstringRequired
Header parameters
AuthorizationstringRequired

Authorization token in Bearer format. Example: Bearer dvakycjgw8liyd278y

Responses
200

Default Response

application/json
get
/key

GET /key

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Supported Params

Param
Param Type
Type
Required
Description

hash

query

string

Yes

Hash of the Key

Response

Last updated