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",
"chain": "SOL",
"amount": 500.00,
"token": "USDC",
"status": "funded",
"tx_hash": "5KtP3Mz...",
"created_at": "2026-04-25T10:00:00.000Z",
"funded_at": "2026-04-25T10:06:12.000Z"
}
],
"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",
"chain": "SOL",
"amount": 500.00,
"token": "USDC",
"status": "funded",
"tx_hash": "5KtP3Mz...",
"created_at": "2026-04-25T10:00:00.000Z",
"funded_at": "2026-04-25T10:06:12.000Z"
}
],
"total": 1,
"page": 1,
"limit": 20
}
}
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",
"chain": "SOL",
"amount": 500.00,
"token": "USDC",
"status": "funded",
"tx_hash": "5KtP3Mz...",
"created_at": "2026-04-25T10:00:00.000Z",
"funded_at": "2026-04-25T10:06:12.000Z"
}
],
"total": 1,
"page": 1,
"limit": 20
}
}