curl -X PUT 'https://crypto-api.yativo.com/api/yativo-card/yvc_01HX9KZMB3F7VNQP8R2WDGT4EI/wallet/limits' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"daily_limit": 3000
}'
{
"status": "success",
"message": "Spending limits updated successfully",
"data": {
"yativo_card_id": "yvc_01HX9KZMB3F7VNQP8R2WDGT4EI",
"daily_limit": "3000.00",
"updated_at": "2026-03-26T12:00:00Z"
}
}
Update the daily spending limit for the card wallet
curl -X PUT 'https://crypto-api.yativo.com/api/yativo-card/yvc_01HX9KZMB3F7VNQP8R2WDGT4EI/wallet/limits' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"daily_limit": 3000
}'
{
"status": "success",
"message": "Spending limits updated successfully",
"data": {
"yativo_card_id": "yvc_01HX9KZMB3F7VNQP8R2WDGT4EI",
"daily_limit": "3000.00",
"updated_at": "2026-03-26T12:00:00Z"
}
}
Bearer YOUR_ACCESS_TOKENcurl -X PUT 'https://crypto-api.yativo.com/api/yativo-card/yvc_01HX9KZMB3F7VNQP8R2WDGT4EI/wallet/limits' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"daily_limit": 3000
}'
{
"status": "success",
"message": "Spending limits updated successfully",
"data": {
"yativo_card_id": "yvc_01HX9KZMB3F7VNQP8R2WDGT4EI",
"daily_limit": "3000.00",
"updated_at": "2026-03-26T12:00:00Z"
}
}