Mint new tokens in a collection
cURL
curl --request POST \ --url https://sandbox.oumla.com/api/v1/tokenization/collections/{id}/tokens/mint \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "addressId": "<string>", "clientShare": "<string>", "to": "<string>", "metadata": {}, "useGasless": true, "fee": "<string>", "feeLevel": "<string>" } '
200
Example
{ "mint": { "workflowId": "<string>", "status": "<string>" }}
API key for authentication. Obtain your API key from the dashboard.
SDK version header
Collection ID
Request body for mint tokens
Mint token request object
Token minting workflow started
Show child attributes
Was this page helpful?