Docs/Public API/Transfers API
Transfers API
Read completed customer-to-customer reward movement when transfers are open.
GET /transfers#
List completed transfers.
curl "https://api.loyfin.com/transfers?limit=25"Filters#
| Field | Type | Required | Meaning |
|---|---|---|---|
from | address | optional | Sender wallet. |
to | address | optional | Recipient wallet. |
token | address | optional | Program contract address. |
issuer | address | optional | Issuer address. Filters transfers to tokens created by that issuer. |
Object#
{
"id": "83",
"chainId": "8453",
"txHash": "0xcccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc",
"logIndex": 1,
"loyaltyAddress": "0x4444444444444444444444444444444444444444",
"operator": "0x2222222222222222222222222222222222222222",
"from": "0x2222222222222222222222222222222222222222",
"to": "0x5555555555555555555555555555555555555555",
"tokenId": "0",
"amount": "100",
"blockNumber": "29189112",
"createdAt": "2026-06-20T10:30:00.000Z"
}