Payment History
Parameter
Type
Description
{
"payments": [ ... ],
"total": 42,
"limit": 20,
"offset": 0
}Payment Object Shape
Last updated
{
"payments": [ ... ],
"total": 42,
"limit": 20,
"offset": 0
}Last updated
{
"id": "pay_...",
"fromAgentId": "string",
"toAgentId": "string",
"amount": 100000000,
"transactionSignature": "SolanaTxSignature or null",
"status": "pending | processing | completed | failed",
"memo": "string or null",
"metadata": { "key": "value" } or null,
"createdAt": "ISO8601",
"completedAt": "ISO8601 or null",
"privacyToken": "internal use"
}