List of AT Protocol relay URLs that the record owner recommends for market discovery. Requesters read this record via autoDiscoverRelayUrls to find relays to query for bidder offerings.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"relays",
"createdAt"
],
"properties": {
"relays": {
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"minLength": 1,
"description": "AT Protocol relay HTTP(S) URLs to use for market participant discovery."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "List of AT Protocol relay URLs that the record owner recommends for market discovery. Requesters read this record via autoDiscoverRelayUrls to find relays to query for bidder offerings."
}