curl -X GET 'https://crypto-api.yativo.com/api/v1/yativo-card/yvc_01HX9KZMB3F7VNQP8R2WDGT4EI/wallet' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"success": true,
"data": {
"wallet_address": "DwPq8k2XbNmJhvRs5TcLu4Ye9AgFp3ZoVi7Bn1KqWMeS",
"wallet_network": "solana",
"funding_method": "auto_bridge",
"currency": "EUR",
"is_deployed": true,
"is_deployed": true,
"balances": {
"available": "47.66",
"on_hold": "0",
"total": "47.66"
},
"spending_limits": {
"daily_limit": 7999,
"daily_used": 0,
"daily_remaining": 7999,
"currency": "USDC"
}
}
}
Yativo Card (Own Account)
Get Card Wallet
Retrieve the card wallet details including balance and funding address
GET
/
v1
/
yativo-card
/
{yativoCardId}
/
wallet
curl -X GET 'https://crypto-api.yativo.com/api/v1/yativo-card/yvc_01HX9KZMB3F7VNQP8R2WDGT4EI/wallet' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"success": true,
"data": {
"wallet_address": "DwPq8k2XbNmJhvRs5TcLu4Ye9AgFp3ZoVi7Bn1KqWMeS",
"wallet_network": "solana",
"funding_method": "auto_bridge",
"currency": "EUR",
"is_deployed": true,
"is_deployed": true,
"balances": {
"available": "47.66",
"on_hold": "0",
"total": "47.66"
},
"spending_limits": {
"daily_limit": 7999,
"daily_used": 0,
"daily_remaining": 7999,
"currency": "USDC"
}
}
}
Bearer token:
Bearer YOUR_ACCESS_TOKENThe Yativo Card account ID.
curl -X GET 'https://crypto-api.yativo.com/api/v1/yativo-card/yvc_01HX9KZMB3F7VNQP8R2WDGT4EI/wallet' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"success": true,
"data": {
"wallet_address": "DwPq8k2XbNmJhvRs5TcLu4Ye9AgFp3ZoVi7Bn1KqWMeS",
"wallet_network": "solana",
"funding_method": "auto_bridge",
"currency": "EUR",
"is_deployed": true,
"is_deployed": true,
"balances": {
"available": "47.66",
"on_hold": "0",
"total": "47.66"
},
"spending_limits": {
"daily_limit": 7999,
"daily_used": 0,
"daily_remaining": 7999,
"currency": "USDC"
}
}
}
⌘I

