TaliwareTaliware Developer

Send tokens to an organization member

https://developer.taliware.com/api/v1/cl2c/token

Back to all CL2C endpoints

Complete endpoint URL
posthttps://developer.taliware.com/api/v1/cl2c/token
POST
/cl2c/token
x-api-key<token>

In: header

memberIdstring
amountnumber
Range0 < value
tokenType?string
Default"mainnet"
Value in"mainnet" | "faucet"

Response Body

curl -X POST "https://developer.taliware.com/api/v1/cl2c/token" \  -H "Content-Type: application/json" \  -d '{    "memberId": "string",    "amount": 0  }'
{
  "success": true,
  "transactionHash": "string",
  "tokenType": "mainnet"
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
Send tokens to an organization member