POST /nft/collections/{slug}/metadata
POST

/v1/nft/collections/{slug}/metadata

Edit collection metadata

Authwallet signature (collection account/issuer or admin)

Request

POSThttps://api.xrpl.to/v1/nft/collections/fuzzybears/metadata
Path parameterValueDescription
slugA collection slug, or its identity as issuer:taxon
Body
Body fieldsas documented
{ description?, twitter?, website? }
curl -X POST 'https://api.xrpl.to/v1/nft/collections/fuzzybears/metadata'
Needs a wallet signature, so it cannot run from this page — see API Keys for the headers.

Response

No public sample for this endpoint — run the code on the right with your own values and your key to see the response.

What it does

Edit collection metadata

A collection is its slug, or its on-chain identity as issuer:taxon. Each NFT in it comes back with its NFTokenID, the id every NFT endpoint takes. Go to NFT →
OpenAPI