Skip to main content
POST
/
api
/
v1
/
tokenization
/
tokens
/
link
Link Contract
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
}

Authorizations

x-api-key
string
header
required

API key for authentication

Headers

x-sdk-version
string
default:1.0.0

SDK version for tracking and compatibility

Body

application/json
contractAddress
string
required

Contract address

Minimum length: 1
type
string

Contract type

refId
string

Reference ID

displayName
string

Display name

network
string

Blockchain network

Response

201 - application/json

Contract linked successfully

message
string
required

Response message

success
boolean
required

Indicates successful response

status
integer
required

HTTP status code

data
object

Response data