List request
Sending multiple transactions in one request
Overview
Request Size
Transaction Ids
Type
Example Code
{
"1": [
{
"name": "McDonald's",
"website": "https://www.mcdonalds.com",
"address": "",
"img": "https://storage.googleapis.com/production-mrs-tm-logos/6273ea24bb09494554c95b90_2x.png",
"logoImg": "https://storage.googleapis.com/production-mrs-tm-logos/6273ea24bb09494554c95b90_2x.png",
"categoryImg": "https://storage.googleapis.com/production-mrs-category-logos/6266950140122693b803c7e0/eatingout_2x.png",
"logoScore": 1,
"category": "Eating Out",
"categories": [
"restaurant"
],
"isClearResponse": false,
"cachePolicy": {
"name": "MRS",
"website": "MRS",
"address": "MRS",
"img": "MRS",
"logoImg": "MRS",
"categoryImg": "MRS",
"logoScore": "MRS",
"category": "MRS",
"categories": "MRS",
"isClearResponse": "MRS"
}
}
],
"2": [
{
"name": "Starbucks",
"website": "https://www.starbucks.com",
"address": "",
"img": "https://storage.googleapis.com/production-mrs-tm-logos/6273e431bb09494554c93079_2x.png",
"logoImg": "https://storage.googleapis.com/production-mrs-tm-logos/6273e431bb09494554c93079_2x.png",
"categoryImg": "https://storage.googleapis.com/production-mrs-category-logos/6266950140122693b803c7e0/eatingout_2x.png",
"logoScore": 1,
"category": "Eating Out",
"categories": [
"cafe"
],
"isClearResponse": false,
"cachePolicy": {
"name": "MRS",
"website": "MRS",
"address": "MRS",
"img": "MRS",
"logoImg": "MRS",
"categoryImg": "MRS",
"logoScore": "MRS",
"category": "MRS",
"categories": "MRS",
"isClearResponse": "MRS"
}
}
],
"3": [
{
"name": "IKEA",
"website": "https://www.ikea.com",
"address": "",
"img": "https://storage.googleapis.com/production-mrs-tm-logos/6273e4c1bb09494554c934c8_2x.png",
"logoImg": "https://storage.googleapis.com/production-mrs-tm-logos/6273e4c1bb09494554c934c8_2x.png",
"categoryImg": "https://storage.googleapis.com/production-mrs-category-logos/6266950140122693b803c7e0/shopping_2x.png",
"logoScore": 1,
"category": "Shopping",
"categories": [
"furniture_store"
],
"isClearResponse": false,
"cachePolicy": {
"name": "MRS",
"website": "MRS",
"address": "MRS",
"img": "MRS",
"logoImg": "MRS",
"categoryImg": "MRS",
"logoScore": "MRS",
"category": "MRS",
"categories": "MRS",
"isClearResponse": "MRS"
}
}
]
}Last updated
Was this helpful?