NFT Metadata
  1. metadata
NFT Metadata
  • collection
    • list
      GET
    • create
      POST
    • update
      PUT
    • get
      GET
  • model
    • list
      GET
    • create
      POST
    • update
      PUT
    • get
      GET
  • token
    • list
      GET
    • get
      GET
  • logs
    • list
      GET
  • metadata
    • collection-get
      GET
    • token-get
      GET
    • token-update
      PUT
  • version
    GET
  1. metadata

collection-get

GET
/metadata/{chainId}/{collection}

Request

Path Params
chainId
string 
required
collection
string 
required

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://metadata.dlab.ovh/api/metadata//'

Responses

🟢200OK
application/json
Body
name
string 
required
description
string 
required
image
string 
required
external_link
string 
required
seller_fee_basis_points
integer 
required
fee_recipient
string 
required
Example
{
    "name": "string",
    "description": "string",
    "image": "string",
    "external_link": "string",
    "seller_fee_basis_points": 0,
    "fee_recipient": "string"
}
Modified at 2025-04-11 08:30:43
Previous
list
Next
token-get
Built with