Skip to main content
POST
/
link-anchors
/
mint-many
Mint many link anchors
curl --request POST \
  --url https://api.example.com/link-anchors/mint-many \
  --header 'Content-Type: application/json' \
  --data '
{
  "quantity": 123
}
'

Body

application/json
quantity
number
required

The number of link anchors to mint

Response

201 - undefined