curl -X PUT 'https://crypto-api.yativo.com/api/v1/yativo-card/customers/yativo_card_customer_8f9a..._1769031332068/wallet/limits' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json' \
-d '{ "dailyLimit": 2500 }'
{
"success": true,
"data": {
"current_limit": null,
"requested_limit": 2500,
"admin_limit": null,
"delay_seconds": 180,
"note": "Limit changes are processed through a delay relay. Refresh after 3 minutes to see the updated limit.",
"gelato_status": "ExecSuccess",
"enqueue_task_id": "0xa1e2123efeb346823ed82bb44a5597d0ee70fcbbbbe52f8660c4e360c5e083ed"
}
}
Update the daily spending limit for a customer’s card via Gelato relay
curl -X PUT 'https://crypto-api.yativo.com/api/v1/yativo-card/customers/yativo_card_customer_8f9a..._1769031332068/wallet/limits' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json' \
-d '{ "dailyLimit": 2500 }'
{
"success": true,
"data": {
"current_limit": null,
"requested_limit": 2500,
"admin_limit": null,
"delay_seconds": 180,
"note": "Limit changes are processed through a delay relay. Refresh after 3 minutes to see the updated limit.",
"gelato_status": "ExecSuccess",
"enqueue_task_id": "0xa1e2123efeb346823ed82bb44a5597d0ee70fcbbbbe52f8660c4e360c5e083ed"
}
}
Bearer YOUR_ACCESS_TOKENyativo_card_id.gelato_status: "ExecSuccess" confirms the transaction was enqueued. Poll GET /wallet/limits after 3 minutes to confirm the updated limit is active.curl -X PUT 'https://crypto-api.yativo.com/api/v1/yativo-card/customers/yativo_card_customer_8f9a..._1769031332068/wallet/limits' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json' \
-d '{ "dailyLimit": 2500 }'
{
"success": true,
"data": {
"current_limit": null,
"requested_limit": 2500,
"admin_limit": null,
"delay_seconds": 180,
"note": "Limit changes are processed through a delay relay. Refresh after 3 minutes to see the updated limit.",
"gelato_status": "ExecSuccess",
"enqueue_task_id": "0xa1e2123efeb346823ed82bb44a5597d0ee70fcbbbbe52f8660c4e360c5e083ed"
}
}