DgVerseDgVerse
Home
Get Started
  • Auth Endpoint
  • Create Collection
  • Create Certificate
  • Create Directory
  • Transfer Certificate Via Wallet
  • Transfer Certificate Via Mail
  • Cancel Claim
  • Freeze User
  • Un-freeze User
  • Pause Collection
  • Un-Pause Collection
  • Delete Collection
  • Invalidate Certificates
  • Delete Certificates
  • Get Collection
  • Get Certificates
  • Get Directory of a Collection
Home
Get Started
  • Auth Endpoint
  • Create Collection
  • Create Certificate
  • Create Directory
  • Transfer Certificate Via Wallet
  • Transfer Certificate Via Mail
  • Cancel Claim
  • Freeze User
  • Un-freeze User
  • Pause Collection
  • Un-Pause Collection
  • Delete Collection
  • Invalidate Certificates
  • Delete Certificates
  • Get Collection
  • Get Certificates
  • Get Directory of a Collection
  • Get Certificates

Get Certificates

Path: v1/hts/api/integration/assets/certificate

How to use

Get all certificates created by the current login. screenshot

Parameter List

FieldTypeRequiredValues/Description
sortOrderStringNo- oldest first
- latest first (default)
Sorting order for the coming dataset
collectionTypeStringNo- Non-transferable Certificates
- Transferable Certificates
Filter Option: Select only this type of collections
filterByCollectionStringNoFilter using collection
ownershipStatusStringNo- certificateOwned: Certificates owned now
- certificateMinted: Certificates which were originally minted by the user
- certificateMintedAndTransferred: Certificates which were originally minted by the user and transferred by the user
- certificateReceived: Certificates which were received by the user

cURL Command

curl --request GET \
  --url 'http://<dgverse-api-base-url>/v1/hts/api/integration/assets/certificate?sortOrder=latest%20first&collectionType=transferable%20Certificates&filterByCollection=<COLLECTION_ID>' \
  --header 'Authorization: Bearer <YOUR_TOKEN>' \
  --header 'Content-Type: application/json'

Response

screenshot

Error Troubleshooting

400 Bad Request: "transfered" is not allowed.

Last Updated:
Contributors: John
Prev
Get Collection
Next
Get Directory