Skip to main content
POST
/
api
/
v1
/
tokenization
/
tokens
Issue New Token
curl --request POST \
  --url https://sandbox.oumla.com/api/v1/tokenization/tokens \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "network": "<string>",
  "addressId": "<string>",
  "clientShare": "<string>",
  "deploymentId": "<string>",
  "createParams": {
    "initializeParams": [
      {
        "name": "<string>",
        "type": "<string>",
        "value": "<string>"
      }
    ]
  },
  "displayName": "<string>",
  "useGasless": true,
  "fee": "<string>",
  "feeLevel": "<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
addressId
string
required

Address ID for token creation

Minimum length: 1
clientShare
string
required

Client share for signing

Minimum length: 1
deploymentId
string
required

Deployed contract ID

Minimum length: 1
createParams
object
required
network
string

Blockchain network

displayName
string

Token display name

useGasless
boolean

Use gasless transaction

fee
string

Transaction fee

feeLevel
string

Fee level

Response

201 - application/json

Token issued successfully

message
string
required

Response message

success
boolean
required

Indicates successful response

status
integer
required

HTTP status code

data
object

Response data