Skip to main content
POST
/
v1
/
project-wallet
/
mint
cURL
curl --request POST \
  --url https://api.lootexplus.com/v1/project-wallet/mint \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "chainId": 1868,
  "contractAddress": "<string>",
  "recipientAddress": "<string>",
  "tokenId": 123,
  "quantity": 2,
  "metadata": {}
}
'

Authorizations

Authorization
string
header
required

Secret key for authentication

Body

application/json
chainId
number
required
Example:

1868

contractAddress
string
required
recipientAddress
string
required
tokenId
number
quantity
number
Required range: x >= 1
metadata
object

Additional metadata for the mint (optional)

Response

201 - undefined