Create Wallet Modifiers
POST
/server/wallet/{wallet_id}/modifiers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.lootlocker.io/server/wallet//modifiers' \
--header 'Content-Type: application/json' \
--header 'x-auth-token;' \
--data-raw '{
"modifiers": [
{
"currency_id": "string",
"factor": "string",
"expires_at": "string"
}
]
}'
Response Response Example
{
"message": "string"
}
Request
Path Params
wallet_id
stringÂ
required
Body Params application/json
Responses
Modified at 2025-04-07 13:56:51