Request
Body Params application/json
{
"chainId": "ethereum",
"identifier": "",
"address": "0x",
"metadata": {
"name": "collection",
"description": "",
"imageUrl": "",
"externalUrl": "",
"sellerFee": 500,
"feeRecipient": ""
}
}
Request Code Samples
curl --location --request POST 'https://metadata.dlab.ovh/api/collections' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"chainId": "ethereum",
"identifier": "",
"address": "0x",
"metadata": {
"name": "collection",
"description": "",
"imageUrl": "",
"externalUrl": "",
"sellerFee": 500,
"feeRecipient": ""
}
}'
Responses
application/json Modified at 2025-04-11 08:13:27