Skip to main content
GET
/
api
/
v1
/
dapp
/
users
/
nfts
cURL
curl --request GET \
  --url https://api.drgreennft.com/api/v1/api/v1/dapp/users/nfts \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 400,
  "message": "Validation failed",
  "data": [
    "email must be a valid email",
    "phoneNumber should not be empty"
  ]
}

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

Authorization
string
header
required

Used by the DAPP UI after wallet sign-in via POST /auth/dapp/signIn. External store integrations should use apiKey + apiSignature instead.

Query Parameters

orderBy
string
required
page
number
default:1
Required range: x >= 1
take
number
default:10
Required range: x >= 1

Response