Skip to main content
GET
/
api
/
v1
/
marketplace
/
nfts
/
holder
cURL
curl --request GET \
  --url https://api.drgreennft.com/api/v1/api/v1/marketplace/nfts/holder \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-signature: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.dr.green/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-auth-apikey
string
header
required

The holder's Base64-encoded PEM SPKI public key. Issued via POST /keys in the DAPP UI. See docs/02-authentication.md.

x-auth-signature
string
header
required

Base64-encoded ECDSA-SHA256 signature over the canonical payload. Curve: secp256k1. Canonical payload rules depend on HTTP method — POST/PATCH/PUT sign the JSON body; GET/DELETE with query sign urlencode(query); GET/DELETE with no query sign '{}'. See docs/02-authentication.md for the full spec.

Query Parameters

orderBy
string
required
page
number
default:1
Required range: x >= 1
take
number
default:10
Required range: x >= 1
searchBy
string
required
planetNo
string[]
required
isListedForSale
number
required
orderFrom
string
required

Response

To get Nft by owner id