curl -X GET 'https://crypto-api.yativo.com/api/v1/yativo-card/yvc_01HX9KZMB3F7VNQP8R2WDGT4EI/wallet/limits' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"success": true,
"data": {
"currency": "USDCe",
"limits": {
"daily": {"limit": 7999, "used": 0, "remaining": 7999},
"monthly": {},
"per_transaction": {}
}
}
}
Retrieve the current spending limits for the card wallet
curl -X GET 'https://crypto-api.yativo.com/api/v1/yativo-card/yvc_01HX9KZMB3F7VNQP8R2WDGT4EI/wallet/limits' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"success": true,
"data": {
"currency": "USDCe",
"limits": {
"daily": {"limit": 7999, "used": 0, "remaining": 7999},
"monthly": {},
"per_transaction": {}
}
}
}
Documentation Index
Fetch the complete documentation index at: https://docs.yativo.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer YOUR_ACCESS_TOKENcurl -X GET 'https://crypto-api.yativo.com/api/v1/yativo-card/yvc_01HX9KZMB3F7VNQP8R2WDGT4EI/wallet/limits' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"success": true,
"data": {
"currency": "USDCe",
"limits": {
"daily": {"limit": 7999, "used": 0, "remaining": 7999},
"monthly": {},
"per_transaction": {}
}
}
}