POST
/
token-metadata
/
update
/
{projectId}
/
{chainId}
/
{tokenAddress}
/
{tokenId}
curl --request POST \
  --url https://api.syndicate.io/token-metadata/update/{projectId}/{chainId}/{tokenAddress}/{tokenId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "json",
  "content": {
    "name": "Syndicate",
    "description": "Syndicate Metadata",
    "image": "ipfs://QmTaJLGKdNitrU3b72Mg5tWbTrEP2gi4znBYNGYEkE5axD"
  }
}'
{
  "type": "json",
  "content": {
    "name": "Syndicate",
    "description": "Syndicate Metadata",
    "image": "ipfs://QmTaJLGKdNitrU3b72Mg5tWbTrEP2gi4znBYNGYEkE5axD"
  }
}

API Endpoint

https://api.syndicate.io/token-metadata/update/{projectId}/{chainId}/{tokenAddress}/{tokenId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required
chainId
integer
required
tokenAddress
string
required
tokenId
string
required

Body

application/json
type
enum<string>
required
Available options:
json
content
any
required

Response

200 - application/json
type
enum<string>
required
Available options:
json
content
any
required