Link an existing contract to the platform
cURL
curl --request POST \ --url https://sandbox.oumla.com/api/v1/tokenization/tokens/link \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "type": "<string>", "refId": "<string>", "displayName": "<string>", "network": "<string>", "contractAddress": "<string>" }'
{ "message": "<string>", "data": {}, "success": true, "status": 123 }
API key for authentication
SDK version for tracking and compatibility
Contract address
1
Contract type
Reference ID
Display name
Blockchain network
Contract linked successfully
Response message
Indicates successful response
HTTP status code
Response data
Was this page helpful?