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
400
Bad Request. Wrong/Invalid params format.
application/json
401
UnAuthorized request. Invalid/Expired token
application/json
403
Forbidden Request. Action not allowed or Rate Limit exhausted.
application/json
500
Server Error.
application/json
get
/keyGET /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