API Authentication
POST: Create Sub User
Variable Name
Value Type
Optional
Example
Parameter Name
Value
{
"subUserId": "Test_1234"
}curl --location 'http://demo-waas-gateway.futuricblock.com/api/v2/wallet/user/create?api-version=2.0' \
--header 'ApiKey: 4a88c6f1d6d24e46b2b0edd0ad69bac5f' \
--header 'Signature: [Your_Signature]' \
--header 'SubGuid: SUB_00001' \
--data-raw '{
"subUserId": "SUID-32a0fb0e-bdad-4d68-9734-756bdeb24ca9"
}'
Last updated