curl -X GET 'https://crypto-api.yativo.com/api/v1/card-issuer/customers/yativo_card_customer_8f9a...abc/transfers' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"success": true,
"data": {
"customer_id": "yativo_card_customer_8f9a...abc_1769031332068",
"transfers": [
{
"transfer_id": "txn_01HX9KZMB3F7VNQP8R2WDGT4E5",
"source_chain": "SOL",
"source_amount": 201.80,
"destination_token": "EUR",
"destination_amount": 200.00,
"status": "completed",
"created_at": "2026-05-06T14:30:00Z",
"completed_at": "2026-05-06T14:33:22Z"
},
{
"transfer_id": "txn_01HX8MNAB2E6UMOP7Q1VCFS3D4",
"source_chain": "SOL",
"source_amount": 51.00,
"destination_token": "EUR",
"destination_amount": 50.00,
"status": "completed",
"created_at": "2026-05-05T09:12:44Z",
"completed_at": "2026-05-05T09:16:01Z"
}
],
"total": 2,
"page": 1,
"limit": 20
}
}
List all funding transfers sent to a specific customer’s card
curl -X GET 'https://crypto-api.yativo.com/api/v1/card-issuer/customers/yativo_card_customer_8f9a...abc/transfers' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"success": true,
"data": {
"customer_id": "yativo_card_customer_8f9a...abc_1769031332068",
"transfers": [
{
"transfer_id": "txn_01HX9KZMB3F7VNQP8R2WDGT4E5",
"source_chain": "SOL",
"source_amount": 201.80,
"destination_token": "EUR",
"destination_amount": 200.00,
"status": "completed",
"created_at": "2026-05-06T14:30:00Z",
"completed_at": "2026-05-06T14:33:22Z"
},
{
"transfer_id": "txn_01HX8MNAB2E6UMOP7Q1VCFS3D4",
"source_chain": "SOL",
"source_amount": 51.00,
"destination_token": "EUR",
"destination_amount": 50.00,
"status": "completed",
"created_at": "2026-05-05T09:12:44Z",
"completed_at": "2026-05-05T09:16:01Z"
}
],
"total": 2,
"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_TOKENyativo_card_id, customer_id, or your own external_id.1.20, max 100.pending, completed, failed, refunded.curl -X GET 'https://crypto-api.yativo.com/api/v1/card-issuer/customers/yativo_card_customer_8f9a...abc/transfers' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"success": true,
"data": {
"customer_id": "yativo_card_customer_8f9a...abc_1769031332068",
"transfers": [
{
"transfer_id": "txn_01HX9KZMB3F7VNQP8R2WDGT4E5",
"source_chain": "SOL",
"source_amount": 201.80,
"destination_token": "EUR",
"destination_amount": 200.00,
"status": "completed",
"created_at": "2026-05-06T14:30:00Z",
"completed_at": "2026-05-06T14:33:22Z"
},
{
"transfer_id": "txn_01HX8MNAB2E6UMOP7Q1VCFS3D4",
"source_chain": "SOL",
"source_amount": 51.00,
"destination_token": "EUR",
"destination_amount": 50.00,
"status": "completed",
"created_at": "2026-05-05T09:12:44Z",
"completed_at": "2026-05-05T09:16:01Z"
}
],
"total": 2,
"page": 1,
"limit": 20
}
}