POST
/
v3
/
store-verified-link
curl --request POST \
  --url https://bridge-swap.aarc.xyz/v3/store-verified-link \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "identifier": "<string>",
  "cmcid": "<string>",
  "apiKey": "<string>",
  "bannerUrl": "<string>",
  "logoUrl": "<string>",
  "chartUrl": "<string>",
  "name": "<string>",
  "symbol": "<string>",
  "description": "<string>",
  "tokenAddress": "<string>",
  "chainId": 123,
  "community": {}
}'
"<string>"

You need to get your token address whitelisted with Aarc. Contact our support team to request whitelisting.

Authorizations

x-api-key
string
header
required

API key required for authentication

Headers

x-api-key
string
required

API key for authentication

Body

application/json

Project and token details for the landing page

The body is of type object.

Response

200
application/json

Successfully created project link page

Generated URL for the project's token page