Send tokens to an organization member
https://developer.taliware.com/api/v1/cl2c/token
Complete endpoint URL
post
https://developer.taliware.com/api/v1/cl2c/tokenx-api-key<token>
In: header
memberIdstring
amountnumber
Range
0 < valuetokenType?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"
]
}