Realistic output shape
Illustrative output from the canonical adapter fixture and schema. It is not a completed paid execution or a current live observation.
{
"service_id": "nft_transfer_history",
"evidence_scope": "caller_supplied_data",
"nft_transfer_history": "{\"first_timestamp_ms\":1700000000000,\"last_timestamp_ms\":1700000000000,\"transfer_count\":1,\"transfers\":[{\"from\":\"0x0000000000000000000000000000000000000001\",\"log_index\":0,\"timestamp_ms\":1700000000000,\"to\":\"0x0000000000000000000000000000000000000002\",\"token_id\":\"1\",\"transaction_hash\":\"0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\"}]}",
"warnings": [
"History completeness depends on supplied records."
]
}
View complete output schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"additionalProperties": false,
"minProperties": 4,
"maxProperties": 4,
"required": [
"service_id",
"evidence_scope",
"nft_transfer_history",
"warnings"
],
"properties": {
"service_id": {
"type": "string",
"const": "nft_transfer_history",
"minLength": 20,
"maxLength": 20
},
"evidence_scope": {
"type": "string",
"const": "caller_supplied_data",
"minLength": 20,
"maxLength": 20
},
"nft_transfer_history": {
"type": "string",
"minLength": 1,
"maxLength": 65536
},
"warnings": {
"type": "array",
"minItems": 1,
"maxItems": 8,
"items": {
"type": "string",
"minLength": 1,
"maxLength": 512
}
}
}
}