curl -X GET 'https://crypto-api.yativo.com/api/v1/card-issuer/deposits?chain=SOL&status=funded' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"success": true,
"data": {
"deposits": [
{
"id": "6627f3a2c5d4e100123abcde",
"tx_hash": "5KtP3MzXYZABCDE1234567890abcdef12345678901234567890abcdef1234567",
"chain": "SOL",
"amount": 500.00,
"token": "USDC",
"funding_status": "funded",
"funding_type": "auto",
"net_amount": 499.00,
"fees": 1.00,
"detected_at": "2026-04-25T10:00:00.000Z",
"funded_at": "2026-04-25T10:06:12.000Z",
"can_fund": false
}
],
"total": 1,
"page": 1,
"limit": 20
}
}
List all inbound deposits to your issuer program — SOL auto-funding and XDC manual deposits
curl -X GET 'https://crypto-api.yativo.com/api/v1/card-issuer/deposits?chain=SOL&status=funded' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"success": true,
"data": {
"deposits": [
{
"id": "6627f3a2c5d4e100123abcde",
"tx_hash": "5KtP3MzXYZABCDE1234567890abcdef12345678901234567890abcdef1234567",
"chain": "SOL",
"amount": 500.00,
"token": "USDC",
"funding_status": "funded",
"funding_type": "auto",
"net_amount": 499.00,
"fees": 1.00,
"detected_at": "2026-04-25T10:00:00.000Z",
"funded_at": "2026-04-25T10:06:12.000Z",
"can_fund": false
}
],
"total": 1,
"page": 1,
"limit": 20
}
}
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_TOKEN1.20, max 100.pending, auto_funding, awaiting_manual, funding, funded, failed.SOL, XDC.curl -X GET 'https://crypto-api.yativo.com/api/v1/card-issuer/deposits?chain=SOL&status=funded' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"success": true,
"data": {
"deposits": [
{
"id": "6627f3a2c5d4e100123abcde",
"tx_hash": "5KtP3MzXYZABCDE1234567890abcdef12345678901234567890abcdef1234567",
"chain": "SOL",
"amount": 500.00,
"token": "USDC",
"funding_status": "funded",
"funding_type": "auto",
"net_amount": 499.00,
"fees": 1.00,
"detected_at": "2026-04-25T10:00:00.000Z",
"funded_at": "2026-04-25T10:06:12.000Z",
"can_fund": false
}
],
"total": 1,
"page": 1,
"limit": 20
}
}