Skip to content

Instantly share code, notes, and snippets.

@SuperstrongBE
Last active May 5, 2022 15:19
Show Gist options
  • Save SuperstrongBE/2e6e019ccec556d3fa8543782303f75d to your computer and use it in GitHub Desktop.
Save SuperstrongBE/2e6e019ccec556d3fa8543782303f75d to your computer and use it in GitHub Desktop.
Atomic asset postman collection
{
"info": {
"_postman_id": "c2fbc424-ef1f-40db-ac96-00e8ecf26137",
"name": "contracts",
"description": "### EOSIO Contract API\n*Made with ♥️ by [pink.gg](https://pink.gg/)*\n#### Current Chain: wax-testnet\n#### Provided by: [pink.network](https://pink.network)",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "atomicassets/v1",
"item": [
{
"name": "assets",
"item": [
{
"name": "{asset id}",
"item": [
{
"name": "Fetch asset by id",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/assets/:asset_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"assets",
":asset_id"
],
"variable": [
{
"key": "asset_id",
"value": "reprehenderit velit",
"description": "(Required) ID of asset"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/assets/:asset_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"assets",
":asset_id"
],
"variable": [
{
"key": "asset_id",
"value": "reprehenderit velit",
"description": "(Required) ID of asset"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"contract\": \"cillum est ullamco dolore\",\n \"asset_id\": \"aliqua occaecat\",\n \"owner\": \"sunt\",\n \"name\": \"adipisicing incididunt\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"template_mint\": \"consectetur velit tempor magna\",\n \"collection\": {\n \"collection_name\": \"nostrud dolore commodo do\",\n \"name\": \"mollit est do tempor\",\n \"author\": \"consectet\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"ipsum aute laborum esse\",\n \"fugiat ut magna\"\n ],\n \"notify_accounts\": [\n \"dolor eu aliqua in\",\n \"laborum exercitation irure Lorem labore\"\n ],\n \"market_fee\": -11561722.116967082,\n \"created_at_block\": \"aliquip ut\",\n \"created_at_time\": \"ut nisi\"\n },\n \"schema\": {\n \"schema_name\": \"enim nisi aliqua\",\n \"format\": [\n {\n \"name\": \"sed magna amet\",\n \"type\": \"Duis amet quis\"\n },\n {\n \"name\": \"reprehenderit elit pariatur dolor\",\n \"type\": \"Excepteur ea dolor esse\"\n }\n ],\n \"created_at_block\": \"sit mollit \",\n \"created_at_time\": \"magna\"\n },\n \"template\": {\n \"template_id\": \"sed\",\n \"max_supply\": \"consequat\",\n \"issued_supply\": \"sed laboris sit\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"proident incididunt velit\",\n \"created_at_block\": \"in reprehenderit exercitation\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"aliqua occaecat\",\n \"token_symbol\": \"dolor laborum\",\n \"token_precision\": -48401494,\n \"amount\": \"do exercitation\"\n },\n {\n \"token_contract\": \"esse in enim\",\n \"token_symbol\": \"id exercitation aute ea\",\n \"token_precision\": 34235258,\n \"amount\": \"cupidatat ea\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"mollit aute ipsum cillum\",\n \"burned_at_block\": \"pariatur laborum Lorem \",\n \"burned_at_time\": \"id\",\n \"updated_at_block\": \"aute dolore\",\n \"updated_at_time\": \"eu Excepteur laboris\",\n \"transferred_at_block\": \"occaecat consectetur\",\n \"transferred_at_time\": \"Duis mollit in velit\",\n \"minted_at_block\": \"ullamco\",\n \"minted_at_time\": \"consequat et ullamco\"\n },\n \"query_time\": -70669826\n}"
},
{
"name": "Element not found",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/assets/:asset_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"assets",
":asset_id"
],
"variable": [
{
"key": "asset_id",
"value": "reprehenderit velit",
"description": "(Required) ID of asset"
}
]
}
},
"status": "Requested Range Not Satisfiable",
"code": 416,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/assets/:asset_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"assets",
":asset_id"
],
"variable": [
{
"key": "asset_id",
"value": "reprehenderit velit",
"description": "(Required) ID of asset"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Fetch asset stats",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/assets/:asset_id/stats",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"assets",
":asset_id",
"stats"
],
"variable": [
{
"key": "asset_id",
"value": "33850208",
"description": "(Required) ID of asset"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/assets/:asset_id/stats",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"assets",
":asset_id",
"stats"
],
"variable": [
{
"key": "asset_id",
"value": "33850208",
"description": "(Required) ID of asset"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"template_mint\": -66493445\n },\n \"query_time\": 27587522\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/assets/:asset_id/stats",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"assets",
":asset_id",
"stats"
],
"variable": [
{
"key": "asset_id",
"value": "33850208",
"description": "(Required) ID of asset"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Fetch asset logs",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/assets/:asset_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"assets",
":asset_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit",
"description": "Action whitelist"
},
{
"key": "action_blacklist",
"value": "33850208",
"description": "Action blacklist"
}
],
"variable": [
{
"key": "asset_id",
"value": "33850208",
"description": "(Required) ID of asset"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/assets/:asset_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"assets",
":asset_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "asset_id",
"value": "33850208",
"description": "(Required) ID of asset"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"log_id\": \"elit nulla\",\n \"name\": \"ex laboris\",\n \"data\": {},\n \"txid\": \"sed aliqua\",\n \"created_at_block\": \"sint\",\n \"created_at_time\": \"aute consectetur aliqua\"\n },\n {\n \"log_id\": \"sunt aliquip velit\",\n \"name\": \"ex tempor\",\n \"data\": {},\n \"txid\": \"velit anim adipisicing\",\n \"created_at_block\": \"adipisicing\",\n \"created_at_time\": \"pariatur\"\n }\n ],\n \"query_time\": 33232924\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/assets/:asset_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"assets",
":asset_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "asset_id",
"value": "33850208",
"description": "(Required) ID of asset"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "Fetch assets.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/assets?collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&owner=reprehenderit velit&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&only_duplicate_templates=true&has_backed_tokens=true&authorized_account=reprehenderit velit&template_whitelist=reprehenderit velit&template_blacklist=reprehenderit velit&hide_templates_by_accounts=reprehenderit velit&hide_offers=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=asset_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"assets"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "Filter by collection name"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "Filter by schema name"
},
{
"key": "template_id",
"value": "33850208",
"description": "Filter by template id"
},
{
"key": "burned",
"value": "true",
"description": "Filter for burned assets"
},
{
"key": "owner",
"value": "reprehenderit velit",
"description": "Filter by owner"
},
{
"key": "match",
"value": "reprehenderit velit",
"description": "Search for input in asset name on template data"
},
{
"key": "search",
"value": "reprehenderit velit",
"description": "Fuzzy search for input in asset name on template data"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit",
"description": "Search for input in asset name on asset immutable data"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit",
"description": "Search for input in asset name on asset mutable data"
},
{
"key": "is_transferable",
"value": "true",
"description": "Check if asset is transferable"
},
{
"key": "is_burnable",
"value": "true",
"description": "Check if asset is burnable"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "only_duplicate_templates",
"value": "true",
"description": "Show only duplicate assets grouped by template"
},
{
"key": "has_backed_tokens",
"value": "true",
"description": "Show only assets that are backed by a token"
},
{
"key": "authorized_account",
"value": "reprehenderit velit",
"description": "Filter for assets the provided account can edit. "
},
{
"key": "template_whitelist",
"value": "reprehenderit velit",
"description": "Filter for multiple template ids split by \",\""
},
{
"key": "template_blacklist",
"value": "reprehenderit velit",
"description": "Dont include specific template ids split by \",\""
},
{
"key": "hide_templates_by_accounts",
"value": "reprehenderit velit",
"description": "Dont templates that are owned by an account"
},
{
"key": "hide_offers",
"value": "true",
"description": "Hide assets which are used in an offer"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "ids",
"value": "reprehenderit velit",
"description": "seperate multiple ids with \",\""
},
{
"key": "lower_bound",
"value": "reprehenderit velit",
"description": "lower bound of primary key (value included)"
},
{
"key": "upper_bound",
"value": "reprehenderit velit",
"description": "upper bound of primary key (value excluded)"
},
{
"key": "before",
"value": "33850208",
"description": "Only show results before this timestamp in milliseconds (value excluded)"
},
{
"key": "after",
"value": "33850208",
"description": "Only show results after this timestamp in milliseconds (value excluded)"
},
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "sort",
"value": "asset_id",
"description": "Column to sort"
}
]
},
"description": "You can filter the result by specific asset / template data fields.You can add for example &template_data.rarity=common to only receive results which have an attribute \"rarity\" with the value \"common\". You can query specific asset data by using &immutable_data.rarity=common or &mutable_data.rarity=common .If you want to query a non text type you need to specify it explicitly (defaults to text type) like data:bool.foil=true or data:number.id=4 or data:text.rarity=common. Integers which are defined greater than 32 bit (eg 64 bit) in the schema need to be queried as text."
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/assets?collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&owner=reprehenderit velit&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&only_duplicate_templates=true&has_backed_tokens=true&authorized_account=reprehenderit velit&template_whitelist=reprehenderit velit&template_blacklist=reprehenderit velit&hide_templates_by_accounts=reprehenderit velit&hide_offers=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=asset_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"assets"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "owner",
"value": "reprehenderit velit"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "search",
"value": "reprehenderit velit"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit"
},
{
"key": "is_transferable",
"value": "true"
},
{
"key": "is_burnable",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "only_duplicate_templates",
"value": "true"
},
{
"key": "has_backed_tokens",
"value": "true"
},
{
"key": "authorized_account",
"value": "reprehenderit velit"
},
{
"key": "template_whitelist",
"value": "reprehenderit velit"
},
{
"key": "template_blacklist",
"value": "reprehenderit velit"
},
{
"key": "hide_templates_by_accounts",
"value": "reprehenderit velit"
},
{
"key": "hide_offers",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "asset_id"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"contract\": \"Ut in ipsum incididunt\",\n \"asset_id\": \"adipisicing officia Excepteur et\",\n \"owner\": \"Ut cillum laboris\",\n \"name\": \"mollit consectetur cupidatat\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"template_mint\": \"id eiusmod in\",\n \"collection\": {\n \"collection_name\": \"n\",\n \"name\": \"quis cupidatat Lorem\",\n \"author\": \"Ut ad sint ea\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"labore aliquip ven\",\n \"laborum dolore\"\n ],\n \"notify_accounts\": [\n \"elit\",\n \"qui\"\n ],\n \"market_fee\": -44414447.37456761,\n \"created_at_block\": \"dolore anim Lorem aliqua laborum\",\n \"created_at_time\": \"aute\"\n },\n \"schema\": {\n \"schema_name\": \"consequat exercitation\",\n \"format\": [\n {\n \"name\": \"Duis anim laboris qui\",\n \"type\": \"Excepteur ex aliqua\"\n },\n {\n \"name\": \"Lorem cillum sint dolor\",\n \"type\": \"culpa voluptate\"\n }\n ],\n \"created_at_block\": \"Excepteur ut\",\n \"created_at_time\": \"Duis aliqua aute eiusmod\"\n },\n \"template\": {\n \"template_id\": \"aute tempor proident\",\n \"max_supply\": \"veniam Ut id\",\n \"issued_supply\": \"ut elit ea incidi\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"occaecat Excepteur\",\n \"created_at_block\": \"sunt voluptate id\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"sit officia\",\n \"token_symbol\": \"anim ex dolor\",\n \"token_precision\": -33600482,\n \"amount\": \"Excepteur consectetur id voluptate pari\"\n },\n {\n \"token_contract\": \"Duis quis dolore\",\n \"token_symbol\": \"occaecat et consectetur\",\n \"token_precision\": 51140604,\n \"amount\": \"pariatur l\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"eu\",\n \"burned_at_block\": \"anim incididunt ullamco deserunt officia\",\n \"burned_at_time\": \"sed ullamco\",\n \"updated_at_block\": \"eiusmod ullamco dolore re\",\n \"updated_at_time\": \"adipisicing do exercitation\",\n \"transferred_at_block\": \"qui sit\",\n \"transferred_at_time\": \"nostrud occaecat Duis esse\",\n \"minted_at_block\": \"consectetur laborum\",\n \"minted_at_time\": \"mollit sit\"\n },\n {\n \"contract\": \"nostrud sint dese\",\n \"asset_id\": \"mollit consectetur non proident do\",\n \"owner\": \"Duis dolor sunt\",\n \"name\": \"anim minim ex\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"template_mint\": \"ut aliquip cupidatat\",\n \"collection\": {\n \"collection_name\": \"qui\",\n \"name\": \"tempor\",\n \"author\": \"aliqua eni\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"id laboris non adipisicing\",\n \"id enim sed pariatur\"\n ],\n \"notify_accounts\": [\n \"nulla consequat Excepteur dolor\",\n \"cupidatat esse cillum quis sed\"\n ],\n \"market_fee\": -5848272.43218413,\n \"created_at_block\": \"Lorem eu et\",\n \"created_at_time\": \"aute ipsum laborum dolore\"\n },\n \"schema\": {\n \"schema_name\": \"laborum ea\",\n \"format\": [\n {\n \"name\": \"consectetur officia nulla\",\n \"type\": \"Excepteu\"\n },\n {\n \"name\": \"veniam velit ex\",\n \"type\": \"est pariatur nisi ullamco\"\n }\n ],\n \"created_at_block\": \"reprehenderit cillum\",\n \"created_at_time\": \"amet enim occaecat\"\n },\n \"template\": {\n \"template_id\": \"dolore dolor\",\n \"max_supply\": \"labore\",\n \"issued_supply\": \"labore adipisicing laboris sunt\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"sed dolore\",\n \"created_at_block\": \"Ut\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"in aliquip\",\n \"token_symbol\": \"dolor\",\n \"token_precision\": -67874321,\n \"amount\": \"pariatur\"\n },\n {\n \"token_contract\": \"aliquip\",\n \"token_symbol\": \"tempor Ut proident esse\",\n \"token_precision\": -30837797,\n \"amount\": \"laboris\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"irure in\",\n \"burned_at_block\": \"occaecat\",\n \"burned_at_time\": \"labore tempor qui ipsum\",\n \"updated_at_block\": \"eu est pariatur\",\n \"updated_at_time\": \"sunt nulla\",\n \"transferred_at_block\": \"consectetur exercitation Excepteur dolore\",\n \"transferred_at_time\": \"nisi irure dolore nulla enim\",\n \"minted_at_block\": \"officia\",\n \"minted_at_time\": \"nisi eiusmod ad\"\n }\n ],\n \"query_time\": -38952164\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/assets?collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&owner=reprehenderit velit&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&only_duplicate_templates=true&has_backed_tokens=true&authorized_account=reprehenderit velit&template_whitelist=reprehenderit velit&template_blacklist=reprehenderit velit&hide_templates_by_accounts=reprehenderit velit&hide_offers=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=asset_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"assets"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "owner",
"value": "reprehenderit velit"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "search",
"value": "reprehenderit velit"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit"
},
{
"key": "is_transferable",
"value": "true"
},
{
"key": "is_burnable",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "only_duplicate_templates",
"value": "true"
},
{
"key": "has_backed_tokens",
"value": "true"
},
{
"key": "authorized_account",
"value": "reprehenderit velit"
},
{
"key": "template_whitelist",
"value": "reprehenderit velit"
},
{
"key": "template_blacklist",
"value": "reprehenderit velit"
},
{
"key": "hide_templates_by_accounts",
"value": "reprehenderit velit"
},
{
"key": "hide_offers",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "asset_id"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "collections",
"item": [
{
"name": "{collection name}",
"item": [
{
"name": "Find collection by its name",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/collections/:collection_name",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"collections",
":collection_name"
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Name of collection"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/collections/:collection_name",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"collections",
":collection_name"
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Name of collection"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"contract\": \"consequat cillum\",\n \"collection_name\": \"enim exercitation\",\n \"name\": \"eu commodo\",\n \"author\": \"proident mollit quis irure u\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"eiusmod velit proident\",\n \"ut aliqua eiusmod nostrud\"\n ],\n \"notify_accounts\": [\n \"dolor consectetur aute deserunt\",\n \"sunt magna dolore aliqua\"\n ],\n \"market_fee\": -2745713.245494753,\n \"data\": {},\n \"created_at_block\": \"tempor elit consequat labore eiusmod\",\n \"created_at_time\": \"Duis Lorem cillum\"\n },\n \"query_time\": 90365043\n}"
},
{
"name": "Element not found",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/collections/:collection_name",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"collections",
":collection_name"
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Name of collection"
}
]
}
},
"status": "Requested Range Not Satisfiable",
"code": 416,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/collections/:collection_name",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"collections",
":collection_name"
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Name of collection"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Get stats about collection",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/collections/:collection_name/stats",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"collections",
":collection_name",
"stats"
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Name of collection"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/collections/:collection_name/stats",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"collections",
":collection_name",
"stats"
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Name of collection"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"assets\": \"in quis\",\n \"burned\": \"cupidatat consequat laboris mol\",\n \"templates\": \"nisi minim Lorem\",\n \"schemas\": \"et\"\n },\n \"query_time\": 56332820\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/collections/:collection_name/stats",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"collections",
":collection_name",
"stats"
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Name of collection"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Fetch collection logs",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/collections/:collection_name/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"collections",
":collection_name",
"logs"
],
"query": [
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit",
"description": "Action whitelist"
},
{
"key": "action_blacklist",
"value": "33850208",
"description": "Action blacklist"
}
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Name of collection"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/collections/:collection_name/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"collections",
":collection_name",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Name of collection"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"log_id\": \"elit nulla\",\n \"name\": \"ex laboris\",\n \"data\": {},\n \"txid\": \"sed aliqua\",\n \"created_at_block\": \"sint\",\n \"created_at_time\": \"aute consectetur aliqua\"\n },\n {\n \"log_id\": \"sunt aliquip velit\",\n \"name\": \"ex tempor\",\n \"data\": {},\n \"txid\": \"velit anim adipisicing\",\n \"created_at_block\": \"adipisicing\",\n \"created_at_time\": \"pariatur\"\n }\n ],\n \"query_time\": 33232924\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/collections/:collection_name/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"collections",
":collection_name",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Name of collection"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "Fetch collections",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/collections?author=reprehenderit velit&match=reprehenderit velit&authorized_account=reprehenderit velit&notify_account=reprehenderit velit&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"collections"
],
"query": [
{
"key": "author",
"value": "reprehenderit velit",
"description": "Get collections by author"
},
{
"key": "match",
"value": "reprehenderit velit",
"description": "Search for input in collection name"
},
{
"key": "authorized_account",
"value": "reprehenderit velit",
"description": "Filter for collections which the provided account can use to create assets"
},
{
"key": "notify_account",
"value": "reprehenderit velit",
"description": "Filter for collections where the provided account is notified"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "ids",
"value": "reprehenderit velit",
"description": "seperate multiple ids with \",\""
},
{
"key": "lower_bound",
"value": "reprehenderit velit",
"description": "lower bound of primary key (value included)"
},
{
"key": "upper_bound",
"value": "reprehenderit velit",
"description": "upper bound of primary key (value excluded)"
},
{
"key": "before",
"value": "33850208",
"description": "Only show results before this timestamp in milliseconds (value excluded)"
},
{
"key": "after",
"value": "33850208",
"description": "Only show results after this timestamp in milliseconds (value excluded)"
},
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "sort",
"value": "created",
"description": "Column to sort"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/collections?author=reprehenderit velit&match=reprehenderit velit&authorized_account=reprehenderit velit&notify_account=reprehenderit velit&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"collections"
],
"query": [
{
"key": "author",
"value": "reprehenderit velit"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "authorized_account",
"value": "reprehenderit velit"
},
{
"key": "notify_account",
"value": "reprehenderit velit"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"contract\": \"reprehenderit Duis sit\",\n \"collection_name\": \"tempor labo\",\n \"name\": \"velit Lorem adipisicing\",\n \"author\": \"exercitation ea amet cupidatat\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"veniam ut laborum qui sint\",\n \"tempor nulla amet ut\"\n ],\n \"notify_accounts\": [\n \"magna est\",\n \"est sed nostrud laboris\"\n ],\n \"market_fee\": -17137334.747586623,\n \"data\": {},\n \"created_at_block\": \"commodo ipsum veniam minim adipisicing\",\n \"created_at_time\": \"sit esse\"\n },\n {\n \"contract\": \"cillum minim\",\n \"collection_name\": \"adipisicing in nisi\",\n \"name\": \"aute adipisicing sed labor\",\n \"author\": \"culpa\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"enim laborum u\",\n \"tempor id\"\n ],\n \"notify_accounts\": [\n \"culpa\",\n \"ullamco cupidatat Ut aliquip sed\"\n ],\n \"market_fee\": -92578949.52255042,\n \"data\": {},\n \"created_at_block\": \"sit Duis eiusmod Lorem\",\n \"created_at_time\": \"pariatur aliqua\"\n }\n ],\n \"query_time\": 26249682\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/collections?author=reprehenderit velit&match=reprehenderit velit&authorized_account=reprehenderit velit&notify_account=reprehenderit velit&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"collections"
],
"query": [
{
"key": "author",
"value": "reprehenderit velit"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "authorized_account",
"value": "reprehenderit velit"
},
{
"key": "notify_account",
"value": "reprehenderit velit"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "schemas",
"item": [
{
"name": "{collection name}/{schema name}",
"item": [
{
"name": "Find schema by schema_name",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/schemas/:collection_name/:schema_name",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"schemas",
":collection_name",
":schema_name"
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Collection name of schema"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "(Required) Name of schema"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/schemas/:collection_name/:schema_name",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"schemas",
":collection_name",
":schema_name"
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Collection name of schema"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "(Required) Name of schema"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"contract\": \"culpa ad in\",\n \"schema_name\": \"cupidatat dolore amet\",\n \"format\": [\n {\n \"name\": \"exercitation ullamco nisi minim\",\n \"type\": \"ex exercitation mollit enim do\"\n },\n {\n \"name\": \"in ullamco ut Duis\",\n \"type\": \"aliqua culpa nulla amet consequat\"\n }\n ],\n \"created_at_block\": \"enim deserun\",\n \"created_at_time\": \"sint in nostrud\",\n \"collection\": {\n \"collection_name\": \"Excepteur in\",\n \"name\": \"ullamco id\",\n \"author\": \"adipisicing id irure\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"aliquip Duis\",\n \"eu commodo nisi\"\n ],\n \"notify_accounts\": [\n \"amet sunt\",\n \"officia conse\"\n ],\n \"market_fee\": 70098112.31879741,\n \"created_at_block\": \"pariatur\",\n \"created_at_time\": \"Excepteur Lorem nisi ex\"\n }\n },\n \"query_time\": -26135489\n}"
},
{
"name": "Element not found",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/schemas/:collection_name/:schema_name",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"schemas",
":collection_name",
":schema_name"
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Collection name of schema"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "(Required) Name of schema"
}
]
}
},
"status": "Requested Range Not Satisfiable",
"code": 416,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/schemas/:collection_name/:schema_name",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"schemas",
":collection_name",
":schema_name"
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Collection name of schema"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "(Required) Name of schema"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Get stats about a specific schema",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/schemas/:collection_name/:schema_name/stats",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"schemas",
":collection_name",
":schema_name",
"stats"
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Collection name of schema"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "(Required) Name of schema"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/schemas/:collection_name/:schema_name/stats",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"schemas",
":collection_name",
":schema_name",
"stats"
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Collection name of schema"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "(Required) Name of schema"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"assets\": \"nulla veniam occaecat\",\n \"burned\": \"sed officia tempor ut\",\n \"templates\": \"qui mollit\"\n },\n \"query_time\": 26896775\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/schemas/:collection_name/:schema_name/stats",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"schemas",
":collection_name",
":schema_name",
"stats"
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Collection name of schema"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "(Required) Name of schema"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Fetch schema logs",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/schemas/:collection_name/:schema_name/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"schemas",
":collection_name",
":schema_name",
"logs"
],
"query": [
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit",
"description": "Action whitelist"
},
{
"key": "action_blacklist",
"value": "33850208",
"description": "Action blacklist"
}
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Collection name of schema"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "(Required) Name of schema"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/schemas/:collection_name/:schema_name/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"schemas",
":collection_name",
":schema_name",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Collection name of schema"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "(Required) Name of schema"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"log_id\": \"elit nulla\",\n \"name\": \"ex laboris\",\n \"data\": {},\n \"txid\": \"sed aliqua\",\n \"created_at_block\": \"sint\",\n \"created_at_time\": \"aute consectetur aliqua\"\n },\n {\n \"log_id\": \"sunt aliquip velit\",\n \"name\": \"ex tempor\",\n \"data\": {},\n \"txid\": \"velit anim adipisicing\",\n \"created_at_block\": \"adipisicing\",\n \"created_at_time\": \"pariatur\"\n }\n ],\n \"query_time\": 33232924\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/schemas/:collection_name/:schema_name/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"schemas",
":collection_name",
":schema_name",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Collection name of schema"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "(Required) Name of schema"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "Fetch schemas",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/schemas?collection_name=reprehenderit velit&authorized_account=reprehenderit velit&schema_name=reprehenderit velit&match=reprehenderit velit&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"schemas"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "Get all schemas within the collection"
},
{
"key": "authorized_account",
"value": "reprehenderit velit",
"description": "Filter for schemas the provided account can edit"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "Schema name"
},
{
"key": "match",
"value": "reprehenderit velit",
"description": "Search for input in schema name"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "ids",
"value": "reprehenderit velit",
"description": "seperate multiple ids with \",\""
},
{
"key": "lower_bound",
"value": "reprehenderit velit",
"description": "lower bound of primary key (value included)"
},
{
"key": "upper_bound",
"value": "reprehenderit velit",
"description": "upper bound of primary key (value excluded)"
},
{
"key": "before",
"value": "33850208",
"description": "Only show results before this timestamp in milliseconds (value excluded)"
},
{
"key": "after",
"value": "33850208",
"description": "Only show results after this timestamp in milliseconds (value excluded)"
},
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "sort",
"value": "created",
"description": "Column to sort"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/schemas?collection_name=reprehenderit velit&authorized_account=reprehenderit velit&schema_name=reprehenderit velit&match=reprehenderit velit&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"schemas"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "authorized_account",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"contract\": \"u\",\n \"schema_name\": \"laboris ad sint\",\n \"format\": [\n {\n \"name\": \"et exercitation\",\n \"type\": \"fugiat\"\n },\n {\n \"name\": \"eu voluptate sunt nisi\",\n \"type\": \"id\"\n }\n ],\n \"created_at_block\": \"proident sunt et i\",\n \"created_at_time\": \"irure commodo\",\n \"collection\": {\n \"collection_name\": \"occaecat\",\n \"name\": \"in\",\n \"author\": \"incididunt\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"laborum in qui\",\n \"elit consequat ad\"\n ],\n \"notify_accounts\": [\n \"cillum\",\n \"tempor non anim\"\n ],\n \"market_fee\": -40715665.79078087,\n \"created_at_block\": \"commodo Lorem anim pariatur\",\n \"created_at_time\": \"commodo\"\n }\n },\n {\n \"contract\": \"mollit dolor adipisicing ull\",\n \"schema_name\": \"e\",\n \"format\": [\n {\n \"name\": \"ex\",\n \"type\": \"nulla sint tempor\"\n },\n {\n \"name\": \"est incididunt\",\n \"type\": \"in ani\"\n }\n ],\n \"created_at_block\": \"amet sit Duis\",\n \"created_at_time\": \"ad\",\n \"collection\": {\n \"collection_name\": \"do Duis amet in\",\n \"name\": \"pari\",\n \"author\": \"ut dolore ad exercitation\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"moll\",\n \"magna quis proident sunt\"\n ],\n \"notify_accounts\": [\n \"nisi Excepteur voluptate enim\",\n \"culpa aute cons\"\n ],\n \"market_fee\": -70148139.3832196,\n \"created_at_block\": \"deserunt ullamco a\",\n \"created_at_time\": \"adipisicing sit\"\n }\n }\n ],\n \"query_time\": -32207134\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/schemas?collection_name=reprehenderit velit&authorized_account=reprehenderit velit&schema_name=reprehenderit velit&match=reprehenderit velit&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"schemas"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "authorized_account",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "templates",
"item": [
{
"name": "{collection name}/{template id}",
"item": [
{
"name": "Find template by id",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/templates/:collection_name/:template_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"templates",
":collection_name",
":template_id"
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Name of collection"
},
{
"key": "template_id",
"value": "33850208",
"description": "(Required) ID of template"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/templates/:collection_name/:template_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"templates",
":collection_name",
":template_id"
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Name of collection"
},
{
"key": "template_id",
"value": "33850208",
"description": "(Required) ID of template"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"contract\": \"dolore dolore\",\n \"template_id\": \"ut exercitation dolore est\",\n \"max_supply\": \"in ex elit qui\",\n \"issued_supply\": \"id Excepteur pariatur\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"incididunt consectetur minim proident ex\",\n \"created_at_block\": \"et ut irure nostrud ipsum\",\n \"scheme\": {\n \"schema_name\": \"eu ut quis velit ipsum\",\n \"format\": [\n {\n \"name\": \"exercitation irure laborum\",\n \"type\": \"dolore aliquip sed\"\n },\n {\n \"name\": \"culpa\",\n \"type\": \"nostrud Ut cillum proident\"\n }\n ],\n \"created_at_block\": \"culpa in aute\",\n \"created_at_time\": \"proident quis\"\n },\n \"collection\": {\n \"collection_name\": \"ven\",\n \"name\": \"ut nulla\",\n \"author\": \"et ea\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"laboris Lorem \",\n \"ad\"\n ],\n \"notify_accounts\": [\n \"non sint cillum ea\",\n \"dolor est adipisicing\"\n ],\n \"market_fee\": 47882251.38604352,\n \"created_at_block\": \"consectetur laborum in Ut sint\",\n \"created_at_time\": \"voluptate elit\"\n }\n },\n \"query_time\": -63463908\n}"
},
{
"name": "Element not found",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/templates/:collection_name/:template_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"templates",
":collection_name",
":template_id"
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Name of collection"
},
{
"key": "template_id",
"value": "33850208",
"description": "(Required) ID of template"
}
]
}
},
"status": "Requested Range Not Satisfiable",
"code": 416,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/templates/:collection_name/:template_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"templates",
":collection_name",
":template_id"
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Name of collection"
},
{
"key": "template_id",
"value": "33850208",
"description": "(Required) ID of template"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Get stats about a specific template",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/templates/:collection_name/:template_id/stats",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"templates",
":collection_name",
":template_id",
"stats"
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Name of collection"
},
{
"key": "template_id",
"value": "33850208",
"description": "(Required) ID of template"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/templates/:collection_name/:template_id/stats",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"templates",
":collection_name",
":template_id",
"stats"
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Name of collection"
},
{
"key": "template_id",
"value": "33850208",
"description": "(Required) ID of template"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"assets\": \"dolore ut in tempor\",\n \"burned\": \"ut commodo\"\n },\n \"query_time\": -34752632\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/templates/:collection_name/:template_id/stats",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"templates",
":collection_name",
":template_id",
"stats"
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Name of collection"
},
{
"key": "template_id",
"value": "33850208",
"description": "(Required) ID of template"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Fetch template logs",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/templates/:collection_name/:template_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"templates",
":collection_name",
":template_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit",
"description": "Action whitelist"
},
{
"key": "action_blacklist",
"value": "33850208",
"description": "Action blacklist"
}
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Name of collection"
},
{
"key": "template_id",
"value": "33850208",
"description": "(Required) ID of template"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/templates/:collection_name/:template_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"templates",
":collection_name",
":template_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Name of collection"
},
{
"key": "template_id",
"value": "33850208",
"description": "(Required) ID of template"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"log_id\": \"elit nulla\",\n \"name\": \"ex laboris\",\n \"data\": {},\n \"txid\": \"sed aliqua\",\n \"created_at_block\": \"sint\",\n \"created_at_time\": \"aute consectetur aliqua\"\n },\n {\n \"log_id\": \"sunt aliquip velit\",\n \"name\": \"ex tempor\",\n \"data\": {},\n \"txid\": \"velit anim adipisicing\",\n \"created_at_block\": \"adipisicing\",\n \"created_at_time\": \"pariatur\"\n }\n ],\n \"query_time\": 33232924\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/templates/:collection_name/:template_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"templates",
":collection_name",
":template_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Name of collection"
},
{
"key": "template_id",
"value": "33850208",
"description": "(Required) ID of template"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "Fetch templates.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/templates?collection_name=reprehenderit velit&schema_name=reprehenderit velit&issued_supply=-3758446.4817184955&min_issued_supply=-3758446.4817184955&max_issued_supply=-3758446.4817184955&has_assets=true&max_supply=-3758446.4817184955&is_burnable=true&is_transferable=true&authorized_account=reprehenderit velit&match=reprehenderit velit&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"templates"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "Get all templates within the collection"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "Get all templates which implement that schema"
},
{
"key": "issued_supply",
"value": "-3758446.4817184955",
"description": "Filter by issued supply"
},
{
"key": "min_issued_supply",
"value": "-3758446.4817184955",
"description": "Filter by issued supply"
},
{
"key": "max_issued_supply",
"value": "-3758446.4817184955",
"description": "Filter by issued supply"
},
{
"key": "has_assets",
"value": "true",
"description": "Only show templates with existing supply > 0"
},
{
"key": "max_supply",
"value": "-3758446.4817184955",
"description": "Filter by max supply"
},
{
"key": "is_burnable",
"value": "true",
"description": "Filter by burnable"
},
{
"key": "is_transferable",
"value": "true",
"description": "Filter by transferable"
},
{
"key": "authorized_account",
"value": "reprehenderit velit",
"description": "Filter for templates the provided account can use"
},
{
"key": "match",
"value": "reprehenderit velit",
"description": "Search for template id or"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "ids",
"value": "reprehenderit velit",
"description": "seperate multiple ids with \",\""
},
{
"key": "lower_bound",
"value": "reprehenderit velit",
"description": "lower bound of primary key (value included)"
},
{
"key": "upper_bound",
"value": "reprehenderit velit",
"description": "upper bound of primary key (value excluded)"
},
{
"key": "before",
"value": "33850208",
"description": "Only show results before this timestamp in milliseconds (value excluded)"
},
{
"key": "after",
"value": "33850208",
"description": "Only show results after this timestamp in milliseconds (value excluded)"
},
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "sort",
"value": "created",
"description": "Column to sort"
}
]
},
"description": "You can filter the result by specific asset / template data fields.You can add for example &template_data.rarity=common to only receive results which have an attribute \"rarity\" with the value \"common\". You can query specific asset data by using &immutable_data.rarity=common or &mutable_data.rarity=common .If you want to query a non text type you need to specify it explicitly (defaults to text type) like data:bool.foil=true or data:number.id=4 or data:text.rarity=common. Integers which are defined greater than 32 bit (eg 64 bit) in the schema need to be queried as text."
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/templates?collection_name=reprehenderit velit&schema_name=reprehenderit velit&issued_supply=-3758446.4817184955&min_issued_supply=-3758446.4817184955&max_issued_supply=-3758446.4817184955&has_assets=true&max_supply=-3758446.4817184955&is_burnable=true&is_transferable=true&authorized_account=reprehenderit velit&match=reprehenderit velit&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"templates"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "issued_supply",
"value": "-3758446.4817184955"
},
{
"key": "min_issued_supply",
"value": "-3758446.4817184955"
},
{
"key": "max_issued_supply",
"value": "-3758446.4817184955"
},
{
"key": "has_assets",
"value": "true"
},
{
"key": "max_supply",
"value": "-3758446.4817184955"
},
{
"key": "is_burnable",
"value": "true"
},
{
"key": "is_transferable",
"value": "true"
},
{
"key": "authorized_account",
"value": "reprehenderit velit"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"contract\": \"cillum ullamco laboris\",\n \"template_id\": \"enim irure quis ea\",\n \"max_supply\": \"enim laboris dolore incididunt\",\n \"issued_supply\": \"ullamco et irure\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"esse occaecat pariatur\",\n \"created_at_block\": \"magna aliqua\",\n \"scheme\": {\n \"schema_name\": \"Duis Ut exercitation\",\n \"format\": [\n {\n \"name\": \"irure id sunt d\",\n \"type\": \"labore\"\n },\n {\n \"name\": \"ut\",\n \"type\": \"labore nulla ea sit\"\n }\n ],\n \"created_at_block\": \"deserunt velit esse\",\n \"created_at_time\": \"labore commodo ex aliquip\"\n },\n \"collection\": {\n \"collection_name\": \"laborum\",\n \"name\": \"al\",\n \"author\": \"reprehend\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"Excepteur ullamco sed et\",\n \"anim cillum sed fugiat\"\n ],\n \"notify_accounts\": [\n \"aliqua laboris in ad\",\n \"laboris deserunt Ut\"\n ],\n \"market_fee\": 3591537.6217710525,\n \"created_at_block\": \"laboris Excepteur nostrud \",\n \"created_at_time\": \"Ut\"\n }\n },\n {\n \"contract\": \"consectetur amet voluptate\",\n \"template_id\": \"voluptate n\",\n \"max_supply\": \"enim adipisic\",\n \"issued_supply\": \"do nostrud labore\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"ea quis Ut fugiat\",\n \"created_at_block\": \"Excepteur labore incididunt\",\n \"scheme\": {\n \"schema_name\": \"commodo aute cillum\",\n \"format\": [\n {\n \"name\": \"nulla irure qui consectetur\",\n \"type\": \"reprehenderit in dolore nostrud\"\n },\n {\n \"name\": \"ut Duis consectetur incidid\",\n \"type\": \"eiusmod cillum\"\n }\n ],\n \"created_at_block\": \"adipisicing\",\n \"created_at_time\": \"ex\"\n },\n \"collection\": {\n \"collection_name\": \"ut aute cillum officia\",\n \"name\": \"dolore est aliquip sint\",\n \"author\": \"voluptate nisi eu Ex\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"minim ullamco eiusmod quis\",\n \"pariatur aliqua occaecat\"\n ],\n \"notify_accounts\": [\n \"aliquip\",\n \"deserunt consequat eu cupidatat\"\n ],\n \"market_fee\": -72095292.26171316,\n \"created_at_block\": \"ipsum con\",\n \"created_at_time\": \"ad aliquip\"\n }\n }\n ],\n \"query_time\": 56536978\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/templates?collection_name=reprehenderit velit&schema_name=reprehenderit velit&issued_supply=-3758446.4817184955&min_issued_supply=-3758446.4817184955&max_issued_supply=-3758446.4817184955&has_assets=true&max_supply=-3758446.4817184955&is_burnable=true&is_transferable=true&authorized_account=reprehenderit velit&match=reprehenderit velit&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"templates"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "issued_supply",
"value": "-3758446.4817184955"
},
{
"key": "min_issued_supply",
"value": "-3758446.4817184955"
},
{
"key": "max_issued_supply",
"value": "-3758446.4817184955"
},
{
"key": "has_assets",
"value": "true"
},
{
"key": "max_supply",
"value": "-3758446.4817184955"
},
{
"key": "is_burnable",
"value": "true"
},
{
"key": "is_transferable",
"value": "true"
},
{
"key": "authorized_account",
"value": "reprehenderit velit"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "offers",
"item": [
{
"name": "{offer id}",
"item": [
{
"name": "Find offer by id",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/offers/:offer_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"offers",
":offer_id"
],
"variable": [
{
"key": "offer_id",
"value": "33850208",
"description": "(Required) ID of offer"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/offers/:offer_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"offers",
":offer_id"
],
"variable": [
{
"key": "offer_id",
"value": "33850208",
"description": "(Required) ID of offer"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"contract\": \"voluptate est\",\n \"offer_id\": \"sunt qui\",\n \"sender_name\": \"Duis commodo reprehenderit\",\n \"recipient_name\": \"qui magna minim ut\",\n \"memo\": \"cil\",\n \"state\": -99785729,\n \"is_sender_contract\": true,\n \"is_recipient_contract\": false,\n \"sender_assets\": [\n {\n \"contract\": \"aliqua ipsum\",\n \"asset_id\": \"non adipisicing dolore\",\n \"owner\": \"fugia\",\n \"name\": \"dolor\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"template_mint\": \"consectetur eiusmod aliquip labore\",\n \"collection\": {\n \"collection_name\": \"fugiat ipsum\",\n \"name\": \"ut occaecat Duis\",\n \"author\": \"in\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"veniam cillum\",\n \"id minim\"\n ],\n \"notify_accounts\": [\n \"anim ullamco voluptate\",\n \"enim aliqua proident\"\n ],\n \"market_fee\": -75254772.47392854,\n \"created_at_block\": \"nulla labore in\",\n \"created_at_time\": \"sunt do ipsum\"\n },\n \"schema\": {\n \"schema_name\": \"in adipisi\",\n \"format\": [\n {\n \"name\": \"veniam eiusmod id\",\n \"type\": \"dolor magna est nostrud\"\n },\n {\n \"name\": \"adipisicing ut culpa sed\",\n \"type\": \"non Ut aliquip\"\n }\n ],\n \"created_at_block\": \"cillum null\",\n \"created_at_time\": \"in commodo in\"\n },\n \"template\": {\n \"template_id\": \"labore sunt Ut amet\",\n \"max_supply\": \"id fugiat\",\n \"issued_supply\": \"ad in\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"magna enim officia\",\n \"created_at_block\": \"eiusmod sit mollit\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"magna consectetur\",\n \"token_symbol\": \"occaecat in esse dolore\",\n \"token_precision\": 86719996,\n \"amount\": \"fugiat in ea\"\n },\n {\n \"token_contract\": \"dolore eiusmod laboris\",\n \"token_symbol\": \"do laboris ullamco ut i\",\n \"token_precision\": -57707877,\n \"amount\": \"magna consequat fugiat aliqua\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"anim non adipisicing\",\n \"burned_at_block\": \"consectetur quis veniam\",\n \"burned_at_time\": \"do dolor ea eiusmod nulla\",\n \"updated_at_block\": \"pariatur veniam aliqua Ut\",\n \"updated_at_time\": \"ea mollit ad\",\n \"transferred_at_block\": \"commodo tempor mollit\",\n \"transferred_at_time\": \"labore sit\",\n \"minted_at_block\": \"irure\",\n \"minted_at_time\": \"cupidatat commodo\"\n },\n {\n \"contract\": \"Lor\",\n \"asset_id\": \"sit reprehenderit\",\n \"owner\": \"proident amet aliqua sed\",\n \"name\": \"sed cillum\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"template_mint\": \"do sunt\",\n \"collection\": {\n \"collection_name\": \"ut veniam fugiat laboris\",\n \"name\": \"pariatur e\",\n \"author\": \"id non dolore\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"laborum Ut\",\n \"aliqua aliquip est l\"\n ],\n \"notify_accounts\": [\n \"ipsum sunt dolore enim\",\n \"pariatur adipisicing sit\"\n ],\n \"market_fee\": 72897270.22936442,\n \"created_at_block\": \"occaecat adipisicing\",\n \"created_at_time\": \"quis ut\"\n },\n \"schema\": {\n \"schema_name\": \"exercitation quis\",\n \"format\": [\n {\n \"name\": \"nisi\",\n \"type\": \"magna\"\n },\n {\n \"name\": \"in consequat magna irure ad\",\n \"type\": \"do nostrud commodo consectetur\"\n }\n ],\n \"created_at_block\": \"sit\",\n \"created_at_time\": \"cillum Excepteur nostrud eu\"\n },\n \"template\": {\n \"template_id\": \"labore\",\n \"max_supply\": \"consequat\",\n \"issued_supply\": \"est Excepteur elit consectetur\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"cupidatat voluptate Ut\",\n \"created_at_block\": \"Duis aute reprehenderit\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"non cupidatat laborum\",\n \"token_symbol\": \"occaecat eu dolor culpa\",\n \"token_precision\": 74860274,\n \"amount\": \"mollit adipisi\"\n },\n {\n \"token_contract\": \"nisi\",\n \"token_symbol\": \"esse\",\n \"token_precision\": -12502874,\n \"amount\": \"ipsum ullamco\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"id Duis tempor\",\n \"burned_at_block\": \"proident quis\",\n \"burned_at_time\": \"ipsum Duis dolor commodo Excepteur\",\n \"updated_at_block\": \"voluptate\",\n \"updated_at_time\": \"in velit\",\n \"transferred_at_block\": \"ad\",\n \"transferred_at_time\": \"minim dolor esse dolore pariatur\",\n \"minted_at_block\": \"mollit anim\",\n \"minted_at_time\": \"non ut\"\n }\n ],\n \"recipient_assets\": [\n {\n \"contract\": \"anim sed et ut amet\",\n \"asset_id\": \"Lorem\",\n \"owner\": \"enim sint laborum fugiat incididunt\",\n \"name\": \"in \",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"template_mint\": \"ullamco ipsum culpa\",\n \"collection\": {\n \"collection_name\": \"sunt do minim\",\n \"name\": \"qui consequat do labore\",\n \"author\": \"dolor sint fugiat velit est\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"deserunt ipsum aliqua\",\n \"anim labore\"\n ],\n \"notify_accounts\": [\n \"ullamco magna\",\n \"eiusmod dolor officia sint dolore\"\n ],\n \"market_fee\": -20042777.416926906,\n \"created_at_block\": \"fugiat sed dolore dolore\",\n \"created_at_time\": \"aliquip consect\"\n },\n \"schema\": {\n \"schema_name\": \"deserunt nostrud proident\",\n \"format\": [\n {\n \"name\": \"in dolor\",\n \"type\": \"ad nisi exercitation consectetur\"\n },\n {\n \"name\": \"nostrud dolor exercitation in\",\n \"type\": \"nisi sint consequat nostrud\"\n }\n ],\n \"created_at_block\": \"irure occaecat deserunt commodo\",\n \"created_at_time\": \"aliqua pariatur nulla ut\"\n },\n \"template\": {\n \"template_id\": \"labore Excepteur\",\n \"max_supply\": \"labore id mollit\",\n \"issued_supply\": \"voluptate eu aliqua ullamco sit\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"veniam cillum elit\",\n \"created_at_block\": \"voluptate est adipisicing eiusmod reprehenderit\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"incididunt dolor occaecat esse\",\n \"token_symbol\": \"et enim Duis\",\n \"token_precision\": 76619355,\n \"amount\": \"veniam Duis\"\n },\n {\n \"token_contract\": \"do cupidatat\",\n \"token_symbol\": \"laboris enim commodo\",\n \"token_precision\": 33047069,\n \"amount\": \"ad quis deserunt\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"in\",\n \"burned_at_block\": \"nostrud quis\",\n \"burned_at_time\": \"dolor dolor aute\",\n \"updated_at_block\": \"nulla dolor fugiat commodo\",\n \"updated_at_time\": \"mollit veniam enim\",\n \"transferred_at_block\": \"do qui ullamco velit laborum\",\n \"transferred_at_time\": \"occaecat\",\n \"minted_at_block\": \"commodo consectetur laboris\",\n \"minted_at_time\": \"in fugiat ut\"\n },\n {\n \"contract\": \"ipsum deserunt dolore fugiat\",\n \"asset_id\": \"Duis\",\n \"owner\": \"dolore do non reprehenderit\",\n \"name\": \"laboris tempor\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"template_mint\": \"do\",\n \"collection\": {\n \"collection_name\": \"cillum dolor aute velit\",\n \"name\": \"adipisicing culpa sint\",\n \"author\": \"fugiat ad nulla\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"id in\",\n \"labore qui ut Duis laborum\"\n ],\n \"notify_accounts\": [\n \"in quis aute\",\n \"aute ea\"\n ],\n \"market_fee\": 43485524.926550835,\n \"created_at_block\": \"velit et reprehenderit anim enim\",\n \"created_at_time\": \"laboris pariatur esse in eiusmod\"\n },\n \"schema\": {\n \"schema_name\": \"culpa sit deserunt\",\n \"format\": [\n {\n \"name\": \"non exercitation enim nulla\",\n \"type\": \"sed elit\"\n },\n {\n \"name\": \"occaecat aliqua est\",\n \"type\": \"Duis consectetur eu\"\n }\n ],\n \"created_at_block\": \"esse aute\",\n \"created_at_time\": \"Excepteur deserunt\"\n },\n \"template\": {\n \"template_id\": \"Lorem ex commodo\",\n \"max_supply\": \"mollit minim sed\",\n \"issued_supply\": \"sint ullamco tempor quis\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"Duis eiusmod aliquip\",\n \"created_at_block\": \"nulla eu\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"esse exercitation sed adipisicing\",\n \"token_symbol\": \"mollit laborum U\",\n \"token_precision\": 63564214,\n \"amount\": \"veniam consequat\"\n },\n {\n \"token_contract\": \"est consequat\",\n \"token_symbol\": \"ut\",\n \"token_precision\": 65322351,\n \"amount\": \"esse occaecat ame\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"dolore ullamco ut\",\n \"burned_at_block\": \"sunt\",\n \"burned_at_time\": \"aute Lorem amet officia\",\n \"updated_at_block\": \"culpa ut ex dolor\",\n \"updated_at_time\": \"mollit Excepteur culpa\",\n \"transferred_at_block\": \"enim nisi aute ullamco\",\n \"transferred_at_time\": \"proident irure in\",\n \"minted_at_block\": \"velit quis exercitation commodo\",\n \"minted_at_time\": \"qui cupidatat do esse proident\"\n }\n ],\n \"updated_at_block\": \"nulla do\",\n \"updated_at_time\": \"in\",\n \"created_at_block\": \"in nisi qui minim\",\n \"created_at_time\": \"laboris\"\n },\n \"query_time\": 27626515\n}"
},
{
"name": "Element not found",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/offers/:offer_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"offers",
":offer_id"
],
"variable": [
{
"key": "offer_id",
"value": "33850208",
"description": "(Required) ID of offer"
}
]
}
},
"status": "Requested Range Not Satisfiable",
"code": 416,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/offers/:offer_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"offers",
":offer_id"
],
"variable": [
{
"key": "offer_id",
"value": "33850208",
"description": "(Required) ID of offer"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Fetch offer logs",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/offers/:offer_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"offers",
":offer_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit",
"description": "Action whitelist"
},
{
"key": "action_blacklist",
"value": "33850208",
"description": "Action blacklist"
}
],
"variable": [
{
"key": "offer_id",
"value": "33850208",
"description": "(Required) ID of offer"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/offers/:offer_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"offers",
":offer_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "offer_id",
"value": "33850208",
"description": "(Required) ID of offer"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"log_id\": \"elit nulla\",\n \"name\": \"ex laboris\",\n \"data\": {},\n \"txid\": \"sed aliqua\",\n \"created_at_block\": \"sint\",\n \"created_at_time\": \"aute consectetur aliqua\"\n },\n {\n \"log_id\": \"sunt aliquip velit\",\n \"name\": \"ex tempor\",\n \"data\": {},\n \"txid\": \"velit anim adipisicing\",\n \"created_at_block\": \"adipisicing\",\n \"created_at_time\": \"pariatur\"\n }\n ],\n \"query_time\": 33232924\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/offers/:offer_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"offers",
":offer_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "offer_id",
"value": "33850208",
"description": "(Required) ID of offer"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "Fetch offers",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/offers?account=reprehenderit velit&sender=reprehenderit velit&recipient=reprehenderit velit&memo=reprehenderit velit&match_memo=reprehenderit velit&state=reprehenderit velit&is_recipient_contract=true&asset_id=reprehenderit velit&template_id=reprehenderit velit&schema_name=reprehenderit velit&collection_name=reprehenderit velit&account_whitelist=reprehenderit velit&account_blacklist=reprehenderit velit&sender_asset_whitelist=reprehenderit velit&sender_asset_blacklist=reprehenderit velit&recipient_asset_whitelist=reprehenderit velit&recipient_asset_blacklist=reprehenderit velit&hide_contracts=true&hide_empty_offers=true&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"offers"
],
"query": [
{
"key": "account",
"value": "reprehenderit velit",
"description": "Notified account (can be sender or recipient) - separate multiple with \",\""
},
{
"key": "sender",
"value": "reprehenderit velit",
"description": "Offer sender - separate multiple with \",\""
},
{
"key": "recipient",
"value": "reprehenderit velit",
"description": "Offer recipient - separate multiple with \",\""
},
{
"key": "memo",
"value": "reprehenderit velit",
"description": "Search for exact memo"
},
{
"key": "match_memo",
"value": "reprehenderit velit",
"description": "Search for text in memo"
},
{
"key": "state",
"value": "reprehenderit velit",
"description": "Filter by Offer State (0: PENDING - Offer created and valid, 1: INVALID - Assets are missing because ownership has changed, 2: UNKNOWN - Offer is not valid anymore, 3: ACCEPTED - Offer was accepted, 4: DECLINED - Offer was declined by recipient, 5: CANCELLED - Offer was canceled by sender) - separate multiple with \",\""
},
{
"key": "is_recipient_contract",
"value": "true",
"description": "Filter offers where recipient is a contract"
},
{
"key": "asset_id",
"value": "reprehenderit velit",
"description": "only offers which contain this asset_id - separate multiple with \",\""
},
{
"key": "template_id",
"value": "reprehenderit velit",
"description": "only offers which contain assets of this template - separate multiple with \",\""
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "only offers which contain assets of this schema - separate multiple with \",\""
},
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "only offers which contain assets of this collection - separate multiple with \",\""
},
{
"key": "account_whitelist",
"value": "reprehenderit velit",
"description": "Only offers which are sent by one of these accounts"
},
{
"key": "account_blacklist",
"value": "reprehenderit velit",
"description": "Exclude offers which are sent by one of these accounts"
},
{
"key": "sender_asset_whitelist",
"value": "reprehenderit velit",
"description": "Only offers which contain these assets"
},
{
"key": "sender_asset_blacklist",
"value": "reprehenderit velit",
"description": "Exclude offers which contain these assets"
},
{
"key": "recipient_asset_whitelist",
"value": "reprehenderit velit",
"description": "Only offers which contain these assets"
},
{
"key": "recipient_asset_blacklist",
"value": "reprehenderit velit",
"description": "Exclude offers which contain these assets"
},
{
"key": "hide_contracts",
"value": "true",
"description": "dont show offers from or to accounts that have code deployed"
},
{
"key": "hide_empty_offers",
"value": "true",
"description": "dont show offers where one side is empty"
},
{
"key": "ids",
"value": "reprehenderit velit",
"description": "seperate multiple ids with \",\""
},
{
"key": "lower_bound",
"value": "reprehenderit velit",
"description": "lower bound of primary key (value included)"
},
{
"key": "upper_bound",
"value": "reprehenderit velit",
"description": "upper bound of primary key (value excluded)"
},
{
"key": "before",
"value": "33850208",
"description": "Only show results before this timestamp in milliseconds (value excluded)"
},
{
"key": "after",
"value": "33850208",
"description": "Only show results after this timestamp in milliseconds (value excluded)"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "sort",
"value": "created",
"description": "Column to sort"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/offers?account=reprehenderit velit&sender=reprehenderit velit&recipient=reprehenderit velit&memo=reprehenderit velit&match_memo=reprehenderit velit&state=reprehenderit velit&is_recipient_contract=true&asset_id=reprehenderit velit&template_id=reprehenderit velit&schema_name=reprehenderit velit&collection_name=reprehenderit velit&account_whitelist=reprehenderit velit&account_blacklist=reprehenderit velit&sender_asset_whitelist=reprehenderit velit&sender_asset_blacklist=reprehenderit velit&recipient_asset_whitelist=reprehenderit velit&recipient_asset_blacklist=reprehenderit velit&hide_contracts=true&hide_empty_offers=true&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"offers"
],
"query": [
{
"key": "account",
"value": "reprehenderit velit"
},
{
"key": "sender",
"value": "reprehenderit velit"
},
{
"key": "recipient",
"value": "reprehenderit velit"
},
{
"key": "memo",
"value": "reprehenderit velit"
},
{
"key": "match_memo",
"value": "reprehenderit velit"
},
{
"key": "state",
"value": "reprehenderit velit"
},
{
"key": "is_recipient_contract",
"value": "true"
},
{
"key": "asset_id",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "account_whitelist",
"value": "reprehenderit velit"
},
{
"key": "account_blacklist",
"value": "reprehenderit velit"
},
{
"key": "sender_asset_whitelist",
"value": "reprehenderit velit"
},
{
"key": "sender_asset_blacklist",
"value": "reprehenderit velit"
},
{
"key": "recipient_asset_whitelist",
"value": "reprehenderit velit"
},
{
"key": "recipient_asset_blacklist",
"value": "reprehenderit velit"
},
{
"key": "hide_contracts",
"value": "true"
},
{
"key": "hide_empty_offers",
"value": "true"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"contract\": \"dolore nulla\",\n \"offer_id\": \"nisi\",\n \"sender_name\": \"consectetur\",\n \"recipient_name\": \"quis esse dolore\",\n \"memo\": \"Excepteur\",\n \"state\": -82095717,\n \"is_sender_contract\": false,\n \"is_recipient_contract\": false,\n \"sender_assets\": [\n {\n \"contract\": \"quis dolor Excepteur\",\n \"asset_id\": \"ullamco e\",\n \"owner\": \"exercitation do ea\",\n \"name\": \"in\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"template_mint\": \"ex labore\",\n \"collection\": {\n \"collection_name\": \"labore enim officia\",\n \"name\": \"quis magna mollit veniam\",\n \"author\": \"occaecat nisi sit\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"nisi enim qui\",\n \"minim in sunt\"\n ],\n \"notify_accounts\": [\n \"commodo eiusmod exer\",\n \"consequat eiusmod nisi\"\n ],\n \"market_fee\": -57342298.0695137,\n \"created_at_block\": \"ut aute dolore laborum quis\",\n \"created_at_time\": \"laborum eiusmod exercitation\"\n },\n \"schema\": {\n \"schema_name\": \"cupidatat incididunt in\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"eiusmod\",\n \"created_at_time\": \"quis culpa qui enim\"\n },\n \"template\": {\n \"template_id\": \"in vol\",\n \"max_supply\": \"nisi\",\n \"issued_supply\": \"ex\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"Ut eiusmod nulla nostrud\",\n \"created_at_block\": \"consequat aliqua ut in\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"reprehenderit est do\",\n \"token_symbol\": \"ex pariatur nisi\",\n \"token_precision\": -93428791,\n \"amount\": \"amet id Lorem elit\"\n },\n {\n \"token_contract\": \"eiusmod ea nis\",\n \"token_symbol\": \"Duis consequat\",\n \"token_precision\": 89250151,\n \"amount\": \"id sit aute de\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"est irure dolor quis\",\n \"burned_at_block\": \"occaecat exercitation\",\n \"burned_at_time\": \"cillum amet adipisicing\",\n \"updated_at_block\": \"Duis\",\n \"updated_at_time\": \"deserunt voluptate commodo\",\n \"transferred_at_block\": \"Lorem cupidatat aliquip\",\n \"transferred_at_time\": \"veniam anim\",\n \"minted_at_block\": \"sint mini\",\n \"minted_at_time\": \"qui sed reprehenderit exercitation\"\n },\n {\n \"contract\": \"Lorem incididunt dolore\",\n \"asset_id\": \"et id labore\",\n \"owner\": \"laborum\",\n \"name\": \"non cillum\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"template_mint\": \"magna dolore fugiat proident\",\n \"collection\": {\n \"collection_name\": \"adipisicing Ut\",\n \"name\": \"veniam ad dolor quis Except\",\n \"author\": \"nostrud do Duis\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"consequat cillum Lor\",\n \"cupidatat\"\n ],\n \"notify_accounts\": [\n \"veniam qui ad occaecat nulla\",\n \"aliquip dolor do sed\"\n ],\n \"market_fee\": -3181062.4650188535,\n \"created_at_block\": \"irure velit laboris\",\n \"created_at_time\": \"pariatur ad\"\n },\n \"schema\": {\n \"schema_name\": \"occaecat nisi proident\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"Ut sed laborum dolor\",\n \"created_at_time\": \"cupidatat dolor ex\"\n },\n \"template\": {\n \"template_id\": \"cupidatat pariatur\",\n \"max_supply\": \"dolore laborum\",\n \"issued_supply\": \"Duis tempor\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"in dolor\",\n \"created_at_block\": \"occaecat ut culpa sint\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"amet anim\",\n \"token_symbol\": \"in anim tempor\",\n \"token_precision\": -86097769,\n \"amount\": \"exercitation sed cupidatat consectetur\"\n },\n {\n \"token_contract\": \"non\",\n \"token_symbol\": \"adipisicing ex nostrud in qui\",\n \"token_precision\": 89334283,\n \"amount\": \"commodo adipisic\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"laborum exercitation dolor\",\n \"burned_at_block\": \"velit aliqua labore laboris\",\n \"burned_at_time\": \"commodo incididun\",\n \"updated_at_block\": \"esse aliquip Ut elit\",\n \"updated_at_time\": \"sunt nulla amet dolore\",\n \"transferred_at_block\": \"Excepteur\",\n \"transferred_at_time\": \"laborum ut et\",\n \"minted_at_block\": \"sunt dolore\",\n \"minted_at_time\": \"velit nostrud aliqua reprehenderit in\"\n }\n ],\n \"recipient_assets\": [\n {\n \"contract\": \"ad sit\",\n \"asset_id\": \"fugiat veniam Lorem elit\",\n \"owner\": \"in ad\",\n \"name\": \"non aliquip ex consequat\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"template_mint\": \"elit aliquip\",\n \"collection\": {\n \"collection_name\": \"cillu\",\n \"name\": \"est eiusmod exercitation Excepteur\",\n \"author\": \"eu quis\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"exercitation anim fugiat aliquip reprehenderit\",\n \"reprehenderit dolor consectetur\"\n ],\n \"notify_accounts\": [\n \"consequat ut\",\n \"nisi\"\n ],\n \"market_fee\": -31163475.893449098,\n \"created_at_block\": \"ad\",\n \"created_at_time\": \"consequat elit veniam ad\"\n },\n \"schema\": {\n \"schema_name\": \"deserunt incididunt\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"sit nisi des\",\n \"created_at_time\": \"labore consectetur\"\n },\n \"template\": {\n \"template_id\": \"ex laboris elit tempor\",\n \"max_supply\": \"aliqua sed cillum exercitation consequat\",\n \"issued_supply\": \"aliquip amet quis esse d\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"amet adipisicing\",\n \"created_at_block\": \"cillum fugi\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"officia qui aliquip\",\n \"token_symbol\": \"nulla in ex\",\n \"token_precision\": -82904756,\n \"amount\": \"in enim ex deserunt\"\n },\n {\n \"token_contract\": \"mollit velit amet consequat\",\n \"token_symbol\": \"commodo adipisicing\",\n \"token_precision\": 64697713,\n \"amount\": \"magna\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"dolor proident ut sed\",\n \"burned_at_block\": \"culpa ullamco\",\n \"burned_at_time\": \"ex laborum dolore ad\",\n \"updated_at_block\": \"dolore in proident in\",\n \"updated_at_time\": \"labore ip\",\n \"transferred_at_block\": \"incididunt\",\n \"transferred_at_time\": \"mollit amet\",\n \"minted_at_block\": \"nostrud ut\",\n \"minted_at_time\": \"sint deserunt aute\"\n },\n {\n \"contract\": \"proident cupidatat consectetur\",\n \"asset_id\": \"qui cillum quis et\",\n \"owner\": \"in velit\",\n \"name\": \"sit sed Lorem commodo consequat\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"template_mint\": \"mollit Lorem in aliquip\",\n \"collection\": {\n \"collection_name\": \"Except\",\n \"name\": \"sit sed\",\n \"author\": \"non in culpa\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"ea commodo\",\n \"enim nostrud magna\"\n ],\n \"notify_accounts\": [\n \"id ipsum sit d\",\n \"velit consectetur Ut fugiat mollit\"\n ],\n \"market_fee\": -3873388.9579845965,\n \"created_at_block\": \"Lorem exe\",\n \"created_at_time\": \"aliqua\"\n },\n \"schema\": {\n \"schema_name\": \"id dolore\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"do\",\n \"created_at_time\": \"reprehenderit minim laborum\"\n },\n \"template\": {\n \"template_id\": \"culpa laborum in dolore\",\n \"max_supply\": \"deserunt incididunt\",\n \"issued_supply\": \"laborum ipsum Lorem ut\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"sed qui cillum in\",\n \"created_at_block\": \"cupidatat\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"anim dolor\",\n \"token_symbol\": \"ipsum\",\n \"token_precision\": -20848738,\n \"amount\": \"irure Excepteur adipisicing\"\n },\n {\n \"token_contract\": \"ullamco dolore deserunt amet irure\",\n \"token_symbol\": \"dolore amet velit qui Ut\",\n \"token_precision\": 75390887,\n \"amount\": \"aliqua dolor consequat\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"dolore in exercitation\",\n \"burned_at_block\": \"officia veniam sit mollit laboris\",\n \"burned_at_time\": \"id\",\n \"updated_at_block\": \"culpa quis\",\n \"updated_at_time\": \"sed Duis\",\n \"transferred_at_block\": \"dolor Ut mollit esse id\",\n \"transferred_at_time\": \"officia est minim occaecat\",\n \"minted_at_block\": \"non velit occaecat\",\n \"minted_at_time\": \"nostrud\"\n }\n ],\n \"updated_at_block\": \"commodo in cupidatat\",\n \"updated_at_time\": \"ex eiusmod id Excepteur in\",\n \"created_at_block\": \"in\",\n \"created_at_time\": \"dolore mollit non\"\n },\n {\n \"contract\": \"eu sit ullamco\",\n \"offer_id\": \"elit ex\",\n \"sender_name\": \"Lorem nisi in eu ea\",\n \"recipient_name\": \"deserunt proident qui\",\n \"memo\": \"commodo esse\",\n \"state\": -99165002,\n \"is_sender_contract\": false,\n \"is_recipient_contract\": false,\n \"sender_assets\": [\n {\n \"contract\": \"fugiat Excepteur\",\n \"asset_id\": \"Ut labore quis magna\",\n \"owner\": \"Duis\",\n \"name\": \"consequat in cillum do\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"template_mint\": \"sit\",\n \"collection\": {\n \"collection_name\": \"culpa qui incididunt\",\n \"name\": \"officia id\",\n \"author\": \"cupidatat reprehenderit\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"magna consequat sint amet Excepteur\",\n \"e\"\n ],\n \"notify_accounts\": [\n \"fugiat Duis quis\",\n \"velit consectetur\"\n ],\n \"market_fee\": -97545929.88419878,\n \"created_at_block\": \"ex amet sed magna\",\n \"created_at_time\": \"ex qui quis reprehenderit\"\n },\n \"schema\": {\n \"schema_name\": \"tempor et\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"nostrud eu\",\n \"created_at_time\": \"magna\"\n },\n \"template\": {\n \"template_id\": \"dolor Excepteur\",\n \"max_supply\": \"ea fugiat commodo exercitation\",\n \"issued_supply\": \"ea ullamco magna pariatur\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"Excepteur ex\",\n \"created_at_block\": \"adipisicing sunt quis sed\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"ad proident nostrud exercitation eiusmod\",\n \"token_symbol\": \"anim non reprehenderit qui\",\n \"token_precision\": 1374976,\n \"amount\": \"esse eu\"\n },\n {\n \"token_contract\": \"commodo mollit anim fugiat consectetur\",\n \"token_symbol\": \"qui ipsum\",\n \"token_precision\": 5323118,\n \"amount\": \"i\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"reprehenderit ea cupidatat ullamco\",\n \"burned_at_block\": \"laborum dolore amet esse cillum\",\n \"burned_at_time\": \"ipsum culpa sint dolor nulla\",\n \"updated_at_block\": \"consectetur\",\n \"updated_at_time\": \"q\",\n \"transferred_at_block\": \"dolore ullamco\",\n \"transferred_at_time\": \"laborum esse non\",\n \"minted_at_block\": \"adipisicing\",\n \"minted_at_time\": \"ut\"\n },\n {\n \"contract\": \"labore in\",\n \"asset_id\": \"velit occaecat\",\n \"owner\": \"fugiat nulla consectetur officia\",\n \"name\": \"aliquip\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"template_mint\": \"nostrud mollit nisi\",\n \"collection\": {\n \"collection_name\": \"minim Duis proident dolor\",\n \"name\": \"quis proident est ea\",\n \"author\": \"in\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"non nisi quis\",\n \"dolor nostrud irure\"\n ],\n \"notify_accounts\": [\n \"minim\",\n \"elit eiusmod\"\n ],\n \"market_fee\": 65049532.24583274,\n \"created_at_block\": \"minim\",\n \"created_at_time\": \"dolor tempor anim ullamco\"\n },\n \"schema\": {\n \"schema_name\": \"es\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"non cupidatat\",\n \"created_at_time\": \"culpa veniam\"\n },\n \"template\": {\n \"template_id\": \"est minim dolor officia\",\n \"max_supply\": \"ea irure\",\n \"issued_supply\": \"officia dolore\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"occaecat\",\n \"created_at_block\": \"ipsum fugiat\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"nisi\",\n \"token_symbol\": \"ipsum\",\n \"token_precision\": 33181962,\n \"amount\": \"magna exercitation\"\n },\n {\n \"token_contract\": \"velit amet elit ullamco\",\n \"token_symbol\": \"labore et fugiat proident\",\n \"token_precision\": -23372437,\n \"amount\": \"exercitation consectetur laboris voluptate ea\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"cillum et\",\n \"burned_at_block\": \"ad sunt\",\n \"burned_at_time\": \"cupidatat dolore\",\n \"updated_at_block\": \"exercitation eu in qui et\",\n \"updated_at_time\": \"exercitation minim\",\n \"transferred_at_block\": \"laboris null\",\n \"transferred_at_time\": \"officia irure\",\n \"minted_at_block\": \"ullamco exercitation\",\n \"minted_at_time\": \"ut dolore sed velit\"\n }\n ],\n \"recipient_assets\": [\n {\n \"contract\": \"cillum consectetur anim ut\",\n \"asset_id\": \"reprehenderit o\",\n \"owner\": \"laboris Ut\",\n \"name\": \"magna ex aliqua\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"template_mint\": \"sint in voluptate Duis ut\",\n \"collection\": {\n \"collection_name\": \"dolor enim\",\n \"name\": \"laborum Lorem laboris culpa\",\n \"author\": \"deserunt consectetur do Ut\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"amet irure ex\",\n \"officia minim tempor\"\n ],\n \"notify_accounts\": [\n \"dolor pariatur laboris\",\n \"dolore incididunt dolor\"\n ],\n \"market_fee\": 79215880.99285245,\n \"created_at_block\": \"ex\",\n \"created_at_time\": \"deserunt elit proide\"\n },\n \"schema\": {\n \"schema_name\": \"laboris esse ipsum\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"sunt veniam ad nulla\",\n \"created_at_time\": \"culpa nostru\"\n },\n \"template\": {\n \"template_id\": \"amet enim ullamco\",\n \"max_supply\": \"labore sunt\",\n \"issued_supply\": \"veniam irure mollit Excepteur id\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"sunt aliqua aliquip \",\n \"created_at_block\": \"dolore mollit\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"in ipsum est in\",\n \"token_symbol\": \"reprehenderit ipsum esse\",\n \"token_precision\": -38918758,\n \"amount\": \"non\"\n },\n {\n \"token_contract\": \"Ut sint adipisicing\",\n \"token_symbol\": \"commodo occaecat\",\n \"token_precision\": -72231141,\n \"amount\": \"sunt incididunt commodo \"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"aliquip ut qui velit\",\n \"burned_at_block\": \"ea elit sed consequat\",\n \"burned_at_time\": \"fugiat deserunt eu\",\n \"updated_at_block\": \"culpa proident quis ex\",\n \"updated_at_time\": \"consectetur tempor\",\n \"transferred_at_block\": \"tempor mollit\",\n \"transferred_at_time\": \"Lorem incididunt voluptate\",\n \"minted_at_block\": \"labore qui\",\n \"minted_at_time\": \"minim incididunt pari\"\n },\n {\n \"contract\": \"labore cupidatat ex anim\",\n \"asset_id\": \"enim reprehenderit\",\n \"owner\": \"labore proident\",\n \"name\": \"do incididunt Ut mollit\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"template_mint\": \"non fugiat Lorem\",\n \"collection\": {\n \"collection_name\": \"aliquip nulla\",\n \"name\": \"commodo ut exercita\",\n \"author\": \"voluptate proident offi\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"eiusmod sit cillum\",\n \"eiusmod Ut sint\"\n ],\n \"notify_accounts\": [\n \"amet\",\n \"est aliqua amet aliq\"\n ],\n \"market_fee\": -29197223.695851,\n \"created_at_block\": \"qui pariatur ut in\",\n \"created_at_time\": \"velit fugiat e\"\n },\n \"schema\": {\n \"schema_name\": \"consequat ullamco dolore\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"officia dolor\",\n \"created_at_time\": \"ut exercitation\"\n },\n \"template\": {\n \"template_id\": \"nostrud voluptate nisi pariatur\",\n \"max_supply\": \"ullamco tempor aute\",\n \"issued_supply\": \"Lorem adipisicing\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"commodo tempor in\",\n \"created_at_block\": \"esse ut amet\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"irure amet do sed voluptate\",\n \"token_symbol\": \"exercitation\",\n \"token_precision\": 94733744,\n \"amount\": \"laboris ipsum qui\"\n },\n {\n \"token_contract\": \"deserunt\",\n \"token_symbol\": \"cupidatat\",\n \"token_precision\": 79122077,\n \"amount\": \"reprehenderit eiusmod laborum sint\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"proident in\",\n \"burned_at_block\": \"pariatur Ut\",\n \"burned_at_time\": \"in\",\n \"updated_at_block\": \"tempor ullamco veniam laboris\",\n \"updated_at_time\": \"elit ut adipisicing\",\n \"transferred_at_block\": \"eiusmod\",\n \"transferred_at_time\": \"\",\n \"minted_at_block\": \"anim \",\n \"minted_at_time\": \"ea incididunt et\"\n }\n ],\n \"updated_at_block\": \"proident consectetur\",\n \"updated_at_time\": \"et non\",\n \"created_at_block\": \"non\",\n \"created_at_time\": \"Ut culpa dolore laboris in\"\n }\n ],\n \"query_time\": -80291901\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/offers?account=reprehenderit velit&sender=reprehenderit velit&recipient=reprehenderit velit&memo=reprehenderit velit&match_memo=reprehenderit velit&state=reprehenderit velit&is_recipient_contract=true&asset_id=reprehenderit velit&template_id=reprehenderit velit&schema_name=reprehenderit velit&collection_name=reprehenderit velit&account_whitelist=reprehenderit velit&account_blacklist=reprehenderit velit&sender_asset_whitelist=reprehenderit velit&sender_asset_blacklist=reprehenderit velit&recipient_asset_whitelist=reprehenderit velit&recipient_asset_blacklist=reprehenderit velit&hide_contracts=true&hide_empty_offers=true&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"offers"
],
"query": [
{
"key": "account",
"value": "reprehenderit velit"
},
{
"key": "sender",
"value": "reprehenderit velit"
},
{
"key": "recipient",
"value": "reprehenderit velit"
},
{
"key": "memo",
"value": "reprehenderit velit"
},
{
"key": "match_memo",
"value": "reprehenderit velit"
},
{
"key": "state",
"value": "reprehenderit velit"
},
{
"key": "is_recipient_contract",
"value": "true"
},
{
"key": "asset_id",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "account_whitelist",
"value": "reprehenderit velit"
},
{
"key": "account_blacklist",
"value": "reprehenderit velit"
},
{
"key": "sender_asset_whitelist",
"value": "reprehenderit velit"
},
{
"key": "sender_asset_blacklist",
"value": "reprehenderit velit"
},
{
"key": "recipient_asset_whitelist",
"value": "reprehenderit velit"
},
{
"key": "recipient_asset_blacklist",
"value": "reprehenderit velit"
},
{
"key": "hide_contracts",
"value": "true"
},
{
"key": "hide_empty_offers",
"value": "true"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "accounts",
"item": [
{
"name": "{account}",
"item": [
{
"name": "Get a specific account stats",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/accounts/:account?hide_offers=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"accounts",
":account"
],
"query": [
{
"key": "hide_offers",
"value": "true",
"description": "Hide assets which are used in an offer"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
}
],
"variable": [
{
"key": "account",
"value": "reprehenderit velit",
"description": "(Required) Account name"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/accounts/:account?hide_offers=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"accounts",
":account"
],
"query": [
{
"key": "hide_offers",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
}
],
"variable": [
{
"key": "account",
"value": "reprehenderit velit",
"description": "(Required) Account name"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"collections\": [\n {\n \"collection\": {\n \"contract\": \"do enim nulla qui adipisicing\",\n \"collection_name\": \"mollit ipsum\",\n \"name\": \"ut nisi proident\",\n \"author\": \"Duis sed aliqua\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"dolore consequa\",\n \"quis dolore\"\n ],\n \"notify_accounts\": [\n \"in velit labore sed\",\n \"cupid\"\n ],\n \"market_fee\": 87822428.4813005,\n \"data\": {},\n \"created_at_block\": \"ex ea sed adipisicing\",\n \"created_at_time\": \"officia mollit veniam nisi non\"\n },\n \"assets\": \"ipsum incididunt\"\n },\n {\n \"collection\": {\n \"contract\": \"velit Duis \",\n \"collection_name\": \"in anim qui deserunt\",\n \"name\": \"mollit ad culpa\",\n \"author\": \"velit nulla occaecat ut ad\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"ipsum mollit eu velit magna\",\n \"Ut ut ad\"\n ],\n \"notify_accounts\": [\n \"voluptate Ut non dolor\",\n \"commodo aliquip consequat pariatur\"\n ],\n \"market_fee\": -54158560.826150425,\n \"data\": {},\n \"created_at_block\": \"laborum dolore qui do exercitation\",\n \"created_at_time\": \"id eiusmod pariatur\"\n },\n \"assets\": \"adipisicing Excepteur culpa\"\n }\n ],\n \"templates\": [\n {\n \"template_id\": \"et\",\n \"assets\": \"Excepteur laborum et magna non\"\n },\n {\n \"template_id\": \"cupidatat aute reprehenderit ullamco\",\n \"assets\": \"minim pariatur reprehenderit\"\n }\n ],\n \"assets\": \"laborum\"\n },\n {\n \"collections\": [\n {\n \"collection\": {\n \"contract\": \"aute ea qui\",\n \"collection_name\": \"sint\",\n \"name\": \"ut in\",\n \"author\": \"aute cillum\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"sit sunt culpa eiusmod\",\n \"dolore\"\n ],\n \"notify_accounts\": [\n \"deserunt Excepteur\",\n \"Ut sit nostrud consectetur\"\n ],\n \"market_fee\": -85624784.47979882,\n \"data\": {},\n \"created_at_block\": \"nulla nisi\",\n \"created_at_time\": \"est dolor ullamco\"\n },\n \"assets\": \"id aliqua do anim\"\n },\n {\n \"collection\": {\n \"contract\": \"fugiat id\",\n \"collection_name\": \"dolore consequat\",\n \"name\": \"velit\",\n \"author\": \"in nostrud\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"deserunt veniam\",\n \"eu exercitation\"\n ],\n \"notify_accounts\": [\n \"dolore in\",\n \"Duis reprehenderit do\"\n ],\n \"market_fee\": 31143603.161991835,\n \"data\": {},\n \"created_at_block\": \"laborum dolor sit\",\n \"created_at_time\": \"enim ad quis elit\"\n },\n \"assets\": \"tempor do voluptate eiusmod\"\n }\n ],\n \"templates\": [\n {\n \"template_id\": \"minim\",\n \"assets\": \"nulla qui nisi Duis\"\n },\n {\n \"template_id\": \"irure commodo eu\",\n \"assets\": \"do\"\n }\n ],\n \"assets\": \"nostrud adipisicing occaecat tempor\"\n }\n ],\n \"query_time\": 7651601\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/accounts/:account?hide_offers=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"accounts",
":account"
],
"query": [
{
"key": "hide_offers",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
}
],
"variable": [
{
"key": "account",
"value": "reprehenderit velit",
"description": "(Required) Account name"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Retrieves the template and schema count for the given account and collection name",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/accounts/:account/:collection_name",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"accounts",
":account",
":collection_name"
],
"variable": [
{
"key": "account",
"value": "reprehenderit velit",
"description": "(Required) Account name"
},
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Collection Name"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/accounts/:account/:collection_name",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"accounts",
":account",
":collection_name"
],
"variable": [
{
"key": "account",
"value": "reprehenderit velit",
"description": "(Required) Account name"
},
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Collection Name"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"templates\": [\n {\n \"template_id\": \"ullamco proident\",\n \"assets\": \"fugiat dolor\"\n },\n {\n \"template_id\": \"eiusmod anim nisi cupidatat\",\n \"assets\": \"pariatur adipisicing deserunt irure quis\"\n }\n ],\n \"schemas\": [\n {\n \"schema_name\": \"sint\",\n \"assets\": \"non est enim elit\"\n },\n {\n \"schema_name\": \"laborum amet id ut\",\n \"assets\": \"minim magna\"\n }\n ]\n },\n {\n \"templates\": [\n {\n \"template_id\": \"et magna exercitation fugiat eu\",\n \"assets\": \"laborum\"\n },\n {\n \"template_id\": \"in qui\",\n \"assets\": \"ut magna eu consequat id\"\n }\n ],\n \"schemas\": [\n {\n \"schema_name\": \"dolore Lorem eiusmod\",\n \"assets\": \"labore nisi laboris dolore nostrud\"\n },\n {\n \"schema_name\": \"labore est\",\n \"assets\": \"culpa laborum\"\n }\n ]\n }\n ],\n \"query_time\": -51259192\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/accounts/:account/:collection_name",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"accounts",
":account",
":collection_name"
],
"variable": [
{
"key": "account",
"value": "reprehenderit velit",
"description": "(Required) Account name"
},
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Collection Name"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "Get accounts which own atomicassets NFTs",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/accounts?match_owner=reprehenderit velit&collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&hide_offers=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&page=1&limit=100&order=desc",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"accounts"
],
"query": [
{
"key": "match_owner",
"value": "reprehenderit velit",
"description": "Search for partial account name"
},
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "Filter by collection name"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "Filter by schema name"
},
{
"key": "template_id",
"value": "33850208",
"description": "Filter by template id"
},
{
"key": "burned",
"value": "true",
"description": "Filter for burned assets"
},
{
"key": "hide_offers",
"value": "true",
"description": "Hide assets which are used in an offer"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "ids",
"value": "reprehenderit velit",
"description": "seperate multiple ids with \",\""
},
{
"key": "lower_bound",
"value": "reprehenderit velit",
"description": "lower bound of primary key (value included)"
},
{
"key": "upper_bound",
"value": "reprehenderit velit",
"description": "upper bound of primary key (value excluded)"
},
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/accounts?match_owner=reprehenderit velit&collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&hide_offers=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&page=1&limit=100&order=desc",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"accounts"
],
"query": [
{
"key": "match_owner",
"value": "reprehenderit velit"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "hide_offers",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"account\": \"consequat consectetur\",\n \"assets\": \"nisi Duis\"\n },\n {\n \"account\": \"occaecat in pariatur\",\n \"assets\": \"fugiat in\"\n }\n ],\n \"query_time\": 87392135\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/accounts?match_owner=reprehenderit velit&collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&hide_offers=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&page=1&limit=100&order=desc",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"accounts"
],
"query": [
{
"key": "match_owner",
"value": "reprehenderit velit"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "hide_offers",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "burns",
"item": [
{
"name": "Get accounts which own atomicassets NFTs",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/burns?match_owner=reprehenderit velit&collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&page=1&limit=100&order=desc",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"burns"
],
"query": [
{
"key": "match_owner",
"value": "reprehenderit velit",
"description": "Search for partial account name"
},
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "Filter by collection name"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "Filter by schema name"
},
{
"key": "template_id",
"value": "33850208",
"description": "Filter by template id"
},
{
"key": "burned",
"value": "true",
"description": "Filter for burned assets"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "ids",
"value": "reprehenderit velit",
"description": "seperate multiple ids with \",\""
},
{
"key": "lower_bound",
"value": "reprehenderit velit",
"description": "lower bound of primary key (value included)"
},
{
"key": "upper_bound",
"value": "reprehenderit velit",
"description": "upper bound of primary key (value excluded)"
},
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/burns?match_owner=reprehenderit velit&collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&page=1&limit=100&order=desc",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"burns"
],
"query": [
{
"key": "match_owner",
"value": "reprehenderit velit"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"account\": \"consequat consectetur\",\n \"assets\": \"nisi Duis\"\n },\n {\n \"account\": \"occaecat in pariatur\",\n \"assets\": \"fugiat in\"\n }\n ],\n \"query_time\": 87392135\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/burns?match_owner=reprehenderit velit&collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&page=1&limit=100&order=desc",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"burns"
],
"query": [
{
"key": "match_owner",
"value": "reprehenderit velit"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Get a specific account",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/burns/:account?hide_offers=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"burns",
":account"
],
"query": [
{
"key": "hide_offers",
"value": "true",
"description": "Hide assets which are used in an offer"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
}
],
"variable": [
{
"key": "account",
"value": "reprehenderit velit",
"description": "(Required) Account name"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/burns/:account?hide_offers=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"burns",
":account"
],
"query": [
{
"key": "hide_offers",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
}
],
"variable": [
{
"key": "account",
"value": "reprehenderit velit",
"description": "(Required) Account name"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"collections\": [\n {\n \"collection_name\": \"ut voluptate ad quis\",\n \"assets\": \"cillum dolore ut\"\n },\n {\n \"collection_name\": \"cillum dolor consectetur\",\n \"assets\": \"dolore dolore\"\n }\n ],\n \"templates\": [\n {\n \"collection_name\": \"occaecat laboris\",\n \"template_id\": \"in veniam\",\n \"assets\": \"velit dolor ipsum sint\"\n },\n {\n \"collection_name\": \"ipsum labore\",\n \"template_id\": \"aliqua magna\",\n \"assets\": \"ullamco minim reprehenderit ut\"\n }\n ],\n \"assets\": \"eiusmod sint non ut ullamco\"\n },\n {\n \"collections\": [\n {\n \"collection_name\": \"sed fugiat proident\",\n \"assets\": \"eiusmod elit culpa cillum\"\n },\n {\n \"collection_name\": \"cillum pariatur velit nulla\",\n \"assets\": \"cillum ad\"\n }\n ],\n \"templates\": [\n {\n \"collection_name\": \"exercitation Lorem\",\n \"template_id\": \"sit adipisicing qui\",\n \"assets\": \"aliquip nostru\"\n },\n {\n \"collection_name\": \"quis nostrud occaecat\",\n \"template_id\": \"esse\",\n \"assets\": \"Ut quis elit\"\n }\n ],\n \"assets\": \"ea\"\n }\n ],\n \"query_time\": -9505773\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/burns/:account?hide_offers=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"burns",
":account"
],
"query": [
{
"key": "hide_offers",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
}
],
"variable": [
{
"key": "account",
"value": "reprehenderit velit",
"description": "(Required) Account name"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "Fetch transfers",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/transfers?account=reprehenderit velit&sender=reprehenderit velit&recipient=reprehenderit velit&memo=reprehenderit velit&match_memo=reprehenderit velit&asset_id=reprehenderit velit&template_id=reprehenderit velit&schema_name=reprehenderit velit&collection_name=reprehenderit velit&hide_contracts=true&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"transfers"
],
"query": [
{
"key": "account",
"value": "reprehenderit velit",
"description": "Notified account (can be sender or recipient) - separate multiple with \",\""
},
{
"key": "sender",
"value": "reprehenderit velit",
"description": "Transfer sender - separate multiple with \",\""
},
{
"key": "recipient",
"value": "reprehenderit velit",
"description": "Transfer recipient - separate multiple with \",\""
},
{
"key": "memo",
"value": "reprehenderit velit",
"description": "Search for exact memo"
},
{
"key": "match_memo",
"value": "reprehenderit velit",
"description": "Search for text in memo"
},
{
"key": "asset_id",
"value": "reprehenderit velit",
"description": "only transfers which contain this asset_id - separate multiple with \",\""
},
{
"key": "template_id",
"value": "reprehenderit velit",
"description": "only transfers which contain assets of this template - separate multiple with \",\""
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "only transfers which contain assets of this schema - separate multiple with \",\""
},
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "only transfers which contain assets of this collection - separate multiple with \",\""
},
{
"key": "hide_contracts",
"value": "true",
"description": "dont show transfers from or to accounts that have code deployed"
},
{
"key": "ids",
"value": "reprehenderit velit",
"description": "seperate multiple ids with \",\""
},
{
"key": "lower_bound",
"value": "reprehenderit velit",
"description": "lower bound of primary key (value included)"
},
{
"key": "upper_bound",
"value": "reprehenderit velit",
"description": "upper bound of primary key (value excluded)"
},
{
"key": "before",
"value": "33850208",
"description": "Only show results before this timestamp in milliseconds (value excluded)"
},
{
"key": "after",
"value": "33850208",
"description": "Only show results after this timestamp in milliseconds (value excluded)"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "sort",
"value": "created",
"description": "Column to sort"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/transfers?account=reprehenderit velit&sender=reprehenderit velit&recipient=reprehenderit velit&memo=reprehenderit velit&match_memo=reprehenderit velit&asset_id=reprehenderit velit&template_id=reprehenderit velit&schema_name=reprehenderit velit&collection_name=reprehenderit velit&hide_contracts=true&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"transfers"
],
"query": [
{
"key": "account",
"value": "reprehenderit velit"
},
{
"key": "sender",
"value": "reprehenderit velit"
},
{
"key": "recipient",
"value": "reprehenderit velit"
},
{
"key": "memo",
"value": "reprehenderit velit"
},
{
"key": "match_memo",
"value": "reprehenderit velit"
},
{
"key": "asset_id",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "hide_contracts",
"value": "true"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"contract\": \"enim Ut adipisicing mollit anim\",\n \"transfer_id\": \"pariatur in est ex\",\n \"sender_name\": \"exercitation id incididunt nostrud\",\n \"recipient_name\": \"sunt dolore Ut et mollit\",\n \"memo\": \"eu officia\",\n \"assets\": [\n {\n \"contract\": \"tempor sint occaecat\",\n \"asset_id\": \"n\",\n \"owner\": \"ad Ut\",\n \"name\": \"amet in deserunt\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"template_mint\": \"nulla tempor eu sit\",\n \"collection\": {\n \"collection_name\": \"quis nostrud eu esse\",\n \"name\": \"dolor est\",\n \"author\": \"reprehenderit cillum nisi\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"eiusmod quis anim\",\n \"adipisicing\"\n ],\n \"notify_accounts\": [\n \"aliqua eu dolor\",\n \"ex mollit dolor fugiat\"\n ],\n \"market_fee\": 60962589.04279223,\n \"created_at_block\": \"ad incididunt qui\",\n \"created_at_time\": \"dolor ex ea\"\n },\n \"schema\": {\n \"schema_name\": \"ut dolor ad\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"non elit qui\",\n \"created_at_time\": \"et ipsum nostrud non\"\n },\n \"template\": {\n \"template_id\": \"elit\",\n \"max_supply\": \"laborum deserunt fugiat Ut labo\",\n \"issued_supply\": \"sed do\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"minim et\",\n \"created_at_block\": \"pariatur Ut\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"dolore elit\",\n \"token_symbol\": \"dolor ea magna \",\n \"token_precision\": -44331859,\n \"amount\": \"veniam\"\n },\n {\n \"token_contract\": \"nisi Ut veniam culpa\",\n \"token_symbol\": \"aute in\",\n \"token_precision\": -68733564,\n \"amount\": \"tempor sunt officia\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"pariatur anim adipisicing\",\n \"burned_at_block\": \"eiusmod minim irure officia aliqua\",\n \"burned_at_time\": \"laborum in in\",\n \"updated_at_block\": \"enim commodo in sunt\",\n \"updated_at_time\": \"ea elit id\",\n \"transferred_at_block\": \"dolore id sed\",\n \"transferred_at_time\": \"sed culpa eiusmod ex\",\n \"minted_at_block\": \"inc\",\n \"minted_at_time\": \"dolor id\"\n },\n {\n \"contract\": \"ut consectetur exerc\",\n \"asset_id\": \"Duis ipsum e\",\n \"owner\": \"ullamco\",\n \"name\": \"sed dolor nisi\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"template_mint\": \"fugia\",\n \"collection\": {\n \"collection_name\": \"mollit laboris voluptate\",\n \"name\": \"tempor adipisicing non\",\n \"author\": \"adipisicing\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"minim consequa\",\n \"eu dolor\"\n ],\n \"notify_accounts\": [\n \"ad cupidatat\",\n \"cupidatat id\"\n ],\n \"market_fee\": 46931050.70412478,\n \"created_at_block\": \"anim nost\",\n \"created_at_time\": \"ullamco adipisicing amet laborum\"\n },\n \"schema\": {\n \"schema_name\": \"officia nostrud ipsum minim\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"sit ullamco\",\n \"created_at_time\": \"consequat eiusmod in\"\n },\n \"template\": {\n \"template_id\": \"ut Excepteur Duis\",\n \"max_supply\": \"cupidatat sint ut veniam in\",\n \"issued_supply\": \"minim exercitation commodo aliquip\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"commodo reprehenderit\",\n \"created_at_block\": \"aliqua esse ullamco \"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"ipsum\",\n \"token_symbol\": \"Excepteur\",\n \"token_precision\": 31759026,\n \"amount\": \"non anim do\"\n },\n {\n \"token_contract\": \"veniam Ut\",\n \"token_symbol\": \"adipisicing\",\n \"token_precision\": -71413932,\n \"amount\": \"veniam aliqua\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"reprehenderit sint pariatur labore\",\n \"burned_at_block\": \"ex Lorem pariatur cillum\",\n \"burned_at_time\": \"cupidatat velit ut \",\n \"updated_at_block\": \"reprehenderit voluptate\",\n \"updated_at_time\": \"commodo\",\n \"transferred_at_block\": \"anim laboris qui\",\n \"transferred_at_time\": \"consectetur consequat\",\n \"minted_at_block\": \"cupidata\",\n \"minted_at_time\": \"ea sit mollit incididunt\"\n }\n ],\n \"created_at_block\": \"mollit\",\n \"created_at_time\": \"dolore officia ex commodo\"\n },\n {\n \"contract\": \"adipisicing occaecat reprehenderit cupidatat\",\n \"transfer_id\": \"et consequat labore nostrud\",\n \"sender_name\": \"eu voluptate dolore\",\n \"recipient_name\": \"mollit elit exercitation\",\n \"memo\": \"in inci\",\n \"assets\": [\n {\n \"contract\": \"sint ipsum\",\n \"asset_id\": \"anim ut nostrud\",\n \"owner\": \"velit\",\n \"name\": \"Excepteur laborum culpa id\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"template_mint\": \"labore\",\n \"collection\": {\n \"collection_name\": \"eu qui ex Duis\",\n \"name\": \"ullamco dolo\",\n \"author\": \"consequat ipsum\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"id cupidatat velit tempor\",\n \"ut\"\n ],\n \"notify_accounts\": [\n \"elit non\",\n \"magna laborum laboris cupidatat\"\n ],\n \"market_fee\": 4261581.643072531,\n \"created_at_block\": \"Ut minim\",\n \"created_at_time\": \"proident\"\n },\n \"schema\": {\n \"schema_name\": \"dolor i\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"sunt quis exercitation\",\n \"created_at_time\": \"officia aute magna\"\n },\n \"template\": {\n \"template_id\": \"mollit laboris do\",\n \"max_supply\": \"fugiat sit consectetur\",\n \"issued_supply\": \"a\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"in proident\",\n \"created_at_block\": \"magna a\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"Exc\",\n \"token_symbol\": \"sint Ut aliqua pa\",\n \"token_precision\": 35528728,\n \"amount\": \"ut mollit deserunt\"\n },\n {\n \"token_contract\": \"eu Duis aute\",\n \"token_symbol\": \"dolor Excepteur\",\n \"token_precision\": 67914757,\n \"amount\": \"magna Duis aliquip sed\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"sit eu officia\",\n \"burned_at_block\": \"Lorem incididunt et\",\n \"burned_at_time\": \"amet sit mollit\",\n \"updated_at_block\": \"eu ut minim pariatur\",\n \"updated_at_time\": \"aliquip veniam ex\",\n \"transferred_at_block\": \"id culpa aute cupidatat\",\n \"transferred_at_time\": \"cillum aliquip aute\",\n \"minted_at_block\": \"exercitation\",\n \"minted_at_time\": \"esse officia cupidatat labore\"\n },\n {\n \"contract\": \"id Except\",\n \"asset_id\": \"veniam\",\n \"owner\": \"no\",\n \"name\": \"pariatur adipisicing nostrud ut\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"template_mint\": \"consequat\",\n \"collection\": {\n \"collection_name\": \"minim\",\n \"name\": \"dolore consectetur\",\n \"author\": \"consequat quis in est\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"dolore non cillum tempor aliquip\",\n \"veniam nostrud occaecat ullamco\"\n ],\n \"notify_accounts\": [\n \"irure ex dolor\",\n \"irure\"\n ],\n \"market_fee\": 38340674.4160319,\n \"created_at_block\": \"nulla id quis\",\n \"created_at_time\": \"qui\"\n },\n \"schema\": {\n \"schema_name\": \"velit aliquip dolore\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"cillum fugiat\",\n \"created_at_time\": \"commodo incididunt ut o\"\n },\n \"template\": {\n \"template_id\": \"consequat commodo dolore\",\n \"max_supply\": \"in laboris pariatur aliqua sed\",\n \"issued_supply\": \"dolore exercitation\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"nostrud ullamco sed\",\n \"created_at_block\": \"aliquip\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"Ut\",\n \"token_symbol\": \"commodo culpa laborum est proident\",\n \"token_precision\": 55167877,\n \"amount\": \"nisi do\"\n },\n {\n \"token_contract\": \"amet Ut deserunt Lorem irure\",\n \"token_symbol\": \"tempor ipsum commodo\",\n \"token_precision\": 50075830,\n \"amount\": \"Excepteur Ut ullamco\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"Lorem ut\",\n \"burned_at_block\": \"amet non qui fugiat consequat\",\n \"burned_at_time\": \"Excepteur\",\n \"updated_at_block\": \"fugiat off\",\n \"updated_at_time\": \"elit nisi\",\n \"transferred_at_block\": \"aliquip anim dolor\",\n \"transferred_at_time\": \"ad in\",\n \"minted_at_block\": \"dolore\",\n \"minted_at_time\": \"reprehenderit culpa mollit consequat\"\n }\n ],\n \"created_at_block\": \"et sunt Duis\",\n \"created_at_time\": \"esse Lorem quis ullamco ut\"\n }\n ],\n \"query_time\": -27595278\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/transfers?account=reprehenderit velit&sender=reprehenderit velit&recipient=reprehenderit velit&memo=reprehenderit velit&match_memo=reprehenderit velit&asset_id=reprehenderit velit&template_id=reprehenderit velit&schema_name=reprehenderit velit&collection_name=reprehenderit velit&hide_contracts=true&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"transfers"
],
"query": [
{
"key": "account",
"value": "reprehenderit velit"
},
{
"key": "sender",
"value": "reprehenderit velit"
},
{
"key": "recipient",
"value": "reprehenderit velit"
},
{
"key": "memo",
"value": "reprehenderit velit"
},
{
"key": "match_memo",
"value": "reprehenderit velit"
},
{
"key": "asset_id",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "hide_contracts",
"value": "true"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Get general information about the API and the connected contract",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/config",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"config"
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/config",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"config"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"contract\": \"occaecat\",\n \"version\": \"exercitation deserunt culpa mollit\",\n \"collection_format\": [\n {\n \"name\": \"incididunt Lorem irure Ut\",\n \"type\": \"mollit proident enim\"\n },\n {\n \"name\": \"mollit in ex\",\n \"type\": \"Ut nis\"\n }\n ],\n \"supported_tokens\": [\n {\n \"token_contract\": \"ut labore id in\",\n \"token_symbol\": \"nisi pariatur quis culpa consectetur\",\n \"token_precision\": -88075802\n },\n {\n \"token_contract\": \"dolor magna\",\n \"token_symbol\": \"sunt amet dolore\",\n \"token_precision\": -32681941\n }\n ]\n },\n \"query_time\": 78841730\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicassets/v1/config",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicassets",
"v1",
"config"
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "atomicmarket",
"item": [
{
"name": "v1",
"item": [
{
"name": "sales",
"item": [
{
"name": "{sale id}",
"item": [
{
"name": "Get a specific sale by id",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/sales/:sale_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"sales",
":sale_id"
],
"variable": [
{
"key": "sale_id",
"value": "33850208",
"description": "(Required) Sale Id"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/sales/:sale_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"sales",
":sale_id"
],
"variable": [
{
"key": "sale_id",
"value": "33850208",
"description": "(Required) Sale Id"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"market_contract\": \"mollit in nostrud eiusmod ut\",\n \"assets_contract\": \"qui deserunt\",\n \"sale_id\": \"id in commodo\",\n \"seller\": \"sit sint\",\n \"buyer\": \"sunt proident\",\n \"offer_id\": \"ullamco sed adipisicing ex\",\n \"price\": {\n \"amount\": \"aliqua voluptate ea esse\",\n \"token_precision\": -4998390,\n \"token_contract\": \"cupidatat\",\n \"token_symbol\": \"nisi commodo\"\n },\n \"listing_price\": 42127575.62207052,\n \"listing_symbol\": \"cupidatat dolore cillum\",\n \"assets\": [\n {\n \"contract\": \"et nulla\",\n \"asset_id\": \"eiusmod ipsum\",\n \"owner\": \"incididunt ut\",\n \"name\": \"aute\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"template_mint\": \"eiusmod dolor reprehenderit Ut\",\n \"collection\": {\n \"collection_name\": \"ad dolore commodo ipsum\",\n \"name\": \"ut mollit quis sunt consectetur\",\n \"author\": \"consectetur nulla esse\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"ea nulla enim esse\",\n \"aliqua aliquip sint\"\n ],\n \"notify_accounts\": [\n \"sed labore\",\n \"elit eu\"\n ],\n \"market_fee\": -80661898.24883567,\n \"created_at_block\": \"cillu\",\n \"created_at_time\": \"mollit fugiat ad\"\n },\n \"schema\": {\n \"schema_name\": \"amet officia dolore incididunt\",\n \"format\": [\n {\n \"name\": \"cupidatat consequat quis fugiat aliquip\",\n \"type\": \"in quis voluptate\"\n },\n {\n \"name\": \"consequat Excepteur incidid\",\n \"type\": \"Lorem pariatur irure\"\n }\n ],\n \"created_at_block\": \"do reprehenderit ex magna sit\",\n \"created_at_time\": \"sed\"\n },\n \"template\": {\n \"template_id\": \"labore\",\n \"max_supply\": \"elit ut ad amet proident\",\n \"issued_supply\": \"aute\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"minim Excepteur ad ut\",\n \"created_at_block\": \"in sit minim consectetur magna\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"cillum ut\",\n \"token_symbol\": \"aute eiusmod ipsum do\",\n \"token_precision\": -88279870,\n \"amount\": \"exercitation amet minim\"\n },\n {\n \"token_contract\": \"laborum\",\n \"token_symbol\": \"tempor ea magna ex\",\n \"token_precision\": 38932525,\n \"amount\": \"anim adipisicing\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"laborum incididunt\",\n \"burned_at_block\": \"laboris lab\",\n \"burned_at_time\": \"minim commodo\",\n \"updated_at_block\": \"nulla Lorem\",\n \"updated_at_time\": \"cillum incididunt officia consequat\",\n \"transferred_at_block\": \"culpa aute\",\n \"transferred_at_time\": \"fugiat exercitation non\",\n \"minted_at_block\": \"officia velit la\",\n \"minted_at_time\": \"nostrud elit\"\n },\n {\n \"contract\": \"occaecat aute adipisicing ipsum\",\n \"asset_id\": \"deserunt\",\n \"owner\": \"amet\",\n \"name\": \"anim\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"template_mint\": \"ea\",\n \"collection\": {\n \"collection_name\": \"nostrud tempor u\",\n \"name\": \"est ut non voluptate\",\n \"author\": \"ipsum nisi\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"mollit\",\n \"dolore dolor in\"\n ],\n \"notify_accounts\": [\n \"velit\",\n \"eiusmod Duis deserunt\"\n ],\n \"market_fee\": 45091460.20890075,\n \"created_at_block\": \"deserunt dolor nostrud enim\",\n \"created_at_time\": \"ullamco dolo\"\n },\n \"schema\": {\n \"schema_name\": \"tempor et reprehenderit proident\",\n \"format\": [\n {\n \"name\": \"tempor officia\",\n \"type\": \"non quis dolore enim laboris\"\n },\n {\n \"name\": \"sunt eu d\",\n \"type\": \"reprehenderit aute\"\n }\n ],\n \"created_at_block\": \"aliquip minim cupidatat\",\n \"created_at_time\": \"quis velit\"\n },\n \"template\": {\n \"template_id\": \"laborum\",\n \"max_supply\": \"aliqua i\",\n \"issued_supply\": \"do in enim Duis\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"labore\",\n \"created_at_block\": \"esse nostrud v\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"labore nisi\",\n \"token_symbol\": \"elit nisi\",\n \"token_precision\": 71656612,\n \"amount\": \"reprehenderit Ut ullamco sint\"\n },\n {\n \"token_contract\": \"elit\",\n \"token_symbol\": \"cupidatat nulla\",\n \"token_precision\": -37869188,\n \"amount\": \"deserunt\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"adipisicing qui\",\n \"burned_at_block\": \"nostrud minim consectetur\",\n \"burned_at_time\": \"quis ad\",\n \"updated_at_block\": \"nostrud do id\",\n \"updated_at_time\": \"nostrud eiusmod\",\n \"transferred_at_block\": \"Duis Lorem\",\n \"transferred_at_time\": \"quis ea amet dol\",\n \"minted_at_block\": \"dolore mol\",\n \"minted_at_time\": \"minim ad irure nisi consequ\"\n }\n ],\n \"maker_marketplace\": \"labore amet labor\",\n \"taker_marketplace\": \"cillum magn\",\n \"collection\": {\n \"collection_name\": \"pariatur dolore fugiat minim\",\n \"name\": \"dolore consequat nulla\",\n \"author\": \"officia id\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"laborum anim fugiat tempor\",\n \"ea anim ipsum\"\n ],\n \"notify_accounts\": [\n \"esse ullamco eiusmod laborum\",\n \"elit aliquip ad\"\n ],\n \"market_fee\": -67309584.59917992,\n \"created_at_block\": \"minim amet\",\n \"created_at_time\": \"mollit ullamco\"\n },\n \"state\": 39503280,\n \"updated_at_block\": \"non adipisicing amet\",\n \"updated_at_time\": \"qui Lorem ullamco sunt\",\n \"created_at_block\": \"incididunt dolore\",\n \"created_at_time\": \"fugiat in irure laboris\"\n },\n \"query_time\": 82938089\n}"
},
{
"name": "Element not found",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/sales/:sale_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"sales",
":sale_id"
],
"variable": [
{
"key": "sale_id",
"value": "33850208",
"description": "(Required) Sale Id"
}
]
}
},
"status": "Requested Range Not Satisfiable",
"code": 416,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/sales/:sale_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"sales",
":sale_id"
],
"variable": [
{
"key": "sale_id",
"value": "33850208",
"description": "(Required) Sale Id"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Fetch sale logs",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/sales/:sale_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"sales",
":sale_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit",
"description": "Action whitelist"
},
{
"key": "action_blacklist",
"value": "33850208",
"description": "Action blacklist"
}
],
"variable": [
{
"key": "sale_id",
"value": "33850208",
"description": "(Required) ID of sale"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/sales/:sale_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"sales",
":sale_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "sale_id",
"value": "33850208",
"description": "(Required) ID of sale"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"log_id\": \"elit nulla\",\n \"name\": \"ex laboris\",\n \"data\": {},\n \"txid\": \"sed aliqua\",\n \"created_at_block\": \"sint\",\n \"created_at_time\": \"aute consectetur aliqua\"\n },\n {\n \"log_id\": \"sunt aliquip velit\",\n \"name\": \"ex tempor\",\n \"data\": {},\n \"txid\": \"velit anim adipisicing\",\n \"created_at_block\": \"adipisicing\",\n \"created_at_time\": \"pariatur\"\n }\n ],\n \"query_time\": 33232924\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/sales/:sale_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"sales",
":sale_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "sale_id",
"value": "33850208",
"description": "(Required) ID of sale"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "Get the cheapest sale grouped by templates. ",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/sales/templates?symbol=reprehenderit velit&min_price=-3758446.4817184955&max_price=-3758446.4817184955&collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&owner=reprehenderit velit&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"sales",
"templates"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit",
"description": "(Required) Token symbol"
},
{
"key": "min_price",
"value": "-3758446.4817184955",
"description": "Min price"
},
{
"key": "max_price",
"value": "-3758446.4817184955",
"description": "Max price"
},
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "Filter by collection name"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "Filter by schema name"
},
{
"key": "template_id",
"value": "33850208",
"description": "Filter by template id"
},
{
"key": "burned",
"value": "true",
"description": "Filter for burned assets"
},
{
"key": "owner",
"value": "reprehenderit velit",
"description": "Filter by owner"
},
{
"key": "match",
"value": "reprehenderit velit",
"description": "Search for input in asset name on template data"
},
{
"key": "search",
"value": "reprehenderit velit",
"description": "Fuzzy search for input in asset name on template data"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit",
"description": "Search for input in asset name on asset immutable data"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit",
"description": "Search for input in asset name on asset mutable data"
},
{
"key": "is_transferable",
"value": "true",
"description": "Check if asset is transferable"
},
{
"key": "is_burnable",
"value": "true",
"description": "Check if asset is burnable"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "ids",
"value": "reprehenderit velit",
"description": "seperate multiple ids with \",\""
},
{
"key": "lower_bound",
"value": "reprehenderit velit",
"description": "lower bound of primary key (value included)"
},
{
"key": "upper_bound",
"value": "reprehenderit velit",
"description": "upper bound of primary key (value excluded)"
},
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "sort",
"value": "created",
"description": "Column to sort"
}
]
},
"description": "You can filter the result by specific asset / template data fields.You can add for example &template_data.rarity=common to only receive results which have an attribute \"rarity\" with the value \"common\". You can query specific asset data by using &immutable_data.rarity=common or &mutable_data.rarity=common .If you want to query a non text type you need to specify it explicitly (defaults to text type) like data:bool.foil=true or data:number.id=4 or data:text.rarity=common. Integers which are defined greater than 32 bit (eg 64 bit) in the schema need to be queried as text."
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/sales/templates?symbol=reprehenderit velit&min_price=-3758446.4817184955&max_price=-3758446.4817184955&collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&owner=reprehenderit velit&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"sales",
"templates"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "min_price",
"value": "-3758446.4817184955"
},
{
"key": "max_price",
"value": "-3758446.4817184955"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "owner",
"value": "reprehenderit velit"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "search",
"value": "reprehenderit velit"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit"
},
{
"key": "is_transferable",
"value": "true"
},
{
"key": "is_burnable",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"market_contract\": \"elit\",\n \"assets_contract\": \"incididunt est culpa aliqua\",\n \"sale_id\": \"commodo veniam dolore dolor\",\n \"seller\": \"ipsum dolor consectetur\",\n \"buyer\": \"commodo\",\n \"offer_id\": \"laboris enim quis id exercitation\",\n \"price\": {\n \"amount\": \"proident ipsum\",\n \"token_precision\": -13295479,\n \"token_contract\": \"qui labore Lorem repreh\",\n \"token_symbol\": \"dolor\"\n },\n \"listing_price\": -80420803.99055402,\n \"listing_symbol\": \"mollit nulla occaecat nostrud\",\n \"assets\": [\n {\n \"contract\": \"irure do voluptate\",\n \"asset_id\": \"sint proident in occaecat\",\n \"owner\": \"est eu in\",\n \"name\": \"laboris sit irure mol\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"template_mint\": \"consequat\",\n \"collection\": {\n \"collection_name\": \"ut ullamco dolore irure\",\n \"name\": \"consequat velit sint occaecat\",\n \"author\": \"nostrud elit minim\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"pariatur ex cillum\",\n \"mollit veniam\"\n ],\n \"notify_accounts\": [\n \"laborum reprehenderit dolore\",\n \"Lorem in\"\n ],\n \"market_fee\": 11904837.894065872,\n \"created_at_block\": \"qui aliquip enim aliqua\",\n \"created_at_time\": \"deserunt consequat\"\n },\n \"schema\": {\n \"schema_name\": \"ullamco amet\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"consequat aute enim est\",\n \"created_at_time\": \"est sint proident sit\"\n },\n \"template\": {\n \"template_id\": \"eu adipisicing sint esse\",\n \"max_supply\": \"pariatur\",\n \"issued_supply\": \"laboris eu cupidatat\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"dolore qui in\",\n \"created_at_block\": \"pariatur ullamco\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"pariatur dolore tempor\",\n \"token_symbol\": \"pariatur deserunt\",\n \"token_precision\": 51907252,\n \"amount\": \"sint e\"\n },\n {\n \"token_contract\": \"qui incididunt\",\n \"token_symbol\": \"qui laborum\",\n \"token_precision\": 56837098,\n \"amount\": \"id\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"eu nulla\",\n \"burned_at_block\": \"ex quis\",\n \"burned_at_time\": \"irure ea culpa dolor\",\n \"updated_at_block\": \"occaecat deserunt minim\",\n \"updated_at_time\": \"aliquip et laboris nulla\",\n \"transferred_at_block\": \"amet dolore aliquip sunt\",\n \"transferred_at_time\": \"ipsum ad quis\",\n \"minted_at_block\": \"non pariatur\",\n \"minted_at_time\": \"Duis adipisicing \"\n },\n {\n \"contract\": \"sunt Ut culpa\",\n \"asset_id\": \"nulla culpa consectetur\",\n \"owner\": \"qui laboris sit\",\n \"name\": \"laboris reprehenderit\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"template_mint\": \"ex aute non laboris exercita\",\n \"collection\": {\n \"collection_name\": \"consequat id velit\",\n \"name\": \"veniam\",\n \"author\": \"ipsum officia aute ut\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"nostrud\",\n \"Duis irure reprehenderit laborum\"\n ],\n \"notify_accounts\": [\n \"qui quis\",\n \"culpa aute\"\n ],\n \"market_fee\": 9870859.366909638,\n \"created_at_block\": \"sunt laboris\",\n \"created_at_time\": \"sunt fugiat non\"\n },\n \"schema\": {\n \"schema_name\": \"eu ni\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"est ea velit\",\n \"created_at_time\": \"in\"\n },\n \"template\": {\n \"template_id\": \"est\",\n \"max_supply\": \"ex mollit sint\",\n \"issued_supply\": \"amet deserunt\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"irure Lorem et\",\n \"created_at_block\": \"enim consequat labor\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"minim dolore aliqua in\",\n \"token_symbol\": \"occaecat officia ea\",\n \"token_precision\": -10537549,\n \"amount\": \"nulla occaecat magna sed tempor\"\n },\n {\n \"token_contract\": \"sunt laborum sit\",\n \"token_symbol\": \"an\",\n \"token_precision\": -58756072,\n \"amount\": \"mollit culpa id\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"dolore commodo consequat proident deserunt\",\n \"burned_at_block\": \"minim in\",\n \"burned_at_time\": \"Duis ipsum adipisicing non\",\n \"updated_at_block\": \"aliqua laboris\",\n \"updated_at_time\": \"tempor\",\n \"transferred_at_block\": \"ipsum nulla deserunt aliqua\",\n \"transferred_at_time\": \"ullamco nulla\",\n \"minted_at_block\": \"ut ex Excepteur\",\n \"minted_at_time\": \"dolor nisi mollit esse id\"\n }\n ],\n \"maker_marketplace\": \"in enim deserunt\",\n \"taker_marketplace\": \"cillum veniam ut dolor\",\n \"collection\": {\n \"collection_name\": \"quis nulla sunt\",\n \"name\": \"laborum Duis tempor ad officia\",\n \"author\": \"velit\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"magna est ea\",\n \"mollit fug\"\n ],\n \"notify_accounts\": [\n \"tempor sunt aliqua\",\n \"laboris id ad culpa non\"\n ],\n \"market_fee\": -15877040.543609858,\n \"created_at_block\": \"quis\",\n \"created_at_time\": \"reprehenderit labo\"\n },\n \"state\": -42526026,\n \"updated_at_block\": \"proident ipsum non\",\n \"updated_at_time\": \"nulla sed adipisicing\",\n \"created_at_block\": \"velit fugiat do cillum et\",\n \"created_at_time\": \"aute eu adipisicing\"\n },\n {\n \"market_contract\": \"tempor ipsum sunt laborum\",\n \"assets_contract\": \"ad ipsum\",\n \"sale_id\": \"dolor voluptate id\",\n \"seller\": \"sunt m\",\n \"buyer\": \"eiusmod aliquip\",\n \"offer_id\": \"cillum sunt\",\n \"price\": {\n \"amount\": \"et aute ea\",\n \"token_precision\": 23018706,\n \"token_contract\": \"ad\",\n \"token_symbol\": \"velit dolor\"\n },\n \"listing_price\": 27633610.887487903,\n \"listing_symbol\": \"eiusmod\",\n \"assets\": [\n {\n \"contract\": \"occaecat consectetur amet et anim\",\n \"asset_id\": \"sed commodo Ut\",\n \"owner\": \"velit cillum voluptate ex\",\n \"name\": \"veniam id\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"template_mint\": \"sint reprehenderit\",\n \"collection\": {\n \"collection_name\": \"adipisicing consequat\",\n \"name\": \"ad do\",\n \"author\": \"sit et enim\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"incididunt minim eiusmod sunt\",\n \"Duis voluptate minim dolor est\"\n ],\n \"notify_accounts\": [\n \"velit Duis ipsum ex\",\n \"minim nulla\"\n ],\n \"market_fee\": -8170597.892281383,\n \"created_at_block\": \"ex dolore veniam non\",\n \"created_at_time\": \"ullamco id amet\"\n },\n \"schema\": {\n \"schema_name\": \"consequat cillum pariatur ex\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"ut qui Ut commodo\",\n \"created_at_time\": \"mollit reprehenderit\"\n },\n \"template\": {\n \"template_id\": \"Excepteur id\",\n \"max_supply\": \"nostrud\",\n \"issued_supply\": \"cillum\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"non anim\",\n \"created_at_block\": \"cupidatat elit Excepteur\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"in irure\",\n \"token_symbol\": \"irure culpa Ut in\",\n \"token_precision\": 28369001,\n \"amount\": \"do consequat nisi\"\n },\n {\n \"token_contract\": \"reprehenderit nisi\",\n \"token_symbol\": \"cupidatat Ut dolore sit\",\n \"token_precision\": -90730992,\n \"amount\": \"sed\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"dolore ea n\",\n \"burned_at_block\": \"esse velit\",\n \"burned_at_time\": \"quis nostrud\",\n \"updated_at_block\": \"culpa cillum dolore m\",\n \"updated_at_time\": \"sed veniam\",\n \"transferred_at_block\": \"mollit fugiat ullamco ipsum veniam\",\n \"transferred_at_time\": \"occaecat reprehenderit in ipsum\",\n \"minted_at_block\": \"proid\",\n \"minted_at_time\": \"dolor\"\n },\n {\n \"contract\": \"velit dolore Duis\",\n \"asset_id\": \"tempor ipsum reprehenderit ea\",\n \"owner\": \"ad\",\n \"name\": \"quis cupidatat id\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"template_mint\": \"ullamco in eiusmod\",\n \"collection\": {\n \"collection_name\": \"culpa Excepteur mollit\",\n \"name\": \"tempor\",\n \"author\": \"consequat\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"ex dolore irure\",\n \"et eiusmod\"\n ],\n \"notify_accounts\": [\n \"Ut dolore labore sed\",\n \"Ut Excepteur nostrud mollit dolore\"\n ],\n \"market_fee\": 76053926.52953854,\n \"created_at_block\": \"in dolor culpa qui\",\n \"created_at_time\": \"officia esse tempor sint\"\n },\n \"schema\": {\n \"schema_name\": \"aliqua dolore\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"commodo Excepteur aute enim dolor\",\n \"created_at_time\": \"labori\"\n },\n \"template\": {\n \"template_id\": \"aliqua proident dolor dolore ex\",\n \"max_supply\": \"proident laborum\",\n \"issued_supply\": \"et ut\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"ea\",\n \"created_at_block\": \"elit exercitation\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"do nulla mollit\",\n \"token_symbol\": \"laboris sint velit\",\n \"token_precision\": -87584603,\n \"amount\": \"aliquip id in\"\n },\n {\n \"token_contract\": \"culpa sunt\",\n \"token_symbol\": \"elit anim\",\n \"token_precision\": -28386990,\n \"amount\": \"q\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"incididunt amet\",\n \"burned_at_block\": \"Excepteur ipsum ut in\",\n \"burned_at_time\": \"veniam in occaecat\",\n \"updated_at_block\": \"commodo nu\",\n \"updated_at_time\": \"eiusmod est aliqua\",\n \"transferred_at_block\": \"in\",\n \"transferred_at_time\": \"ipsum ve\",\n \"minted_at_block\": \"in culpa nisi\",\n \"minted_at_time\": \"non amet irure nisi\"\n }\n ],\n \"maker_marketplace\": \"esse eiusmod\",\n \"taker_marketplace\": \"consectetur minim\",\n \"collection\": {\n \"collection_name\": \"ea eu laboris\",\n \"name\": \"exercitation qui non cillum\",\n \"author\": \"culpa laboris in\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"Lorem est Ut velit\",\n \"velit consectetur\"\n ],\n \"notify_accounts\": [\n \"sit anim ullamco sed\",\n \"exercitat\"\n ],\n \"market_fee\": 54268014.62312162,\n \"created_at_block\": \"nisi aliquip non\",\n \"created_at_time\": \"eiusmod aliqua cillum\"\n },\n \"state\": 80557841,\n \"updated_at_block\": \"reprehenderit proident amet\",\n \"updated_at_time\": \"sint laboris eiusmod qui\",\n \"created_at_block\": \"non aliqua commodo in Excepteur\",\n \"created_at_time\": \"tempor\"\n }\n ],\n \"query_time\": -61621611\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/sales/templates?symbol=reprehenderit velit&min_price=-3758446.4817184955&max_price=-3758446.4817184955&collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&owner=reprehenderit velit&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"sales",
"templates"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "min_price",
"value": "-3758446.4817184955"
},
{
"key": "max_price",
"value": "-3758446.4817184955"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "owner",
"value": "reprehenderit velit"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "search",
"value": "reprehenderit velit"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit"
},
{
"key": "is_transferable",
"value": "true"
},
{
"key": "is_burnable",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "auctions",
"item": [
{
"name": "{auction id}",
"item": [
{
"name": "Get a specific auction by id",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/auctions/:auction_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"auctions",
":auction_id"
],
"variable": [
{
"key": "auction_id",
"value": "33850208",
"description": "(Required) Auction Id"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/auctions/:auction_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"auctions",
":auction_id"
],
"variable": [
{
"key": "auction_id",
"value": "33850208",
"description": "(Required) Auction Id"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"market_contract\": \"magna nisi anim\",\n \"assets_contract\": \"sunt est mollit non\",\n \"auction_id\": \"nisi commodo quis\",\n \"seller\": \"et laborum dolor enim\",\n \"buyer\": \"enim magna ex\",\n \"price\": {\n \"amount\": \"ex dolore laboris velit\",\n \"token_precision\": -84738897,\n \"token_contract\": \"sit\",\n \"token_symbol\": \"exercitation voluptate\"\n },\n \"assets\": [\n {\n \"contract\": \"qui\",\n \"asset_id\": \"in sunt voluptate\",\n \"owner\": \"ullamco amet\",\n \"name\": \"laboris magna nisi\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"template_mint\": \"dolore laborum\",\n \"collection\": {\n \"collection_name\": \"in non sed\",\n \"name\": \"proident\",\n \"author\": \"enim sunt adipisicing in ex\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"exercitation Duis\",\n \"nulla\"\n ],\n \"notify_accounts\": [\n \"eu dolor\",\n \"proident consectetur cillum\"\n ],\n \"market_fee\": -94961882.01447158,\n \"created_at_block\": \"labore adipisicing\",\n \"created_at_time\": \"nostrud eu laborum in\"\n },\n \"schema\": {\n \"schema_name\": \"ea eiusmod laborum\",\n \"format\": [\n {\n \"name\": \"qui nisi ut\",\n \"type\": \"eu enim sunt sit veniam\"\n },\n {\n \"name\": \"esse Duis aute ea\",\n \"type\": \"volupta\"\n }\n ],\n \"created_at_block\": \"do ea ad\",\n \"created_at_time\": \"voluptate minim exercitation\"\n },\n \"template\": {\n \"template_id\": \"dolore in pariatur\",\n \"max_supply\": \"commodo sit\",\n \"issued_supply\": \"ullamco sit sint\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"anim\",\n \"created_at_block\": \"laboris veniam non reprehenderit\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"mollit consequat voluptate aute\",\n \"token_symbol\": \"commodo Duis cupidatat occaecat\",\n \"token_precision\": 97773924,\n \"amount\": \"nostrud irure ea\"\n },\n {\n \"token_contract\": \"Ut Excepteur ad\",\n \"token_symbol\": \"in minim exercitation\",\n \"token_precision\": 50403806,\n \"amount\": \"proident ut qui anim ipsum\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"pariatur do\",\n \"burned_at_block\": \"in adipisicing proide\",\n \"burned_at_time\": \"consectetur\",\n \"updated_at_block\": \"in aliqua\",\n \"updated_at_time\": \"minim in nostrud\",\n \"transferred_at_block\": \"fugiat nostrud ea nisi dolor\",\n \"transferred_at_time\": \"velit eu\",\n \"minted_at_block\": \"Excepteur incididunt mollit pariatur\",\n \"minted_at_time\": \"et dolore\"\n },\n {\n \"contract\": \"incididunt\",\n \"asset_id\": \"ad\",\n \"owner\": \"ut proident esse\",\n \"name\": \"minim in\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"template_mint\": \"occaecat in\",\n \"collection\": {\n \"collection_name\": \"nisi officia elit\",\n \"name\": \"est consectetur amet sit tempor\",\n \"author\": \"consequat pariatur ipsum\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"nulla adipisic\",\n \"aute\"\n ],\n \"notify_accounts\": [\n \"fugiat laborum Excepteur laboris reprehenderit\",\n \"ut exercitation id\"\n ],\n \"market_fee\": 11607426.553574294,\n \"created_at_block\": \"adipisicing eiusmod consequat\",\n \"created_at_time\": \"Lorem consequat\"\n },\n \"schema\": {\n \"schema_name\": \"occaecat \",\n \"format\": [\n {\n \"name\": \"nisi voluptate officia\",\n \"type\": \"nostrud adipisicing amet aute\"\n },\n {\n \"name\": \"conse\",\n \"type\": \"et off\"\n }\n ],\n \"created_at_block\": \"enim in\",\n \"created_at_time\": \"sed nisi aute dolore exercitation\"\n },\n \"template\": {\n \"template_id\": \"enim do\",\n \"max_supply\": \"in et proident\",\n \"issued_supply\": \"in ipsum do exercitation labore\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"anim officia amet\",\n \"created_at_block\": \"et sint\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"incididunt ipsum ut\",\n \"token_symbol\": \"commodo\",\n \"token_precision\": 43690066,\n \"amount\": \"Lorem adipisicing in\"\n },\n {\n \"token_contract\": \"ipsum Excepteur\",\n \"token_symbol\": \"proident occaecat\",\n \"token_precision\": -31472575,\n \"amount\": \"dolor\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"dolore nisi Lorem\",\n \"burned_at_block\": \"officia dolore sed voluptate velit\",\n \"burned_at_time\": \"minim Lorem sint\",\n \"updated_at_block\": \"ad anim\",\n \"updated_at_time\": \"proident\",\n \"transferred_at_block\": \"minim\",\n \"transferred_at_time\": \"quis\",\n \"minted_at_block\": \"esse sit Excepteur anim\",\n \"minted_at_time\": \"sed enim\"\n }\n ],\n \"bids\": [\n {\n \"number\": 47955700,\n \"account\": \"ullamco minim esse est dolore\",\n \"amount\": \"ullamco consequat\",\n \"created_at_block\": \"fugiat ex\",\n \"created_at_time\": \"consequat deserunt adipisicing in sunt\",\n \"txid\": \"anim veniam sed\"\n },\n {\n \"number\": -20942129,\n \"account\": \"irure amet consectetur voluptate\",\n \"amount\": \"in adipisicing nisi\",\n \"created_at_block\": \"sed velit consequat\",\n \"created_at_time\": \"ad amet id\",\n \"txid\": \"amet aliqua ut irure\"\n }\n ],\n \"maker_marketplace\": \"sit ea elit laboris\",\n \"taker_marketplace\": \"nisi et qui aliqua adipisicing\",\n \"collection\": {\n \"collection_name\": \"aute laboris fug\",\n \"name\": \"et officia\",\n \"author\": \"officia aute\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"incididunt consequat Excepteur ut\",\n \"non dolor\"\n ],\n \"notify_accounts\": [\n \"sunt\",\n \"nulla tempor ex\"\n ],\n \"market_fee\": 43851472.83804312,\n \"created_at_block\": \"aute do\",\n \"created_at_time\": \"Duis eiusmod sint\"\n },\n \"state\": -19175555,\n \"end_time\": \"amet nisi\",\n \"updated_at_block\": \"id aliqua voluptate\",\n \"updated_at_time\": \"proident nostrud enim\",\n \"created_at_block\": \"est Lorem quis ad\",\n \"created_at_time\": \"sit id est\"\n },\n \"query_time\": 32194566\n}"
},
{
"name": "Element not found",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/auctions/:auction_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"auctions",
":auction_id"
],
"variable": [
{
"key": "auction_id",
"value": "33850208",
"description": "(Required) Auction Id"
}
]
}
},
"status": "Requested Range Not Satisfiable",
"code": 416,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/auctions/:auction_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"auctions",
":auction_id"
],
"variable": [
{
"key": "auction_id",
"value": "33850208",
"description": "(Required) Auction Id"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Fetch auction logs",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/auctions/:auction_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"auctions",
":auction_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit",
"description": "Action whitelist"
},
{
"key": "action_blacklist",
"value": "33850208",
"description": "Action blacklist"
}
],
"variable": [
{
"key": "auction_id",
"value": "33850208",
"description": "(Required) ID of auction"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/auctions/:auction_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"auctions",
":auction_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "auction_id",
"value": "33850208",
"description": "(Required) ID of auction"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"log_id\": \"elit nulla\",\n \"name\": \"ex laboris\",\n \"data\": {},\n \"txid\": \"sed aliqua\",\n \"created_at_block\": \"sint\",\n \"created_at_time\": \"aute consectetur aliqua\"\n },\n {\n \"log_id\": \"sunt aliquip velit\",\n \"name\": \"ex tempor\",\n \"data\": {},\n \"txid\": \"velit anim adipisicing\",\n \"created_at_block\": \"adipisicing\",\n \"created_at_time\": \"pariatur\"\n }\n ],\n \"query_time\": 33232924\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/auctions/:auction_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"auctions",
":auction_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "auction_id",
"value": "33850208",
"description": "(Required) ID of auction"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "Get all auctions.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/auctions?state=reprehenderit velit&bidder=reprehenderit velit&participant=reprehenderit velit&hide_empty_auctions=true&max_assets=33850208&min_assets=33850208&show_seller_contracts=true&contract_whitelist=reprehenderit velit&seller_blacklist=reprehenderit velit&buyer_blacklist=reprehenderit velit&asset_id=&marketplace=reprehenderit velit&maker_marketplace=reprehenderit velit&taker_marketplace=reprehenderit velit&symbol=reprehenderit velit&account=reprehenderit velit&seller=reprehenderit velit&buyer=reprehenderit velit&min_price=-3758446.4817184955&max_price=-3758446.4817184955&min_template_mint=-3758446.4817184955&max_template_mint=-3758446.4817184955&collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&owner=reprehenderit velit&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"auctions"
],
"query": [
{
"key": "state",
"value": "reprehenderit velit",
"description": "Filter by auction state (0: WAITING: Auction created but assets were not transferred yet, 1: LISTED - Auction pending and open to bids, 2: CANCELED - Auction was canceled, 3: SOLD - Auction has been sold, 4: INVALID - Auction ended but no bid was made) - separate multiple with \",\""
},
{
"key": "bidder",
"value": "reprehenderit velit",
"description": "Filter by auctions with this bidder"
},
{
"key": "participant",
"value": "reprehenderit velit",
"description": "Filter by auctions where this account participated and can still claim / bid"
},
{
"key": "hide_empty_auctions",
"value": "true",
"description": "Hide auctions with no bids"
},
{
"key": "max_assets",
"value": "33850208",
"description": "Max assets per listing"
},
{
"key": "min_assets",
"value": "33850208",
"description": "Min assets per listing"
},
{
"key": "show_seller_contracts",
"value": "true",
"description": "If false no seller contracts are shown except if they are in the contract whitelist"
},
{
"key": "contract_whitelist",
"value": "reprehenderit velit",
"description": "Show these accounts even if they are contracts"
},
{
"key": "seller_blacklist",
"value": "reprehenderit velit",
"description": "Dont show listings from these sellers (Split multiple with \",\")"
},
{
"key": "buyer_blacklist",
"value": "reprehenderit velit",
"description": "Dont show listings from these buyers (Split multiple with \",\")"
},
{
"key": "asset_id",
"value": "",
"description": "Asset id in the offer"
},
{
"key": "marketplace",
"value": "reprehenderit velit",
"description": "Filter by all sales where a certain marketplace is either taker or maker marketplace - separate multiple with \",\""
},
{
"key": "maker_marketplace",
"value": "reprehenderit velit",
"description": "Maker marketplace - separate multiple with \",\""
},
{
"key": "taker_marketplace",
"value": "reprehenderit velit",
"description": "Taker marketplace - separate multiple with \",\""
},
{
"key": "symbol",
"value": "reprehenderit velit",
"description": "Filter by symbol"
},
{
"key": "account",
"value": "reprehenderit velit",
"description": "Filter accounts that are either seller or buyer"
},
{
"key": "seller",
"value": "reprehenderit velit",
"description": "Filter by seller - separate multiple with \",\""
},
{
"key": "buyer",
"value": "reprehenderit velit",
"description": "Filter by buyer - separate multiple with \",\""
},
{
"key": "min_price",
"value": "-3758446.4817184955",
"description": "Lower price limit"
},
{
"key": "max_price",
"value": "-3758446.4817184955",
"description": "Upper price limit"
},
{
"key": "min_template_mint",
"value": "-3758446.4817184955",
"description": "Min template mint"
},
{
"key": "max_template_mint",
"value": "-3758446.4817184955",
"description": "Max template mint"
},
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "Filter by collection name"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "Filter by schema name"
},
{
"key": "template_id",
"value": "33850208",
"description": "Filter by template id"
},
{
"key": "burned",
"value": "true",
"description": "Filter for burned assets"
},
{
"key": "owner",
"value": "reprehenderit velit",
"description": "Filter by owner"
},
{
"key": "match",
"value": "reprehenderit velit",
"description": "Search for input in asset name on template data"
},
{
"key": "search",
"value": "reprehenderit velit",
"description": "Fuzzy search for input in asset name on template data"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit",
"description": "Search for input in asset name on asset immutable data"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit",
"description": "Search for input in asset name on asset mutable data"
},
{
"key": "is_transferable",
"value": "true",
"description": "Check if asset is transferable"
},
{
"key": "is_burnable",
"value": "true",
"description": "Check if asset is burnable"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "ids",
"value": "reprehenderit velit",
"description": "seperate multiple ids with \",\""
},
{
"key": "lower_bound",
"value": "reprehenderit velit",
"description": "lower bound of primary key (value included)"
},
{
"key": "upper_bound",
"value": "reprehenderit velit",
"description": "upper bound of primary key (value excluded)"
},
{
"key": "before",
"value": "33850208",
"description": "Only show results before this timestamp in milliseconds (value excluded)"
},
{
"key": "after",
"value": "33850208",
"description": "Only show results after this timestamp in milliseconds (value excluded)"
},
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "sort",
"value": "created",
"description": "Column to sort"
}
]
},
"description": "You can filter the result by specific asset / template data fields.You can add for example &template_data.rarity=common to only receive results which have an attribute \"rarity\" with the value \"common\". You can query specific asset data by using &immutable_data.rarity=common or &mutable_data.rarity=common .If you want to query a non text type you need to specify it explicitly (defaults to text type) like data:bool.foil=true or data:number.id=4 or data:text.rarity=common. Integers which are defined greater than 32 bit (eg 64 bit) in the schema need to be queried as text."
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/auctions?state=reprehenderit velit&bidder=reprehenderit velit&participant=reprehenderit velit&hide_empty_auctions=true&max_assets=33850208&min_assets=33850208&show_seller_contracts=true&contract_whitelist=reprehenderit velit&seller_blacklist=reprehenderit velit&buyer_blacklist=reprehenderit velit&asset_id=&marketplace=reprehenderit velit&maker_marketplace=reprehenderit velit&taker_marketplace=reprehenderit velit&symbol=reprehenderit velit&account=reprehenderit velit&seller=reprehenderit velit&buyer=reprehenderit velit&min_price=-3758446.4817184955&max_price=-3758446.4817184955&min_template_mint=-3758446.4817184955&max_template_mint=-3758446.4817184955&collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&owner=reprehenderit velit&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"auctions"
],
"query": [
{
"key": "state",
"value": "reprehenderit velit"
},
{
"key": "bidder",
"value": "reprehenderit velit"
},
{
"key": "participant",
"value": "reprehenderit velit"
},
{
"key": "hide_empty_auctions",
"value": "true"
},
{
"key": "max_assets",
"value": "33850208"
},
{
"key": "min_assets",
"value": "33850208"
},
{
"key": "show_seller_contracts",
"value": "true"
},
{
"key": "contract_whitelist",
"value": "reprehenderit velit"
},
{
"key": "seller_blacklist",
"value": "reprehenderit velit"
},
{
"key": "buyer_blacklist",
"value": "reprehenderit velit"
},
{
"key": "asset_id",
"value": ""
},
{
"key": "marketplace",
"value": "reprehenderit velit"
},
{
"key": "maker_marketplace",
"value": "reprehenderit velit"
},
{
"key": "taker_marketplace",
"value": "reprehenderit velit"
},
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "account",
"value": "reprehenderit velit"
},
{
"key": "seller",
"value": "reprehenderit velit"
},
{
"key": "buyer",
"value": "reprehenderit velit"
},
{
"key": "min_price",
"value": "-3758446.4817184955"
},
{
"key": "max_price",
"value": "-3758446.4817184955"
},
{
"key": "min_template_mint",
"value": "-3758446.4817184955"
},
{
"key": "max_template_mint",
"value": "-3758446.4817184955"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "owner",
"value": "reprehenderit velit"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "search",
"value": "reprehenderit velit"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit"
},
{
"key": "is_transferable",
"value": "true"
},
{
"key": "is_burnable",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"market_contract\": \"fugiat mollit\",\n \"assets_contract\": \"anim\",\n \"auction_id\": \"ipsum in ut eu\",\n \"seller\": \"consequat elit aute pariatur\",\n \"buyer\": \"magna ad laboris\",\n \"price\": {\n \"amount\": \"in Ut irure pariat\",\n \"token_precision\": -42295869,\n \"token_contract\": \"minim enim aliqua Duis\",\n \"token_symbol\": \"laborum\"\n },\n \"assets\": [\n {\n \"contract\": \"nisi est irure\",\n \"asset_id\": \"nulla fugiat in do\",\n \"owner\": \"ut eiusmod aliquip in\",\n \"name\": \"Ut\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"template_mint\": \"sit fugiat\",\n \"collection\": {\n \"collection_name\": \"enim voluptate aute\",\n \"name\": \"occaecat ullamco\",\n \"author\": \"laboris\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"reprehenderit\",\n \"non\"\n ],\n \"notify_accounts\": [\n \"adipisicing anim\",\n \"de\"\n ],\n \"market_fee\": -32264688.986907512,\n \"created_at_block\": \"culpa qui exercitation commodo c\",\n \"created_at_time\": \"ullamco laboris\"\n },\n \"schema\": {\n \"schema_name\": \"in adipisicing elit ut\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"aute ut non\",\n \"created_at_time\": \"dolor aute mollit\"\n },\n \"template\": {\n \"template_id\": \"sit qui et\",\n \"max_supply\": \"fugiat commodo voluptate\",\n \"issued_supply\": \"ipsum\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"mollit anim reprehenderit in\",\n \"created_at_block\": \"nisi dolor officia\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"commodo ullamco cupidatat ut\",\n \"token_symbol\": \"in\",\n \"token_precision\": 2724411,\n \"amount\": \"et aute Excepteur ex\"\n },\n {\n \"token_contract\": \"ea\",\n \"token_symbol\": \"ex Excepteur\",\n \"token_precision\": 50079317,\n \"amount\": \"comm\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"aute\",\n \"burned_at_block\": \"ex aliqua enim Lorem\",\n \"burned_at_time\": \"esse sunt aliqua occaecat\",\n \"updated_at_block\": \"fugiat\",\n \"updated_at_time\": \"in qui deserunt\",\n \"transferred_at_block\": \"Lorem qui aute elit\",\n \"transferred_at_time\": \"elit ea et\",\n \"minted_at_block\": \"irure ullamco deserunt nisi\",\n \"minted_at_time\": \"aliqua\"\n },\n {\n \"contract\": \"sit id\",\n \"asset_id\": \"Lorem in fugiat ad\",\n \"owner\": \"sit eu ea\",\n \"name\": \"ipsum aliquip velit\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"template_mint\": \"ut ea\",\n \"collection\": {\n \"collection_name\": \"mollit consect\",\n \"name\": \"cillum\",\n \"author\": \"Ut id\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"Duis dolore\",\n \"commodo fugiat adipisicing dolore\"\n ],\n \"notify_accounts\": [\n \"amet proident\",\n \"enim\"\n ],\n \"market_fee\": 42259856.12172067,\n \"created_at_block\": \"velit laboris tempor laborum\",\n \"created_at_time\": \"Ut sunt\"\n },\n \"schema\": {\n \"schema_name\": \"occaecat fugiat\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"commodo est deserunt\",\n \"created_at_time\": \"nisi voluptate officia eu\"\n },\n \"template\": {\n \"template_id\": \"in reprehenderit Excepteur\",\n \"max_supply\": \"officia ipsum Ut\",\n \"issued_supply\": \"ea tempor\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"deserunt cupidatat eu aute\",\n \"created_at_block\": \"Excepteur proident\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"quis\",\n \"token_symbol\": \"aute dolore in\",\n \"token_precision\": -19689151,\n \"amount\": \"consequat nostrud ex sint\"\n },\n {\n \"token_contract\": \"laborum anim\",\n \"token_symbol\": \"deserunt ut consequat\",\n \"token_precision\": -16100106,\n \"amount\": \"deserunt ipsum officia proident\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"esse ex\",\n \"burned_at_block\": \"est aliqua\",\n \"burned_at_time\": \"aute sunt aliqua proident\",\n \"updated_at_block\": \"adipisicing cillum do veniam Excepteur\",\n \"updated_at_time\": \"voluptate consectetur ut\",\n \"transferred_at_block\": \"irure sint labore\",\n \"transferred_at_time\": \"ex\",\n \"minted_at_block\": \"adipisicing laboris consequat\",\n \"minted_at_time\": \"est in enim veniam\"\n }\n ],\n \"bids\": [\n {\n \"number\": -95463415,\n \"account\": \"do Excepteur\",\n \"amount\": \"proident do magna\",\n \"created_at_block\": \"anim sint Excepteur do\",\n \"created_at_time\": \"cupidatat ipsum mollit do\",\n \"txid\": \"veniam quis ex Ut\"\n },\n {\n \"number\": -20521062,\n \"account\": \"sit est Duis fugiat a\",\n \"amount\": \"incididunt veniam tempor exercitation ex\",\n \"created_at_block\": \"exercitation\",\n \"created_at_time\": \"dolore laborum\",\n \"txid\": \"Excepteur sed eu\"\n }\n ],\n \"maker_marketplace\": \"id ad\",\n \"taker_marketplace\": \"nisi in esse deserunt\",\n \"collection\": {\n \"collection_name\": \"Lorem ad ea\",\n \"name\": \"ipsum laborum anim\",\n \"author\": \"ex pariatur labore\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"sint in Ut\",\n \"sit\"\n ],\n \"notify_accounts\": [\n \"in fugiat\",\n \"ut pariatur tempor\"\n ],\n \"market_fee\": -47882492.915265605,\n \"created_at_block\": \"qui sint amet\",\n \"created_at_time\": \"ullamco labore incididunt\"\n },\n \"state\": 9444485,\n \"end_time\": \"enim non aute mollit\",\n \"updated_at_block\": \"fugiat ullamco \",\n \"updated_at_time\": \"sunt enim incididunt eu\",\n \"created_at_block\": \"officia esse cupidatat qui\",\n \"created_at_time\": \"cupidatat culpa\"\n },\n {\n \"market_contract\": \"et exercitation magna\",\n \"assets_contract\": \"incididunt cons\",\n \"auction_id\": \"ex\",\n \"seller\": \"dolor nostrud reprehenderit cupidatat \",\n \"buyer\": \"cupidatat elit ex\",\n \"price\": {\n \"amount\": \"nostrud dolore in\",\n \"token_precision\": -66415899,\n \"token_contract\": \"esse nostrud Lo\",\n \"token_symbol\": \"labore esse qui\"\n },\n \"assets\": [\n {\n \"contract\": \"enim elit anim laborum\",\n \"asset_id\": \"velit est dolor\",\n \"owner\": \"sed in t\",\n \"name\": \"consequat id\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"template_mint\": \"enim est cillum irure i\",\n \"collection\": {\n \"collection_name\": \"culpa\",\n \"name\": \"in mollit nulla\",\n \"author\": \"Lorem\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"consectetur laborum ex\",\n \"dolor\"\n ],\n \"notify_accounts\": [\n \"laboris sit voluptate\",\n \"id velit dolor aliqua minim\"\n ],\n \"market_fee\": -69456737.65775351,\n \"created_at_block\": \"dolor\",\n \"created_at_time\": \"dolore id veniam\"\n },\n \"schema\": {\n \"schema_name\": \"sunt deserunt in anim\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"sin\",\n \"created_at_time\": \"in nostrud\"\n },\n \"template\": {\n \"template_id\": \"dolore laboris\",\n \"max_supply\": \"Excepteur tempor sed\",\n \"issued_supply\": \"mollit\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"do aliquip culpa aliqua exerc\",\n \"created_at_block\": \"velit sed\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"dolore volupt\",\n \"token_symbol\": \"est esse\",\n \"token_precision\": 92771732,\n \"amount\": \"irure ut voluptate\"\n },\n {\n \"token_contract\": \"Ut voluptate in eu\",\n \"token_symbol\": \"non Ut\",\n \"token_precision\": 1806285,\n \"amount\": \"velit cupidatat consequat\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"elit adipisicing\",\n \"burned_at_block\": \"in aliqua\",\n \"burned_at_time\": \"proident do non esse\",\n \"updated_at_block\": \"id sint\",\n \"updated_at_time\": \"Lorem consequat aliquip\",\n \"transferred_at_block\": \"occaecat aute eu mollit\",\n \"transferred_at_time\": \"v\",\n \"minted_at_block\": \"dolore ex esse\",\n \"minted_at_time\": \"amet non sunt sed\"\n },\n {\n \"contract\": \"\",\n \"asset_id\": \"eu id culpa aliqua E\",\n \"owner\": \"Ut\",\n \"name\": \"enim cupidatat\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"template_mint\": \"irure quis\",\n \"collection\": {\n \"collection_name\": \"esse incididunt enim\",\n \"name\": \"enim commodo velit veniam cillum\",\n \"author\": \"voluptate dolor dolore elit\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"ut qui nostrud ipsum\",\n \"dolor Lorem eiusmod\"\n ],\n \"notify_accounts\": [\n \"exercitation sit do\",\n \"sunt magna incididunt\"\n ],\n \"market_fee\": 25995767.254122272,\n \"created_at_block\": \"aliqua non consect\",\n \"created_at_time\": \"ve\"\n },\n \"schema\": {\n \"schema_name\": \"culpa cillum\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"eiusmod dolor tempor nostrud\",\n \"created_at_time\": \"Lorem sint ullamco nostrud culpa\"\n },\n \"template\": {\n \"template_id\": \"adipisicing anim dolore incididunt\",\n \"max_supply\": \"qui adipisicing Ut\",\n \"issued_supply\": \"et non ea ad\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"laboris ven\",\n \"created_at_block\": \"voluptate Lorem magna\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"Exce\",\n \"token_symbol\": \"dolore\",\n \"token_precision\": 88604321,\n \"amount\": \"ullamco aliquip qui\"\n },\n {\n \"token_contract\": \"ipsum non dolore sint\",\n \"token_symbol\": \"magna mollit ex Lorem\",\n \"token_precision\": 46909833,\n \"amount\": \"dolore sint cupidatat ullamco\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"qui ad pariatur labore\",\n \"burned_at_block\": \"consectetur fugiat\",\n \"burned_at_time\": \"culpa\",\n \"updated_at_block\": \"tempor ex cillum non aliquip\",\n \"updated_at_time\": \"consequat Lorem do anim\",\n \"transferred_at_block\": \"irure magna cupidatat\",\n \"transferred_at_time\": \"enim cillum vol\",\n \"minted_at_block\": \"aliquip pariatur labore\",\n \"minted_at_time\": \"nulla adipisicing consectetu\"\n }\n ],\n \"bids\": [\n {\n \"number\": 71988587,\n \"account\": \"aliquip proident ex dolore\",\n \"amount\": \"sed quis aliquip id incididunt\",\n \"created_at_block\": \"Duis\",\n \"created_at_time\": \"in dolore esse incididunt\",\n \"txid\": \"aute labore ut irure\"\n },\n {\n \"number\": -54871577,\n \"account\": \"Lorem velit laboris mollit\",\n \"amount\": \"Duis\",\n \"created_at_block\": \"tempor\",\n \"created_at_time\": \"eius\",\n \"txid\": \"cillum nisi ipsum quis\"\n }\n ],\n \"maker_marketplace\": \"eiusmod\",\n \"taker_marketplace\": \"irure officia incididunt\",\n \"collection\": {\n \"collection_name\": \"nostrud et sed\",\n \"name\": \"incid\",\n \"author\": \"dolore m\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"veniam non\",\n \"in mollit amet \"\n ],\n \"notify_accounts\": [\n \"do in ullamco laboris\",\n \"sint sunt est sed\"\n ],\n \"market_fee\": -98983111.31911029,\n \"created_at_block\": \"sint\",\n \"created_at_time\": \"culpa nulla Excepteur in\"\n },\n \"state\": -86092777,\n \"end_time\": \"minim\",\n \"updated_at_block\": \"anim officia\",\n \"updated_at_time\": \"irure fugiat Ut\",\n \"created_at_block\": \"officia eu\",\n \"created_at_time\": \"ullamco nostrud dolor qui mollit\"\n }\n ],\n \"query_time\": -14836319\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/auctions?state=reprehenderit velit&bidder=reprehenderit velit&participant=reprehenderit velit&hide_empty_auctions=true&max_assets=33850208&min_assets=33850208&show_seller_contracts=true&contract_whitelist=reprehenderit velit&seller_blacklist=reprehenderit velit&buyer_blacklist=reprehenderit velit&asset_id=&marketplace=reprehenderit velit&maker_marketplace=reprehenderit velit&taker_marketplace=reprehenderit velit&symbol=reprehenderit velit&account=reprehenderit velit&seller=reprehenderit velit&buyer=reprehenderit velit&min_price=-3758446.4817184955&max_price=-3758446.4817184955&min_template_mint=-3758446.4817184955&max_template_mint=-3758446.4817184955&collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&owner=reprehenderit velit&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"auctions"
],
"query": [
{
"key": "state",
"value": "reprehenderit velit"
},
{
"key": "bidder",
"value": "reprehenderit velit"
},
{
"key": "participant",
"value": "reprehenderit velit"
},
{
"key": "hide_empty_auctions",
"value": "true"
},
{
"key": "max_assets",
"value": "33850208"
},
{
"key": "min_assets",
"value": "33850208"
},
{
"key": "show_seller_contracts",
"value": "true"
},
{
"key": "contract_whitelist",
"value": "reprehenderit velit"
},
{
"key": "seller_blacklist",
"value": "reprehenderit velit"
},
{
"key": "buyer_blacklist",
"value": "reprehenderit velit"
},
{
"key": "asset_id",
"value": ""
},
{
"key": "marketplace",
"value": "reprehenderit velit"
},
{
"key": "maker_marketplace",
"value": "reprehenderit velit"
},
{
"key": "taker_marketplace",
"value": "reprehenderit velit"
},
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "account",
"value": "reprehenderit velit"
},
{
"key": "seller",
"value": "reprehenderit velit"
},
{
"key": "buyer",
"value": "reprehenderit velit"
},
{
"key": "min_price",
"value": "-3758446.4817184955"
},
{
"key": "max_price",
"value": "-3758446.4817184955"
},
{
"key": "min_template_mint",
"value": "-3758446.4817184955"
},
{
"key": "max_template_mint",
"value": "-3758446.4817184955"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "owner",
"value": "reprehenderit velit"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "search",
"value": "reprehenderit velit"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit"
},
{
"key": "is_transferable",
"value": "true"
},
{
"key": "is_burnable",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "buyoffers",
"item": [
{
"name": "{buyoffer id}",
"item": [
{
"name": "Get a specific buyoffer by id",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/buyoffers/:buyoffer_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"buyoffers",
":buyoffer_id"
],
"variable": [
{
"key": "buyoffer_id",
"value": "33850208",
"description": "(Required) Buyoffer Id"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/buyoffers/:buyoffer_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"buyoffers",
":buyoffer_id"
],
"variable": [
{
"key": "buyoffer_id",
"value": "33850208",
"description": "(Required) Buyoffer Id"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"market_contract\": \"adipisicing\",\n \"assets_contract\": \"sunt\",\n \"buyoffer_id\": \"Lorem nostrud\",\n \"seller\": \"fugiat reprehenderit sunt ullamco\",\n \"buyer\": \"eu ipsum nisi\",\n \"price\": {\n \"amount\": \"nisi reprehenderit\",\n \"token_precision\": -35746539,\n \"token_contract\": \"consequat \",\n \"token_symbol\": \"in tempor\"\n },\n \"assets\": [\n {\n \"contract\": \"cillum in non anim\",\n \"asset_id\": \"laborum in ad\",\n \"owner\": \"tempor veniam pariatur labore laborum\",\n \"name\": \"aliquip officia dolor in proident\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"template_mint\": \"labore\",\n \"collection\": {\n \"collection_name\": \"aute\",\n \"name\": \"reprehenderit\",\n \"author\": \"do Excepteur aute culpa dolor\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"fugiat\",\n \"sed ut\"\n ],\n \"notify_accounts\": [\n \"ullamco id ut aliquip sint\",\n \"commodo sint labore\"\n ],\n \"market_fee\": 37618051.73709479,\n \"created_at_block\": \"deserunt eiusmod cupidatat min\",\n \"created_at_time\": \"cupida\"\n },\n \"schema\": {\n \"schema_name\": \"ut culpa eu Duis\",\n \"format\": [\n {\n \"name\": \"id eiusmod cupidatat nulla\",\n \"type\": \"in dolore\"\n },\n {\n \"name\": \"reprehenderit mollit\",\n \"type\": \"deserunt aliqua qui adipisicing\"\n }\n ],\n \"created_at_block\": \"nisi anim\",\n \"created_at_time\": \"in ex elit eu\"\n },\n \"template\": {\n \"template_id\": \"laborum Excepteur cupidat\",\n \"max_supply\": \"in ea anim est enim\",\n \"issued_supply\": \"dolor Ut tempor nostrud\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"proident officia elit deserunt\",\n \"created_at_block\": \"quis irure\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"Excepteur\",\n \"token_symbol\": \"in id qui cillum velit\",\n \"token_precision\": 51606120,\n \"amount\": \"labore amet reprehenderit occaecat\"\n },\n {\n \"token_contract\": \"dolor cupidat\",\n \"token_symbol\": \"esse dolor consectetur\",\n \"token_precision\": 84633146,\n \"amount\": \"dolore deserunt dolor cupidatat ad\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"irure magna commodo adipisicing\",\n \"burned_at_block\": \"nisi esse occaecat\",\n \"burned_at_time\": \"quis sint et\",\n \"updated_at_block\": \"amet deserunt qui\",\n \"updated_at_time\": \"tempor dolor laboris consectetur mollit\",\n \"transferred_at_block\": \"deserunt laboris in\",\n \"transferred_at_time\": \"do sint\",\n \"minted_at_block\": \"qui dolor nisi veniam velit\",\n \"minted_at_time\": \"occaecat esse aute\"\n },\n {\n \"contract\": \"in culpa eu officia\",\n \"asset_id\": \"ullamco mollit\",\n \"owner\": \"culpa non ipsum\",\n \"name\": \"proident officia id amet culpa\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"template_mint\": \"nisi non\",\n \"collection\": {\n \"collection_name\": \"occaecat\",\n \"name\": \"sed est voluptate\",\n \"author\": \"voluptate Ut\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"quis dolor ipsum\",\n \"in amet in pariatur\"\n ],\n \"notify_accounts\": [\n \"in velit ut\",\n \"aliqua occaecat mollit\"\n ],\n \"market_fee\": -26623601.326125532,\n \"created_at_block\": \"veniam et\",\n \"created_at_time\": \"Ut ex pariatur ipsum\"\n },\n \"schema\": {\n \"schema_name\": \"tempor Duis\",\n \"format\": [\n {\n \"name\": \"nisi sit adipisicing dolor Excepteur\",\n \"type\": \"amet d\"\n },\n {\n \"name\": \"ut labore consectetur culpa reprehenderit\",\n \"type\": \"officia id\"\n }\n ],\n \"created_at_block\": \"velit fugiat\",\n \"created_at_time\": \"enim ipsum consectetur in exercitation\"\n },\n \"template\": {\n \"template_id\": \"ea ullamco proi\",\n \"max_supply\": \"nulla in irure officia aute\",\n \"issued_supply\": \"deserunt Ut id\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"consequat sit\",\n \"created_at_block\": \"in Ut mollit ut sit\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"irure qui id sint\",\n \"token_symbol\": \"est pariatur sit in veniam\",\n \"token_precision\": -20024965,\n \"amount\": \"proident\"\n },\n {\n \"token_contract\": \"deserunt amet\",\n \"token_symbol\": \"exercitation adipisicing\",\n \"token_precision\": -2117653,\n \"amount\": \"quis nulla id\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"laborum mollit do\",\n \"burned_at_block\": \"\",\n \"burned_at_time\": \"nisi esse\",\n \"updated_at_block\": \"eiusmod\",\n \"updated_at_time\": \"aute ci\",\n \"transferred_at_block\": \"voluptate ea\",\n \"transferred_at_time\": \"consectetur ut anim\",\n \"minted_at_block\": \"ali\",\n \"minted_at_time\": \"tempor dolor\"\n }\n ],\n \"maker_marketplace\": \"reprehenderit in\",\n \"taker_marketplace\": \"eiusmod Duis enim in\",\n \"collection\": {\n \"collection_name\": \"tempo\",\n \"name\": \"Duis id\",\n \"author\": \"voluptate consectetur aliqua mollit veniam\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"velit adipisicing\",\n \"voluptate qui amet Lorem\"\n ],\n \"notify_accounts\": [\n \"labore aute\",\n \"id aliqua\"\n ],\n \"market_fee\": 94473869.42069888,\n \"created_at_block\": \"proident Excepteur non\",\n \"created_at_time\": \"quis aliqua non nostrud\"\n },\n \"state\": 85264005,\n \"memo\": \"Lorem dolore reprehenderit\",\n \"decline_memo\": \"irure incididunt Ut in\",\n \"updated_at_block\": \"in ipsum\",\n \"updated_at_time\": \"do fugiat magna\",\n \"created_at_block\": \"cupidatat exercitation quis Excepteur\",\n \"created_at_time\": \"reprehenderit nisi sed\"\n },\n \"query_time\": 13081704\n}"
},
{
"name": "Element not found",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/buyoffers/:buyoffer_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"buyoffers",
":buyoffer_id"
],
"variable": [
{
"key": "buyoffer_id",
"value": "33850208",
"description": "(Required) Buyoffer Id"
}
]
}
},
"status": "Requested Range Not Satisfiable",
"code": 416,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/buyoffers/:buyoffer_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"buyoffers",
":buyoffer_id"
],
"variable": [
{
"key": "buyoffer_id",
"value": "33850208",
"description": "(Required) Buyoffer Id"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Fetch buyoffer logs",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/buyoffers/:buyoffer_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"buyoffers",
":buyoffer_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit",
"description": "Action whitelist"
},
{
"key": "action_blacklist",
"value": "33850208",
"description": "Action blacklist"
}
],
"variable": [
{
"key": "buyoffer_id",
"value": "33850208",
"description": "(Required) ID of buyoffer"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/buyoffers/:buyoffer_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"buyoffers",
":buyoffer_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "buyoffer_id",
"value": "33850208",
"description": "(Required) ID of buyoffer"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"log_id\": \"elit nulla\",\n \"name\": \"ex laboris\",\n \"data\": {},\n \"txid\": \"sed aliqua\",\n \"created_at_block\": \"sint\",\n \"created_at_time\": \"aute consectetur aliqua\"\n },\n {\n \"log_id\": \"sunt aliquip velit\",\n \"name\": \"ex tempor\",\n \"data\": {},\n \"txid\": \"velit anim adipisicing\",\n \"created_at_block\": \"adipisicing\",\n \"created_at_time\": \"pariatur\"\n }\n ],\n \"query_time\": 33232924\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/buyoffers/:buyoffer_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"buyoffers",
":buyoffer_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "buyoffer_id",
"value": "33850208",
"description": "(Required) ID of buyoffer"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "Get all buyoffers.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/buyoffers?state=reprehenderit velit&max_assets=33850208&min_assets=33850208&show_seller_contracts=true&contract_whitelist=reprehenderit velit&seller_blacklist=reprehenderit velit&buyer_blacklist=reprehenderit velit&asset_id=&marketplace=reprehenderit velit&maker_marketplace=reprehenderit velit&taker_marketplace=reprehenderit velit&symbol=reprehenderit velit&account=reprehenderit velit&seller=reprehenderit velit&buyer=reprehenderit velit&min_price=-3758446.4817184955&max_price=-3758446.4817184955&min_template_mint=-3758446.4817184955&max_template_mint=-3758446.4817184955&collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&owner=reprehenderit velit&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"buyoffers"
],
"query": [
{
"key": "state",
"value": "reprehenderit velit",
"description": "Filter by buyoffer state (0: WAITING: Buyoffer created and pending, 1: LISTED - Buyoffer was declined, 2: CANCELED - Buyoffer was canceled, 3: SOLD - Buyoffer has been sold, 4: INVALID - Buyoffer invalid because recipient does not own all assets anymore) - separate multiple with \",\""
},
{
"key": "max_assets",
"value": "33850208",
"description": "Max assets per listing"
},
{
"key": "min_assets",
"value": "33850208",
"description": "Min assets per listing"
},
{
"key": "show_seller_contracts",
"value": "true",
"description": "If false no seller contracts are shown except if they are in the contract whitelist"
},
{
"key": "contract_whitelist",
"value": "reprehenderit velit",
"description": "Show these accounts even if they are contracts"
},
{
"key": "seller_blacklist",
"value": "reprehenderit velit",
"description": "Dont show listings from these sellers (Split multiple with \",\")"
},
{
"key": "buyer_blacklist",
"value": "reprehenderit velit",
"description": "Dont show listings from these buyers (Split multiple with \",\")"
},
{
"key": "asset_id",
"value": "",
"description": "Asset id in the offer"
},
{
"key": "marketplace",
"value": "reprehenderit velit",
"description": "Filter by all sales where a certain marketplace is either taker or maker marketplace - separate multiple with \",\""
},
{
"key": "maker_marketplace",
"value": "reprehenderit velit",
"description": "Maker marketplace - separate multiple with \",\""
},
{
"key": "taker_marketplace",
"value": "reprehenderit velit",
"description": "Taker marketplace - separate multiple with \",\""
},
{
"key": "symbol",
"value": "reprehenderit velit",
"description": "Filter by symbol"
},
{
"key": "account",
"value": "reprehenderit velit",
"description": "Filter accounts that are either seller or buyer"
},
{
"key": "seller",
"value": "reprehenderit velit",
"description": "Filter by seller - separate multiple with \",\""
},
{
"key": "buyer",
"value": "reprehenderit velit",
"description": "Filter by buyer - separate multiple with \",\""
},
{
"key": "min_price",
"value": "-3758446.4817184955",
"description": "Lower price limit"
},
{
"key": "max_price",
"value": "-3758446.4817184955",
"description": "Upper price limit"
},
{
"key": "min_template_mint",
"value": "-3758446.4817184955",
"description": "Min template mint"
},
{
"key": "max_template_mint",
"value": "-3758446.4817184955",
"description": "Max template mint"
},
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "Filter by collection name"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "Filter by schema name"
},
{
"key": "template_id",
"value": "33850208",
"description": "Filter by template id"
},
{
"key": "burned",
"value": "true",
"description": "Filter for burned assets"
},
{
"key": "owner",
"value": "reprehenderit velit",
"description": "Filter by owner"
},
{
"key": "match",
"value": "reprehenderit velit",
"description": "Search for input in asset name on template data"
},
{
"key": "search",
"value": "reprehenderit velit",
"description": "Fuzzy search for input in asset name on template data"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit",
"description": "Search for input in asset name on asset immutable data"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit",
"description": "Search for input in asset name on asset mutable data"
},
{
"key": "is_transferable",
"value": "true",
"description": "Check if asset is transferable"
},
{
"key": "is_burnable",
"value": "true",
"description": "Check if asset is burnable"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "ids",
"value": "reprehenderit velit",
"description": "seperate multiple ids with \",\""
},
{
"key": "lower_bound",
"value": "reprehenderit velit",
"description": "lower bound of primary key (value included)"
},
{
"key": "upper_bound",
"value": "reprehenderit velit",
"description": "upper bound of primary key (value excluded)"
},
{
"key": "before",
"value": "33850208",
"description": "Only show results before this timestamp in milliseconds (value excluded)"
},
{
"key": "after",
"value": "33850208",
"description": "Only show results after this timestamp in milliseconds (value excluded)"
},
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "sort",
"value": "created",
"description": "Column to sort"
}
]
},
"description": "You can filter the result by specific asset / template data fields.You can add for example &template_data.rarity=common to only receive results which have an attribute \"rarity\" with the value \"common\". You can query specific asset data by using &immutable_data.rarity=common or &mutable_data.rarity=common .If you want to query a non text type you need to specify it explicitly (defaults to text type) like data:bool.foil=true or data:number.id=4 or data:text.rarity=common. Integers which are defined greater than 32 bit (eg 64 bit) in the schema need to be queried as text."
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/buyoffers?state=reprehenderit velit&max_assets=33850208&min_assets=33850208&show_seller_contracts=true&contract_whitelist=reprehenderit velit&seller_blacklist=reprehenderit velit&buyer_blacklist=reprehenderit velit&asset_id=&marketplace=reprehenderit velit&maker_marketplace=reprehenderit velit&taker_marketplace=reprehenderit velit&symbol=reprehenderit velit&account=reprehenderit velit&seller=reprehenderit velit&buyer=reprehenderit velit&min_price=-3758446.4817184955&max_price=-3758446.4817184955&min_template_mint=-3758446.4817184955&max_template_mint=-3758446.4817184955&collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&owner=reprehenderit velit&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"buyoffers"
],
"query": [
{
"key": "state",
"value": "reprehenderit velit"
},
{
"key": "max_assets",
"value": "33850208"
},
{
"key": "min_assets",
"value": "33850208"
},
{
"key": "show_seller_contracts",
"value": "true"
},
{
"key": "contract_whitelist",
"value": "reprehenderit velit"
},
{
"key": "seller_blacklist",
"value": "reprehenderit velit"
},
{
"key": "buyer_blacklist",
"value": "reprehenderit velit"
},
{
"key": "asset_id",
"value": ""
},
{
"key": "marketplace",
"value": "reprehenderit velit"
},
{
"key": "maker_marketplace",
"value": "reprehenderit velit"
},
{
"key": "taker_marketplace",
"value": "reprehenderit velit"
},
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "account",
"value": "reprehenderit velit"
},
{
"key": "seller",
"value": "reprehenderit velit"
},
{
"key": "buyer",
"value": "reprehenderit velit"
},
{
"key": "min_price",
"value": "-3758446.4817184955"
},
{
"key": "max_price",
"value": "-3758446.4817184955"
},
{
"key": "min_template_mint",
"value": "-3758446.4817184955"
},
{
"key": "max_template_mint",
"value": "-3758446.4817184955"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "owner",
"value": "reprehenderit velit"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "search",
"value": "reprehenderit velit"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit"
},
{
"key": "is_transferable",
"value": "true"
},
{
"key": "is_burnable",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"market_contract\": \"ut mol\",\n \"assets_contract\": \"cupidatat ad reprehenderit aute\",\n \"buyoffer_id\": \"occaecat ex aliquip labore\",\n \"seller\": \"occae\",\n \"buyer\": \"in aute\",\n \"price\": {\n \"amount\": \"deserunt\",\n \"token_precision\": -82119445,\n \"token_contract\": \"in\",\n \"token_symbol\": \"reprehenderit irure\"\n },\n \"assets\": [\n {\n \"contract\": \"ut in eiusmod\",\n \"asset_id\": \"aliquip fugiat adipisicing\",\n \"owner\": \"veniam fugiat ex amet minim\",\n \"name\": \"in eiusmod\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"template_mint\": \"consectetur\",\n \"collection\": {\n \"collection_name\": \"cillum Duis mollit veniam\",\n \"name\": \"irure dolor esse elit\",\n \"author\": \"ex consequat aliqua aute\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"non\",\n \"occaecat et\"\n ],\n \"notify_accounts\": [\n \"ipsum commodo\",\n \"Duis m\"\n ],\n \"market_fee\": -98528811.38316847,\n \"created_at_block\": \"tempor\",\n \"created_at_time\": \"culpa ut mollit enim exercitation\"\n },\n \"schema\": {\n \"schema_name\": \"ex\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"do aliquip in enim qu\",\n \"created_at_time\": \"Lorem in consequ\"\n },\n \"template\": {\n \"template_id\": \"ipsum incididunt\",\n \"max_supply\": \"voluptate nisi nostrud mollit Duis\",\n \"issued_supply\": \"sed minim volupta\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"cupidatat non\",\n \"created_at_block\": \"cillum sunt fugiat\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"\",\n \"token_symbol\": \"aliqua sit Ut fugiat\",\n \"token_precision\": 3977983,\n \"amount\": \"ea commodo\"\n },\n {\n \"token_contract\": \"sed ex Excepteur\",\n \"token_symbol\": \"pariatur cupidatat eiusmod Ut nisi\",\n \"token_precision\": 83327662,\n \"amount\": \"culpa officia\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"sunt irure\",\n \"burned_at_block\": \"laborum voluptate ea dolor\",\n \"burned_at_time\": \"elit eiusmod magna Lorem\",\n \"updated_at_block\": \"quis dolor ipsum aliqua\",\n \"updated_at_time\": \"nisi et qui\",\n \"transferred_at_block\": \"labore voluptate deserunt\",\n \"transferred_at_time\": \"nulla\",\n \"minted_at_block\": \"ex id\",\n \"minted_at_time\": \"do in pariatur\"\n },\n {\n \"contract\": \"id labore ex eiusmod\",\n \"asset_id\": \"nostrud\",\n \"owner\": \"Duis\",\n \"name\": \"consequat mollit\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"template_mint\": \"amet dolor deserunt reprehenderit\",\n \"collection\": {\n \"collection_name\": \"aute eiusmod Excepteur nostrud\",\n \"name\": \"qui culpa mini\",\n \"author\": \"esse sint aliquip\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"Duis voluptate mollit veniam\",\n \"anim laborum in dolor\"\n ],\n \"notify_accounts\": [\n \"et Ut dolore\",\n \"dolore et sint\"\n ],\n \"market_fee\": 43506692.93701252,\n \"created_at_block\": \"ea reprehenderit\",\n \"created_at_time\": \"cupidatat irure\"\n },\n \"schema\": {\n \"schema_name\": \"exercita\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"Ut ullamco\",\n \"created_at_time\": \"deserunt aliquip do\"\n },\n \"template\": {\n \"template_id\": \"cillum sit laborum occaecat reprehenderit\",\n \"max_supply\": \"eiusmod\",\n \"issued_supply\": \"non pa\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"culpa reprehenderit voluptate in\",\n \"created_at_block\": \"anim veniam labore\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"Duis sed\",\n \"token_symbol\": \"officia dolor\",\n \"token_precision\": 82019763,\n \"amount\": \"nulla incididunt\"\n },\n {\n \"token_contract\": \"repreh\",\n \"token_symbol\": \"esse proident\",\n \"token_precision\": -88560722,\n \"amount\": \"sunt fugiat eu\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"occaecat velit consequat eu magna\",\n \"burned_at_block\": \"quis consequat\",\n \"burned_at_time\": \"Excepteur L\",\n \"updated_at_block\": \"irure cupidatat in officia et\",\n \"updated_at_time\": \"id voluptate deserunt sit reprehenderit\",\n \"transferred_at_block\": \"nisi dolore consectetur ullamco\",\n \"transferred_at_time\": \"est incididunt pariatur voluptate\",\n \"minted_at_block\": \"et incididunt\",\n \"minted_at_time\": \"tempor culpa labore\"\n }\n ],\n \"maker_marketplace\": \"ut ex et cupidatat\",\n \"taker_marketplace\": \"dolor Lorem culpa\",\n \"collection\": {\n \"collection_name\": \"do dolore qui incididunt\",\n \"name\": \"nulla ex et consequat\",\n \"author\": \"commodo qui\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"sint id Ut voluptate aliquip\",\n \"ut labor\"\n ],\n \"notify_accounts\": [\n \"dolore sint Lorem veniam\",\n \"in sint et\"\n ],\n \"market_fee\": -82862863.4028258,\n \"created_at_block\": \"eiusmod occaecat\",\n \"created_at_time\": \"consectetur\"\n },\n \"state\": -59631582,\n \"memo\": \"cillum dolor id laborum\",\n \"decline_memo\": \"anim esse sit ex\",\n \"updated_at_block\": \"consectetur deserunt\",\n \"updated_at_time\": \"sed ex qui et eiusmod\",\n \"created_at_block\": \"exercitation qui\",\n \"created_at_time\": \"tempor mollit consequat in\"\n },\n {\n \"market_contract\": \"et voluptate dolore\",\n \"assets_contract\": \"nostrud reprehenderit\",\n \"buyoffer_id\": \"mollit nostrud qui\",\n \"seller\": \"sit dolore sint\",\n \"buyer\": \"id labore in ea cillum\",\n \"price\": {\n \"amount\": \"elit do reprehenderit\",\n \"token_precision\": 26331671,\n \"token_contract\": \"ad aliquip laborum nulla\",\n \"token_symbol\": \"nulla\"\n },\n \"assets\": [\n {\n \"contract\": \"deserunt consequat sit dolore dolor\",\n \"asset_id\": \"elit labore commodo et enim\",\n \"owner\": \"dolore conse\",\n \"name\": \"commodo officia est\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"template_mint\": \"sint nisi Lorem\",\n \"collection\": {\n \"collection_name\": \"irure consequat\",\n \"name\": \"tempor est\",\n \"author\": \"culpa eiusmod esse\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"incididunt nulla proident minim\",\n \"quis dolor sit\"\n ],\n \"notify_accounts\": [\n \"qui in mollit aute\",\n \"qui consectetur commodo\"\n ],\n \"market_fee\": -4161639.715917647,\n \"created_at_block\": \"Ut ut\",\n \"created_at_time\": \"occaecat commodo exercitation\"\n },\n \"schema\": {\n \"schema_name\": \"in Duis Ut\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"ut do\",\n \"created_at_time\": \"Lorem cillum\"\n },\n \"template\": {\n \"template_id\": \"sunt non incididunt irure\",\n \"max_supply\": \"esse aliquip culpa\",\n \"issued_supply\": \"sed Lorem Excepteur in consectetur\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"consectetur id\",\n \"created_at_block\": \"laborum ea\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"laborum laboris adipisicing quis\",\n \"token_symbol\": \"sint irure consectetur\",\n \"token_precision\": 7099078,\n \"amount\": \"deserunt\"\n },\n {\n \"token_contract\": \"est cillum fugiat consectetur\",\n \"token_symbol\": \"elit Ut aliquip ipsum\",\n \"token_precision\": 46014197,\n \"amount\": \"veniam qui aute\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"labore nostrud d\",\n \"burned_at_block\": \"dolor enim adipisicing et\",\n \"burned_at_time\": \"ad esse veniam fugiat\",\n \"updated_at_block\": \"nulla Duis tempor in\",\n \"updated_at_time\": \"incididu\",\n \"transferred_at_block\": \"irure deserunt tempor\",\n \"transferred_at_time\": \"enim veniam dolore\",\n \"minted_at_block\": \"reprehenderit exercitation consectetur\",\n \"minted_at_time\": \"minim dolore\"\n },\n {\n \"contract\": \"ea do\",\n \"asset_id\": \"cillum cupidatat dolor\",\n \"owner\": \"incididunt qui id proident Ut\",\n \"name\": \"qui dolor magna\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"template_mint\": \"aliqua qui sunt\",\n \"collection\": {\n \"collection_name\": \"dolore et\",\n \"name\": \"commodo\",\n \"author\": \"\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"tempor minim consequat cupidatat esse\",\n \"incididunt in ex ut\"\n ],\n \"notify_accounts\": [\n \"qui reprehenderit incididunt deserunt\",\n \"sed tempor \"\n ],\n \"market_fee\": -23609717.4945693,\n \"created_at_block\": \"sint ullamco non cillum\",\n \"created_at_time\": \"dolore veniam\"\n },\n \"schema\": {\n \"schema_name\": \"exercitation labore elit\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"consequat mollit esse officia\",\n \"created_at_time\": \"qui ex sunt\"\n },\n \"template\": {\n \"template_id\": \"commodo ex culpa\",\n \"max_supply\": \"tempor labore in amet nostrud\",\n \"issued_supply\": \"in ad ut\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"in in est\",\n \"created_at_block\": \"cillum ipsum dolore\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"nulla enim\",\n \"token_symbol\": \"dolore culp\",\n \"token_precision\": -2993299,\n \"amount\": \"Duis\"\n },\n {\n \"token_contract\": \"ullamco \",\n \"token_symbol\": \"dolor sit\",\n \"token_precision\": 79353794,\n \"amount\": \"minim\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"enim quis laborum ullamco pariatur\",\n \"burned_at_block\": \"deserunt aliqua do\",\n \"burned_at_time\": \"veniam in culpa fugia\",\n \"updated_at_block\": \"ipsum commodo id\",\n \"updated_at_time\": \"aute officia proident elit\",\n \"transferred_at_block\": \"anim ullamco labore dolor commodo\",\n \"transferred_at_time\": \"Excepteur\",\n \"minted_at_block\": \"sint est amet\",\n \"minted_at_time\": \"elit aute\"\n }\n ],\n \"maker_marketplace\": \"laborum\",\n \"taker_marketplace\": \"consequ\",\n \"collection\": {\n \"collection_name\": \"cupidatat culpa aliquip sunt veniam\",\n \"name\": \"sun\",\n \"author\": \"culpa\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"labore commodo culpa voluptate id\",\n \"do\"\n ],\n \"notify_accounts\": [\n \"consectetur proident labore sunt\",\n \"consectetur do Excepteur enim\"\n ],\n \"market_fee\": 27244612.202167854,\n \"created_at_block\": \"quis tempor culpa laboris non\",\n \"created_at_time\": \"Excepteur exercitation\"\n },\n \"state\": -54332672,\n \"memo\": \"nul\",\n \"decline_memo\": \"dolore cupidatat qui\",\n \"updated_at_block\": \"nulla adipisicing cillum ad\",\n \"updated_at_time\": \"do Lorem cupi\",\n \"created_at_block\": \"commodo consequat\",\n \"created_at_time\": \"eiusmod laboris deserunt cillum\"\n }\n ],\n \"query_time\": 67365319\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/buyoffers?state=reprehenderit velit&max_assets=33850208&min_assets=33850208&show_seller_contracts=true&contract_whitelist=reprehenderit velit&seller_blacklist=reprehenderit velit&buyer_blacklist=reprehenderit velit&asset_id=&marketplace=reprehenderit velit&maker_marketplace=reprehenderit velit&taker_marketplace=reprehenderit velit&symbol=reprehenderit velit&account=reprehenderit velit&seller=reprehenderit velit&buyer=reprehenderit velit&min_price=-3758446.4817184955&max_price=-3758446.4817184955&min_template_mint=-3758446.4817184955&max_template_mint=-3758446.4817184955&collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&owner=reprehenderit velit&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"buyoffers"
],
"query": [
{
"key": "state",
"value": "reprehenderit velit"
},
{
"key": "max_assets",
"value": "33850208"
},
{
"key": "min_assets",
"value": "33850208"
},
{
"key": "show_seller_contracts",
"value": "true"
},
{
"key": "contract_whitelist",
"value": "reprehenderit velit"
},
{
"key": "seller_blacklist",
"value": "reprehenderit velit"
},
{
"key": "buyer_blacklist",
"value": "reprehenderit velit"
},
{
"key": "asset_id",
"value": ""
},
{
"key": "marketplace",
"value": "reprehenderit velit"
},
{
"key": "maker_marketplace",
"value": "reprehenderit velit"
},
{
"key": "taker_marketplace",
"value": "reprehenderit velit"
},
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "account",
"value": "reprehenderit velit"
},
{
"key": "seller",
"value": "reprehenderit velit"
},
{
"key": "buyer",
"value": "reprehenderit velit"
},
{
"key": "min_price",
"value": "-3758446.4817184955"
},
{
"key": "max_price",
"value": "-3758446.4817184955"
},
{
"key": "min_template_mint",
"value": "-3758446.4817184955"
},
{
"key": "max_template_mint",
"value": "-3758446.4817184955"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "owner",
"value": "reprehenderit velit"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "search",
"value": "reprehenderit velit"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit"
},
{
"key": "is_transferable",
"value": "true"
},
{
"key": "is_burnable",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "marketplaces",
"item": [
{
"name": "Get all registered marketplaces",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/marketplaces",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"marketplaces"
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/marketplaces",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"marketplaces"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"marketplace_name\": \"cillum anim do nisi\",\n \"creator\": \"amet aliquip\",\n \"created_at_block\": \"dolor quis\",\n \"created_at_time\": \"quis Ut reprehenderit dolore tempor\"\n },\n {\n \"marketplace_name\": \"incididunt deserunt\",\n \"creator\": \"dolor\",\n \"created_at_block\": \"irure Lorem Excepteur reprehenderit\",\n \"created_at_time\": \"mollit\"\n }\n ],\n \"query_time\": 25778895\n}"
}
]
},
{
"name": "Get atomicmarket config",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/marketplaces/:marketplace_name",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"marketplaces",
":marketplace_name"
],
"variable": [
{
"key": "marketplace_name",
"value": "reprehenderit velit",
"description": "(Required) Marketplace name"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/marketplaces/:marketplace_name",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"marketplaces",
":marketplace_name"
],
"variable": [
{
"key": "marketplace_name",
"value": "reprehenderit velit",
"description": "(Required) Marketplace name"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"marketplace_name\": \"consequat cillum\",\n \"creator\": \"proident dolor cillum anim\",\n \"created_at_block\": \"voluptate pariatur ea cupidatat\",\n \"created_at_time\": \"eli\"\n },\n \"query_time\": 16612556\n}"
},
{
"name": "Element not found",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/marketplaces/:marketplace_name",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"marketplaces",
":marketplace_name"
],
"variable": [
{
"key": "marketplace_name",
"value": "reprehenderit velit",
"description": "(Required) Marketplace name"
}
]
}
},
"status": "Requested Range Not Satisfiable",
"code": 416,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/marketplaces/:marketplace_name",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"marketplaces",
":marketplace_name"
],
"variable": [
{
"key": "marketplace_name",
"value": "reprehenderit velit",
"description": "(Required) Marketplace name"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "assets",
"item": [
{
"name": "{asset id}",
"item": [
{
"name": "Fetch asset by id",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/assets/:asset_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"assets",
":asset_id"
],
"variable": [
{
"key": "asset_id",
"value": "reprehenderit velit",
"description": "(Required) ID of asset"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/assets/:asset_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"assets",
":asset_id"
],
"variable": [
{
"key": "asset_id",
"value": "reprehenderit velit",
"description": "(Required) ID of asset"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"contract\": \"occaecat commodo quis consequat\",\n \"asset_id\": \"in est irure reprehenderit\",\n \"owner\": \"labore incididunt dolore nostrud\",\n \"name\": \"cupidatat Duis reprehenderit proident laboris\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"template_mint\": \"ut aute Lorem non\",\n \"collection\": {\n \"collection_name\": \"dolore pariatur nisi in fugiat\",\n \"name\": \"exercitation nostrud\",\n \"author\": \"elit in dolore incididunt\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"Ut enim\",\n \"id et ipsum quis\"\n ],\n \"notify_accounts\": [\n \"do voluptate pariatur in\",\n \"sint nisi proident\"\n ],\n \"market_fee\": -4102828.8630933613,\n \"created_at_block\": \"quis ullamco mollit est\",\n \"created_at_time\": \"aliquip incididunt mollit\"\n },\n \"schema\": {\n \"schema_name\": \"minim\",\n \"format\": [\n {\n \"name\": \"incididunt aliquip labore Ut\",\n \"type\": \"quis\"\n },\n {\n \"name\": \"eiusmod anim nostrud velit\",\n \"type\": \"enim ex magna ut ullamco\"\n }\n ],\n \"created_at_block\": \"labore magna\",\n \"created_at_time\": \"officia culpa ut\"\n },\n \"template\": {\n \"template_id\": \"Lorem\",\n \"max_supply\": \"nisi dolore ea dolor culpa\",\n \"issued_supply\": \"dolor cupidatat ex laborum commodo\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"aute non\",\n \"created_at_block\": \"sed dolore\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"exercitation incididunt aute\",\n \"token_symbol\": \"voluptate et consectetur ut\",\n \"token_precision\": 14393287,\n \"amount\": \"Excepteur esse dolore reprehenderit nisi\"\n },\n {\n \"token_contract\": \"aliqua cupidatat anim\",\n \"token_symbol\": \"reprehenderit dolore aute ex commodo\",\n \"token_precision\": 55318901,\n \"amount\": \"ex sit Lorem\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"sit dolore qui proident\",\n \"burned_at_block\": \"reprehenderit aliquip laborum velit\",\n \"burned_at_time\": \"id\",\n \"updated_at_block\": \"qui laborum aute\",\n \"updated_at_time\": \"non amet eiusmod elit\",\n \"transferred_at_block\": \"sunt Lorem in enim\",\n \"transferred_at_time\": \"proident eu\",\n \"minted_at_block\": \"laboris occaecat magna sit\",\n \"minted_at_time\": \"\",\n \"sales\": [\n {\n \"market_contract\": \"Ut ut\",\n \"sale_id\": \"velit magna nulla\"\n },\n {\n \"market_contract\": \"fugiat ut commodo\",\n \"sale_id\": \"fugiat sunt p\"\n }\n ],\n \"auctions\": [\n {\n \"market_contract\": \"incididunt id do officia et\",\n \"auction_id\": \"velit est et\"\n },\n {\n \"market_contract\": \"voluptate ut pariatur\",\n \"auction_id\": \"elit tempor\"\n }\n ],\n \"prices\": [\n {\n \"average\": \"et dolore exercitation\",\n \"market_contract\": \"deserunt sit sed in\",\n \"max\": \"officia\",\n \"median\": \"aliquip Duis\",\n \"min\": \"nostrud id consectetur sit\",\n \"sales\": \"quis labore tempor\",\n \"suggested_average\": \"adipisicing est pariatur aliqua\",\n \"suggested_median\": \"dolore veniam in reprehenderit\",\n \"token\": {\n \"token_contract\": \"laborum magna nisi sunt\",\n \"token_precision\": 37052235,\n \"token_symbol\": \"irure ea\"\n }\n },\n {\n \"average\": \"incididunt quis culpa aute proident\",\n \"market_contract\": \"deserunt consect\",\n \"max\": \"tempor cillum ex sint\",\n \"median\": \"commodo officia\",\n \"min\": \"dolore\",\n \"sales\": \"Ut\",\n \"suggested_average\": \"irure Lorem\",\n \"suggested_median\": \"eiusmod incid\",\n \"token\": {\n \"token_contract\": \"eiusmod sunt\",\n \"token_precision\": -44868710,\n \"token_symbol\": \"sunt irure\"\n }\n }\n ]\n },\n \"query_time\": -3378326\n}"
},
{
"name": "Element not found",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/assets/:asset_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"assets",
":asset_id"
],
"variable": [
{
"key": "asset_id",
"value": "reprehenderit velit",
"description": "(Required) ID of asset"
}
]
}
},
"status": "Requested Range Not Satisfiable",
"code": 416,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/assets/:asset_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"assets",
":asset_id"
],
"variable": [
{
"key": "asset_id",
"value": "reprehenderit velit",
"description": "(Required) ID of asset"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Gets price history for a specific asset",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/assets/:asset_id/sales?buyer=reprehenderit velit&seller=reprehenderit velit&symbol=reprehenderit velit&order=asc",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"assets",
":asset_id",
"sales"
],
"query": [
{
"key": "buyer",
"value": "reprehenderit velit",
"description": "Buyer"
},
{
"key": "seller",
"value": "reprehenderit velit",
"description": "Seller"
},
{
"key": "symbol",
"value": "reprehenderit velit",
"description": "Token symbol"
},
{
"key": "order",
"value": "asc",
"description": "Order by time"
}
],
"variable": [
{
"key": "asset_id",
"value": "33850208",
"description": "(Required) Asset Id"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/assets/:asset_id/sales?buyer=reprehenderit velit&seller=reprehenderit velit&symbol=reprehenderit velit&order=asc",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"assets",
":asset_id",
"sales"
],
"query": [
{
"key": "buyer",
"value": "reprehenderit velit"
},
{
"key": "seller",
"value": "reprehenderit velit"
},
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "order",
"value": "asc"
}
],
"variable": [
{
"key": "asset_id",
"value": "33850208",
"description": "(Required) Asset Id"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"sale_id\": \"minim ut\",\n \"auction_id\": \"nulla ea\",\n \"buyoffer_id\": \"co\",\n \"price\": \"laborum magna eiusmod voluptate ex\",\n \"token_symbol\": \"labore velit officia quis Lorem\",\n \"token_precision\": 79734738,\n \"token_contract\": \"reprehenderit\",\n \"seller\": \"commodo magna nisi \",\n \"buyer\": \"dolor offic\",\n \"block_time\": \"eu voluptate esse\"\n },\n {\n \"sale_id\": \"voluptate\",\n \"auction_id\": \"reprehenderit pariatur incididunt irure\",\n \"buyoffer_id\": \"eu\",\n \"price\": \"i\",\n \"token_symbol\": \"nostrud occaecat magna culpa incididunt\",\n \"token_precision\": -66831983,\n \"token_contract\": \"non minim\",\n \"seller\": \"deserunt adipisicing ad reprehenderit\",\n \"buyer\": \"non incididunt\",\n \"block_time\": \"ut qui enim minim\"\n }\n ],\n \"query_time\": 51408954\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/assets/:asset_id/sales?buyer=reprehenderit velit&seller=reprehenderit velit&symbol=reprehenderit velit&order=asc",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"assets",
":asset_id",
"sales"
],
"query": [
{
"key": "buyer",
"value": "reprehenderit velit"
},
{
"key": "seller",
"value": "reprehenderit velit"
},
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "order",
"value": "asc"
}
],
"variable": [
{
"key": "asset_id",
"value": "33850208",
"description": "(Required) Asset Id"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Fetch asset stats",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/assets/:asset_id/stats",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"assets",
":asset_id",
"stats"
],
"variable": [
{
"key": "asset_id",
"value": "33850208",
"description": "(Required) ID of asset"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/assets/:asset_id/stats",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"assets",
":asset_id",
"stats"
],
"variable": [
{
"key": "asset_id",
"value": "33850208",
"description": "(Required) ID of asset"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"template_mint\": -66493445\n },\n \"query_time\": 27587522\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/assets/:asset_id/stats",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"assets",
":asset_id",
"stats"
],
"variable": [
{
"key": "asset_id",
"value": "33850208",
"description": "(Required) ID of asset"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Fetch asset logs",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/assets/:asset_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"assets",
":asset_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit",
"description": "Action whitelist"
},
{
"key": "action_blacklist",
"value": "33850208",
"description": "Action blacklist"
}
],
"variable": [
{
"key": "asset_id",
"value": "33850208",
"description": "(Required) ID of asset"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/assets/:asset_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"assets",
":asset_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "asset_id",
"value": "33850208",
"description": "(Required) ID of asset"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"log_id\": \"elit nulla\",\n \"name\": \"ex laboris\",\n \"data\": {},\n \"txid\": \"sed aliqua\",\n \"created_at_block\": \"sint\",\n \"created_at_time\": \"aute consectetur aliqua\"\n },\n {\n \"log_id\": \"sunt aliquip velit\",\n \"name\": \"ex tempor\",\n \"data\": {},\n \"txid\": \"velit anim adipisicing\",\n \"created_at_block\": \"adipisicing\",\n \"created_at_time\": \"pariatur\"\n }\n ],\n \"query_time\": 33232924\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/assets/:asset_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"assets",
":asset_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "asset_id",
"value": "33850208",
"description": "(Required) ID of asset"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "Fetch assets.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/assets?collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&owner=reprehenderit velit&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&only_duplicate_templates=true&has_backed_tokens=true&authorized_account=reprehenderit velit&template_whitelist=reprehenderit velit&template_blacklist=reprehenderit velit&hide_templates_by_accounts=reprehenderit velit&hide_offers=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=asset_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"assets"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "Filter by collection name"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "Filter by schema name"
},
{
"key": "template_id",
"value": "33850208",
"description": "Filter by template id"
},
{
"key": "burned",
"value": "true",
"description": "Filter for burned assets"
},
{
"key": "owner",
"value": "reprehenderit velit",
"description": "Filter by owner"
},
{
"key": "match",
"value": "reprehenderit velit",
"description": "Search for input in asset name on template data"
},
{
"key": "search",
"value": "reprehenderit velit",
"description": "Fuzzy search for input in asset name on template data"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit",
"description": "Search for input in asset name on asset immutable data"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit",
"description": "Search for input in asset name on asset mutable data"
},
{
"key": "is_transferable",
"value": "true",
"description": "Check if asset is transferable"
},
{
"key": "is_burnable",
"value": "true",
"description": "Check if asset is burnable"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "only_duplicate_templates",
"value": "true",
"description": "Show only duplicate assets grouped by template"
},
{
"key": "has_backed_tokens",
"value": "true",
"description": "Show only assets that are backed by a token"
},
{
"key": "authorized_account",
"value": "reprehenderit velit",
"description": "Filter for assets the provided account can edit. "
},
{
"key": "template_whitelist",
"value": "reprehenderit velit",
"description": "Filter for multiple template ids split by \",\""
},
{
"key": "template_blacklist",
"value": "reprehenderit velit",
"description": "Dont include specific template ids split by \",\""
},
{
"key": "hide_templates_by_accounts",
"value": "reprehenderit velit",
"description": "Dont templates that are owned by an account"
},
{
"key": "hide_offers",
"value": "true",
"description": "Hide assets which are used in an offer"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "ids",
"value": "reprehenderit velit",
"description": "seperate multiple ids with \",\""
},
{
"key": "lower_bound",
"value": "reprehenderit velit",
"description": "lower bound of primary key (value included)"
},
{
"key": "upper_bound",
"value": "reprehenderit velit",
"description": "upper bound of primary key (value excluded)"
},
{
"key": "before",
"value": "33850208",
"description": "Only show results before this timestamp in milliseconds (value excluded)"
},
{
"key": "after",
"value": "33850208",
"description": "Only show results after this timestamp in milliseconds (value excluded)"
},
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "sort",
"value": "asset_id",
"description": "Column to sort"
}
]
},
"description": "You can filter the result by specific asset / template data fields.You can add for example &template_data.rarity=common to only receive results which have an attribute \"rarity\" with the value \"common\". You can query specific asset data by using &immutable_data.rarity=common or &mutable_data.rarity=common .If you want to query a non text type you need to specify it explicitly (defaults to text type) like data:bool.foil=true or data:number.id=4 or data:text.rarity=common. Integers which are defined greater than 32 bit (eg 64 bit) in the schema need to be queried as text."
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/assets?collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&owner=reprehenderit velit&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&only_duplicate_templates=true&has_backed_tokens=true&authorized_account=reprehenderit velit&template_whitelist=reprehenderit velit&template_blacklist=reprehenderit velit&hide_templates_by_accounts=reprehenderit velit&hide_offers=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=asset_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"assets"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "owner",
"value": "reprehenderit velit"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "search",
"value": "reprehenderit velit"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit"
},
{
"key": "is_transferable",
"value": "true"
},
{
"key": "is_burnable",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "only_duplicate_templates",
"value": "true"
},
{
"key": "has_backed_tokens",
"value": "true"
},
{
"key": "authorized_account",
"value": "reprehenderit velit"
},
{
"key": "template_whitelist",
"value": "reprehenderit velit"
},
{
"key": "template_blacklist",
"value": "reprehenderit velit"
},
{
"key": "hide_templates_by_accounts",
"value": "reprehenderit velit"
},
{
"key": "hide_offers",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "asset_id"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"contract\": \"esse aute dolore\",\n \"asset_id\": \"deserunt anim\",\n \"owner\": \"enim mollit\",\n \"name\": \"elit Excepteur dolor in\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"template_mint\": \"ex cillum Ut cupidatat\",\n \"collection\": {\n \"collection_name\": \"esse cillum mollit\",\n \"name\": \"esse Ut qui veniam\",\n \"author\": \"tempor reprehenderit\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"exercitation quis ullamco\",\n \"do el\"\n ],\n \"notify_accounts\": [\n \"velit fugiat\",\n \"ea nostrud tempor\"\n ],\n \"market_fee\": 12864551.366321519,\n \"created_at_block\": \"sit inci\",\n \"created_at_time\": \"commodo\"\n },\n \"schema\": {\n \"schema_name\": \"velit aliquip\",\n \"format\": [\n {\n \"name\": \"labore amet est\",\n \"type\": \"consequat magna\"\n },\n {\n \"name\": \"aliquip tempor\",\n \"type\": \"veli\"\n }\n ],\n \"created_at_block\": \"cupidatat sed\",\n \"created_at_time\": \"et sunt fugiat laboris\"\n },\n \"template\": {\n \"template_id\": \"Excepteur pariatur exercitation cupidatat tempor\",\n \"max_supply\": \"aliqua pariatur ad laborum\",\n \"issued_supply\": \"Ut dolore adipisicing\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"voluptate occaecat irure adipisicing sint\",\n \"created_at_block\": \"tempor aliquip nulla\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"Lorem fugiat aliquip laborum sint\",\n \"token_symbol\": \"eu id laboris veniam est\",\n \"token_precision\": -85871432,\n \"amount\": \"deserunt sed ea Excepteur\"\n },\n {\n \"token_contract\": \"nisi irure tempor cupidatat eu\",\n \"token_symbol\": \"tempor sunt\",\n \"token_precision\": 4361403,\n \"amount\": \"laborum aliqua cupidatat exercitation\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"Excepteur dolore\",\n \"burned_at_block\": \"qui irure\",\n \"burned_at_time\": \"adipisicing minim aliqua\",\n \"updated_at_block\": \"ut dolore reprehenderit\",\n \"updated_at_time\": \"quis labore i\",\n \"transferred_at_block\": \"sint aliqua \",\n \"transferred_at_time\": \"anim magna mollit\",\n \"minted_at_block\": \"reprehenderit dolore in irure\",\n \"minted_at_time\": \"aute \",\n \"sales\": [\n {\n \"market_contract\": \"consectetur\",\n \"sale_id\": \"laborum anim\"\n },\n {\n \"market_contract\": \"consectetur\",\n \"sale_id\": \"culpa\"\n }\n ],\n \"auctions\": [\n {\n \"market_contract\": \"aute nulla dolor laborum\",\n \"auction_id\": \"irure consequat ullamco\"\n },\n {\n \"market_contract\": \"occaecat minim\",\n \"auction_id\": \"cillum\"\n }\n ],\n \"prices\": [\n {\n \"average\": \"velit nisi sed\",\n \"market_contract\": \"sit Lorem laborum id fugiat\",\n \"max\": \"minim ullamco aliqua ipsum\",\n \"median\": \"exercitation esse eiusmod ex\",\n \"min\": \"ullamco ex\",\n \"sales\": \"adipisicing fugiat ullamco quis in\",\n \"suggested_average\": \"proident est aliqua anim\",\n \"suggested_median\": \"culpa est magna Excepteur\",\n \"token\": {\n \"token_contract\": \"Duis veniam minim\",\n \"token_precision\": 47946501,\n \"token_symbol\": \"ad aliqua laboris culpa\"\n }\n },\n {\n \"average\": \"sit ut in\",\n \"market_contract\": \"eu\",\n \"max\": \"incididunt voluptate consequat do cupidatat\",\n \"median\": \"Duis\",\n \"min\": \"ea qui fugiat\",\n \"sales\": \"commodo\",\n \"suggested_average\": \"Ut proident tem\",\n \"suggested_median\": \"deserunt velit occaecat qui sint\",\n \"token\": {\n \"token_contract\": \"dolore labore Ut\",\n \"token_precision\": 54037494,\n \"token_symbol\": \"dolor sit in\"\n }\n }\n ]\n },\n {\n \"contract\": \"nulla ex anim est\",\n \"asset_id\": \"officia non ex dolore\",\n \"owner\": \"velit\",\n \"name\": \"voluptate non quis\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"template_mint\": \"commodo reprehenderit cillum elit\",\n \"collection\": {\n \"collection_name\": \"commodo amet adipisicing\",\n \"name\": \"culpa cillum aute in\",\n \"author\": \"quis elit officia commodo\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"ut\",\n \"consectetur ea anim dolore\"\n ],\n \"notify_accounts\": [\n \"do cupidatat Ut ex\",\n \"nulla officia ad pariatur\"\n ],\n \"market_fee\": -2092157.8745175302,\n \"created_at_block\": \"ex consequat voluptate\",\n \"created_at_time\": \"in Duis cupidatat laboris\"\n },\n \"schema\": {\n \"schema_name\": \"cupidatat ut\",\n \"format\": [\n {\n \"name\": \"officia\",\n \"type\": \"Lorem veniam cillum\"\n },\n {\n \"name\": \"voluptate laborum\",\n \"type\": \"mollit ea\"\n }\n ],\n \"created_at_block\": \"ex minim voluptate culpa id\",\n \"created_at_time\": \"labore ea\"\n },\n \"template\": {\n \"template_id\": \"qui labore\",\n \"max_supply\": \"nisi occaecat\",\n \"issued_supply\": \"dolor aliqua anim voluptate\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"Ut velit\",\n \"created_at_block\": \"qui\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"officia ea l\",\n \"token_symbol\": \"occaecat aute\",\n \"token_precision\": 55068880,\n \"amount\": \"aute voluptate dolor\"\n },\n {\n \"token_contract\": \"Ut nostrud\",\n \"token_symbol\": \"est Duis consectetu\",\n \"token_precision\": 78925768,\n \"amount\": \"incididunt aliqua magna\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"sint esse\",\n \"burned_at_block\": \"Duis nisi adipisicing mollit\",\n \"burned_at_time\": \"adipisicing eiusmod\",\n \"updated_at_block\": \"adipisicing minim\",\n \"updated_at_time\": \"et amet minim aute cupidatat\",\n \"transferred_at_block\": \"ad fugiat tempor nisi\",\n \"transferred_at_time\": \"nostrud\",\n \"minted_at_block\": \"nisi proident Lorem reprehenderit\",\n \"minted_at_time\": \"occaecat dolor Lorem\",\n \"sales\": [\n {\n \"market_contract\": \"sit proident dolo\",\n \"sale_id\": \"minim enim ad veniam cupidatat\"\n },\n {\n \"market_contract\": \"sint\",\n \"sale_id\": \"irure pariatur\"\n }\n ],\n \"auctions\": [\n {\n \"market_contract\": \"sed sunt\",\n \"auction_id\": \"tempor\"\n },\n {\n \"market_contract\": \"ullamco laboris veniam pariatur sed\",\n \"auction_id\": \"cillum sed officia dolor sit\"\n }\n ],\n \"prices\": [\n {\n \"average\": \"Ut reprehenderit ad adipisicing\",\n \"market_contract\": \"Excepteur\",\n \"max\": \"ipsum amet ullamco ad\",\n \"median\": \"in eu occaecat\",\n \"min\": \"voluptate fugiat\",\n \"sales\": \"Ut officia cupi\",\n \"suggested_average\": \"consequat culpa nisi exercitation\",\n \"suggested_median\": \"adipisicing Excepteur in sit\",\n \"token\": {\n \"token_contract\": \"aute voluptate\",\n \"token_precision\": -18922834,\n \"token_symbol\": \"esse proident officia mollit Excepteur\"\n }\n },\n {\n \"average\": \"sed irure pariatur\",\n \"market_contract\": \"quis et qui adipisicing dolor\",\n \"max\": \"dolor magna cupidatat\",\n \"median\": \"ad sed\",\n \"min\": \"sit occaecat laborum nulla\",\n \"sales\": \"Excepteur laboris minim est\",\n \"suggested_average\": \"dolore dolor occaecat voluptate\",\n \"suggested_median\": \"nostrud\",\n \"token\": {\n \"token_contract\": \"pariatur amet\",\n \"token_precision\": 56579084,\n \"token_symbol\": \"ullamco laborum\"\n }\n }\n ]\n }\n ],\n \"query_time\": 10798233\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/assets?collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&owner=reprehenderit velit&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&only_duplicate_templates=true&has_backed_tokens=true&authorized_account=reprehenderit velit&template_whitelist=reprehenderit velit&template_blacklist=reprehenderit velit&hide_templates_by_accounts=reprehenderit velit&hide_offers=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=asset_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"assets"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "owner",
"value": "reprehenderit velit"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "search",
"value": "reprehenderit velit"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit"
},
{
"key": "is_transferable",
"value": "true"
},
{
"key": "is_burnable",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "only_duplicate_templates",
"value": "true"
},
{
"key": "has_backed_tokens",
"value": "true"
},
{
"key": "authorized_account",
"value": "reprehenderit velit"
},
{
"key": "template_whitelist",
"value": "reprehenderit velit"
},
{
"key": "template_blacklist",
"value": "reprehenderit velit"
},
{
"key": "hide_templates_by_accounts",
"value": "reprehenderit velit"
},
{
"key": "hide_offers",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "asset_id"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "prices",
"item": [
{
"name": "sales",
"item": [
{
"name": "Gets price history for a template or schema",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/prices/sales?collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&symbol=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"prices",
"sales"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "Filter by collection name"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "Filter by schema name"
},
{
"key": "template_id",
"value": "33850208",
"description": "Filter by template id"
},
{
"key": "burned",
"value": "true",
"description": "Filter for burned assets"
},
{
"key": "symbol",
"value": "reprehenderit velit",
"description": "Token symbol"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/prices/sales?collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&symbol=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"prices",
"sales"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "symbol",
"value": "reprehenderit velit"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"sale_id\": \"id dolore labore enim\",\n \"auction_id\": \"id\",\n \"buyoffer_id\": \"in sint\",\n \"template_mint\": \"in amet do\",\n \"price\": \"sint eiusmod\",\n \"token_symbol\": \"officia veniam\",\n \"token_precision\": -69144067,\n \"token_contract\": \"est culpa in laborum laboris\",\n \"block_time\": \"ex ea labore\"\n },\n {\n \"sale_id\": \"irure voluptate culpa\",\n \"auction_id\": \"ullamco ut\",\n \"buyoffer_id\": \"officia ea voluptate reprehenderit\",\n \"template_mint\": \"consequat ad ipsum irure\",\n \"price\": \"nostrud nulla ad\",\n \"token_symbol\": \"sit aliqua esse\",\n \"token_precision\": 37883486,\n \"token_contract\": \"dolore consequat non\",\n \"block_time\": \"elit dolor commodo\"\n }\n ],\n \"query_time\": -64803150\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/prices/sales?collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&symbol=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"prices",
"sales"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "symbol",
"value": "reprehenderit velit"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Gets price history for a template or schema",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/prices/sales/days?collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&symbol=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"prices",
"sales",
"days"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "Filter by collection name"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "Filter by schema name"
},
{
"key": "template_id",
"value": "33850208",
"description": "Filter by template id"
},
{
"key": "burned",
"value": "true",
"description": "Filter for burned assets"
},
{
"key": "symbol",
"value": "reprehenderit velit",
"description": "Token symbol"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/prices/sales/days?collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&symbol=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"prices",
"sales",
"days"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "symbol",
"value": "reprehenderit velit"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"average\": \"irure mollit\",\n \"median\": \"Lorem officia dolore\",\n \"token_symbol\": \"commod\",\n \"token_precision\": 55271990,\n \"token_contract\": \"sint ad et pariatur do\",\n \"time\": \"exercitation minim ullamco\"\n },\n {\n \"average\": \"officia quis ut nulla\",\n \"median\": \"mollit velit \",\n \"token_symbol\": \"esse consectetur ut non\",\n \"token_precision\": 85320748,\n \"token_contract\": \"qui do in\",\n \"time\": \"ullamco adipisicing ad mollit\"\n }\n ],\n \"query_time\": -12780371\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/prices/sales/days?collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&symbol=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"prices",
"sales",
"days"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "symbol",
"value": "reprehenderit velit"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "Get template price stats",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/prices/templates?collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&symbol=reprehenderit velit&page=1&limit=100&order=desc",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"prices",
"templates"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "Filter by collection name"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "Filter by schema name"
},
{
"key": "template_id",
"value": "33850208",
"description": "Filter by template id"
},
{
"key": "burned",
"value": "true",
"description": "Filter for burned assets"
},
{
"key": "symbol",
"value": "reprehenderit velit",
"description": "Token symbol"
},
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/prices/templates?collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&symbol=reprehenderit velit&page=1&limit=100&order=desc",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"prices",
"templates"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"token_symbol\": \"Duis deserunt velit\",\n \"token_precision\": -52913049,\n \"token_contract\": \"ut ex\",\n \"collection_name\": \"nulla in commodo\",\n \"template_id\": \"irure nisi ull\",\n \"average\": \"eiusmod\",\n \"median\": \"velit fugiat\",\n \"suggested_average\": \"minim\",\n \"suggested_median\": \"in deserunt incididunt anim\",\n \"min\": \"laboris labore\",\n \"max\": \"culpa\"\n },\n {\n \"token_symbol\": \"Lorem exercitation non\",\n \"token_precision\": 94093986,\n \"token_contract\": \"non ex\",\n \"collection_name\": \"sed do commo\",\n \"template_id\": \"in veniam laborum\",\n \"average\": \"anim quis ullamco dolor\",\n \"median\": \"ex esse proident mollit\",\n \"suggested_average\": \"elit\",\n \"suggested_median\": \"tempor elit\",\n \"min\": \"cillum dolore officia culpa\",\n \"max\": \"aliqua\"\n }\n ],\n \"query_time\": 45761036\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/prices/templates?collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&symbol=reprehenderit velit&page=1&limit=100&order=desc",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"prices",
"templates"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Gets price history for a template or schema",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/prices/assets?collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&owner=reprehenderit velit&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&authorized_account=reprehenderit velit&hide_offers=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"prices",
"assets"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "Filter by collection name"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "Filter by schema name"
},
{
"key": "template_id",
"value": "33850208",
"description": "Filter by template id"
},
{
"key": "burned",
"value": "true",
"description": "Filter for burned assets"
},
{
"key": "owner",
"value": "reprehenderit velit",
"description": "Filter by owner"
},
{
"key": "match",
"value": "reprehenderit velit",
"description": "Search for input in asset name on template data"
},
{
"key": "search",
"value": "reprehenderit velit",
"description": "Fuzzy search for input in asset name on template data"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit",
"description": "Search for input in asset name on asset immutable data"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit",
"description": "Search for input in asset name on asset mutable data"
},
{
"key": "is_transferable",
"value": "true",
"description": "Check if asset is transferable"
},
{
"key": "is_burnable",
"value": "true",
"description": "Check if asset is burnable"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "authorized_account",
"value": "reprehenderit velit",
"description": "Filter for assets the provided account can edit. "
},
{
"key": "hide_offers",
"value": "true",
"description": "Hide assets which are used in an offer"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "ids",
"value": "reprehenderit velit",
"description": "seperate multiple ids with \",\""
},
{
"key": "lower_bound",
"value": "reprehenderit velit",
"description": "lower bound of primary key (value included)"
},
{
"key": "upper_bound",
"value": "reprehenderit velit",
"description": "upper bound of primary key (value excluded)"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/prices/assets?collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&owner=reprehenderit velit&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&authorized_account=reprehenderit velit&hide_offers=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"prices",
"assets"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "owner",
"value": "reprehenderit velit"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "search",
"value": "reprehenderit velit"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit"
},
{
"key": "is_transferable",
"value": "true"
},
{
"key": "is_burnable",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "authorized_account",
"value": "reprehenderit velit"
},
{
"key": "hide_offers",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"token_symbol\": \"in deserunt\",\n \"token_precision\": 1837481,\n \"token_contract\": \"sed ullamco\",\n \"median\": \"in in magna dolor\",\n \"average\": \"dolor enim\",\n \"suggested_average\": \"cillum irure officia\",\n \"suggested_median\": \"anim cupidatat commodo enim minim\",\n \"min\": \"aliqua amet\",\n \"max\": \"minim aute dolor\"\n },\n {\n \"token_symbol\": \"nulla consectetur\",\n \"token_precision\": -94241724,\n \"token_contract\": \"consequat Excepteur\",\n \"median\": \"c\",\n \"average\": \"ex dolor no\",\n \"suggested_average\": \"labore pariatur\",\n \"suggested_median\": \"nostrud proident ut culpa\",\n \"min\": \"velit ut tempor laboris\",\n \"max\": \"adipisicing ipsum\"\n }\n ],\n \"query_time\": 85392530\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/prices/assets?collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&owner=reprehenderit velit&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&authorized_account=reprehenderit velit&hide_offers=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"prices",
"assets"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "owner",
"value": "reprehenderit velit"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "search",
"value": "reprehenderit velit"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit"
},
{
"key": "is_transferable",
"value": "true"
},
{
"key": "is_burnable",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "authorized_account",
"value": "reprehenderit velit"
},
{
"key": "hide_offers",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Gets a users inventory value grouped by collection",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/prices/inventory/:account?collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&authorized_account=reprehenderit velit&hide_offers=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"prices",
"inventory",
":account"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "Filter by collection name"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "Filter by schema name"
},
{
"key": "template_id",
"value": "33850208",
"description": "Filter by template id"
},
{
"key": "burned",
"value": "true",
"description": "Filter for burned assets"
},
{
"key": "match",
"value": "reprehenderit velit",
"description": "Search for input in asset name on template data"
},
{
"key": "search",
"value": "reprehenderit velit",
"description": "Fuzzy search for input in asset name on template data"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit",
"description": "Search for input in asset name on asset immutable data"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit",
"description": "Search for input in asset name on asset mutable data"
},
{
"key": "is_transferable",
"value": "true",
"description": "Check if asset is transferable"
},
{
"key": "is_burnable",
"value": "true",
"description": "Check if asset is burnable"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "authorized_account",
"value": "reprehenderit velit",
"description": "Filter for assets the provided account can edit. "
},
{
"key": "hide_offers",
"value": "true",
"description": "Hide assets which are used in an offer"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "ids",
"value": "reprehenderit velit",
"description": "seperate multiple ids with \",\""
},
{
"key": "lower_bound",
"value": "reprehenderit velit",
"description": "lower bound of primary key (value included)"
},
{
"key": "upper_bound",
"value": "reprehenderit velit",
"description": "upper bound of primary key (value excluded)"
}
],
"variable": [
{
"key": "account"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/prices/inventory/:account?collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&authorized_account=reprehenderit velit&hide_offers=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"prices",
"inventory",
":account"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "search",
"value": "reprehenderit velit"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit"
},
{
"key": "is_transferable",
"value": "true"
},
{
"key": "is_burnable",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "authorized_account",
"value": "reprehenderit velit"
},
{
"key": "hide_offers",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
}
],
"variable": [
{
"key": "account"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"collections\": {}\n },\n \"query_time\": 42722584\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/prices/inventory/:account?collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&authorized_account=reprehenderit velit&hide_offers=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"prices",
"inventory",
":account"
],
"query": [
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "search",
"value": "reprehenderit velit"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit"
},
{
"key": "is_transferable",
"value": "true"
},
{
"key": "is_burnable",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "authorized_account",
"value": "reprehenderit velit"
},
{
"key": "hide_offers",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
}
],
"variable": [
{
"key": "account"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "stats",
"item": [
{
"name": "collections",
"item": [
{
"name": "Get market collections sorted by volume or listings",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/collections?symbol=reprehenderit velit&search=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&sort=volume",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"collections"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit",
"description": "(Required) Token Symbol"
},
{
"key": "search",
"value": "reprehenderit velit",
"description": "(Required) Perform a collection search"
},
{
"key": "ids",
"value": "reprehenderit velit",
"description": "seperate multiple ids with \",\""
},
{
"key": "lower_bound",
"value": "reprehenderit velit",
"description": "lower bound of primary key (value included)"
},
{
"key": "upper_bound",
"value": "reprehenderit velit",
"description": "upper bound of primary key (value excluded)"
},
{
"key": "before",
"value": "33850208",
"description": "Only show results before this timestamp in milliseconds (value excluded)"
},
{
"key": "after",
"value": "33850208",
"description": "Only show results after this timestamp in milliseconds (value excluded)"
},
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "sort",
"value": "volume",
"description": "Column to sort"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/collections?symbol=reprehenderit velit&search=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&sort=volume",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"collections"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "search",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "sort",
"value": "volume"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"symbol\": {\n \"token_contract\": \"laborum\",\n \"token_symbol\": \"eu consequat sint Lorem\",\n \"token_precision\": -62850106\n },\n \"results\": [\n {\n \"contract\": \"nisi sunt\",\n \"collection_name\": \"Duis dolore id cupidatat\",\n \"name\": \"do reprehenderit\",\n \"author\": \"mollit incididunt\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"veniam id\",\n \"labore dolore\"\n ],\n \"notify_accounts\": [\n \"Ut eiusmod occa\",\n \"deserunt cillum nostru\"\n ],\n \"market_fee\": 85334233.85373974,\n \"data\": {},\n \"created_at_block\": \"tempor enim\",\n \"created_at_time\": \"dolor es\",\n \"listings\": \"velit dolore magna\",\n \"volume\": \"et deserunt\",\n \"sales\": \"q\"\n },\n {\n \"contract\": \"consectetur culpa\",\n \"collection_name\": \"mollit tempor\",\n \"name\": \"Excepteur et sit Duis\",\n \"author\": \"Excepteur Ut consectetur ut\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"et velit\",\n \"nostrud sint non aliquip fugiat\"\n ],\n \"notify_accounts\": [\n \"exercitation est magna\",\n \"ut dolor\"\n ],\n \"market_fee\": -2406236.6414059848,\n \"data\": {},\n \"created_at_block\": \"ullamco molli\",\n \"created_at_time\": \"sunt laborum\",\n \"listings\": \"cillum ea\",\n \"volume\": \"elit veniam aliqua officia\",\n \"sales\": \"Ut ut do commodo\"\n }\n ]\n },\n \"query_time\": 70487687\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/collections?symbol=reprehenderit velit&search=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&sort=volume",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"collections"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "search",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "sort",
"value": "volume"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Get market collections sorted by volume or listings",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/collections/:collection_name?symbol=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"collections",
":collection_name"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit",
"description": "(Required) Token Symbol"
}
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Collection Name"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/collections/:collection_name?symbol=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"collections",
":collection_name"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit"
}
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Collection Name"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"symbol\": {\n \"token_contract\": \"laborum\",\n \"token_symbol\": \"eu consequat sint Lorem\",\n \"token_precision\": -62850106\n },\n \"results\": [\n {\n \"contract\": \"nisi sunt\",\n \"collection_name\": \"Duis dolore id cupidatat\",\n \"name\": \"do reprehenderit\",\n \"author\": \"mollit incididunt\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"veniam id\",\n \"labore dolore\"\n ],\n \"notify_accounts\": [\n \"Ut eiusmod occa\",\n \"deserunt cillum nostru\"\n ],\n \"market_fee\": 85334233.85373974,\n \"data\": {},\n \"created_at_block\": \"tempor enim\",\n \"created_at_time\": \"dolor es\",\n \"listings\": \"velit dolore magna\",\n \"volume\": \"et deserunt\",\n \"sales\": \"q\"\n },\n {\n \"contract\": \"consectetur culpa\",\n \"collection_name\": \"mollit tempor\",\n \"name\": \"Excepteur et sit Duis\",\n \"author\": \"Excepteur Ut consectetur ut\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"et velit\",\n \"nostrud sint non aliquip fugiat\"\n ],\n \"notify_accounts\": [\n \"exercitation est magna\",\n \"ut dolor\"\n ],\n \"market_fee\": -2406236.6414059848,\n \"data\": {},\n \"created_at_block\": \"ullamco molli\",\n \"created_at_time\": \"sunt laborum\",\n \"listings\": \"cillum ea\",\n \"volume\": \"elit veniam aliqua officia\",\n \"sales\": \"Ut ut do commodo\"\n }\n ]\n },\n \"query_time\": 70487687\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/collections/:collection_name?symbol=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"collections",
":collection_name"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit"
}
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Collection Name"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "accounts",
"item": [
{
"name": "Get market collections sorted by volume or listings",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/accounts?symbol=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&page=1&limit=100&order=desc&sort=buy_volume",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"accounts"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit",
"description": "(Required) Token Symbol"
},
{
"key": "ids",
"value": "reprehenderit velit",
"description": "seperate multiple ids with \",\""
},
{
"key": "lower_bound",
"value": "reprehenderit velit",
"description": "lower bound of primary key (value included)"
},
{
"key": "upper_bound",
"value": "reprehenderit velit",
"description": "upper bound of primary key (value excluded)"
},
{
"key": "before",
"value": "33850208",
"description": "Only show results before this timestamp in milliseconds (value excluded)"
},
{
"key": "after",
"value": "33850208",
"description": "Only show results after this timestamp in milliseconds (value excluded)"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "sort",
"value": "buy_volume",
"description": "Column to sort"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/accounts?symbol=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&page=1&limit=100&order=desc&sort=buy_volume",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"accounts"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "buy_volume"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"symbol\": {\n \"token_contract\": \"officia do ea est\",\n \"token_symbol\": \"ea\",\n \"token_precision\": 72196715\n },\n \"results\": [\n {\n \"account\": \"commodo an\",\n \"buy_volume\": \"quis consectetur cillum\",\n \"sell_volume\": \"id deserunt ut e\"\n },\n {\n \"account\": \"voluptate ullamco tempor in\",\n \"buy_volume\": \"magna fugiat sunt\",\n \"sell_volume\": \"esse et\"\n }\n ]\n },\n \"query_time\": -802305\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/accounts?symbol=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&page=1&limit=100&order=desc&sort=buy_volume",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"accounts"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "buy_volume"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Get market collections sorted by volume or listings",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/accounts/:account?symbol=reprehenderit velit&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"accounts",
":account"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit",
"description": "(Required) Token Symbol"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
}
],
"variable": [
{
"key": "account",
"value": "reprehenderit velit",
"description": "(Required) Account Name"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/accounts/:account?symbol=reprehenderit velit&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"accounts",
":account"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
}
],
"variable": [
{
"key": "account",
"value": "reprehenderit velit",
"description": "(Required) Account Name"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"symbol\": {\n \"token_contract\": \"et sed ullamco consequat amet\",\n \"token_symbol\": \"eu\",\n \"token_precision\": -98896220\n },\n \"result\": [\n {\n \"account\": \"dolore laborum velit dolor eiusmod\",\n \"buy_volume\": \"enim Excepteur aliqua voluptate fugiat\",\n \"sell_volume\": \"cillum adipisicing\"\n },\n {\n \"account\": \"Duis qui\",\n \"buy_volume\": \"ad commodo in voluptate\",\n \"sell_volume\": \"nulla veniam consequat\"\n }\n ]\n },\n \"query_time\": 71540714\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/accounts/:account?symbol=reprehenderit velit&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"accounts",
":account"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
}
],
"variable": [
{
"key": "account",
"value": "reprehenderit velit",
"description": "(Required) Account Name"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "Get market schemas sorted by volume or listings",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/schemas/:collection_name?symbol=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=volume",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"schemas",
":collection_name"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit",
"description": "(Required) Token Symbol"
},
{
"key": "ids",
"value": "reprehenderit velit",
"description": "seperate multiple ids with \",\""
},
{
"key": "lower_bound",
"value": "reprehenderit velit",
"description": "lower bound of primary key (value included)"
},
{
"key": "upper_bound",
"value": "reprehenderit velit",
"description": "upper bound of primary key (value excluded)"
},
{
"key": "before",
"value": "33850208",
"description": "Only show results before this timestamp in milliseconds (value excluded)"
},
{
"key": "after",
"value": "33850208",
"description": "Only show results after this timestamp in milliseconds (value excluded)"
},
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "sort",
"value": "volume",
"description": "Column to sort"
}
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Collection Name"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/schemas/:collection_name?symbol=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=volume",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"schemas",
":collection_name"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "volume"
}
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Collection Name"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"symbol\": {\n \"token_contract\": \"dolore pariatur adipisicing cupidatat\",\n \"token_symbol\": \"ad dolor\",\n \"token_precision\": -6153803\n },\n \"results\": [\n {\n \"schema_name\": \"adipisicing ad veniam cillum\",\n \"listings\": \"reprehenderit fugiat\",\n \"volume\": \"adipisicing voluptate consequat incididunt\"\n },\n {\n \"schema_name\": \"dolor\",\n \"listings\": \"veniam culpa elit\",\n \"volume\": \"irure adipisicing labore ad\"\n }\n ]\n },\n \"query_time\": 82391793\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/schemas/:collection_name?symbol=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=volume",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"schemas",
":collection_name"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "volume"
}
],
"variable": [
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "(Required) Collection Name"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Get templates ordered by market activity",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/templates?symbol=reprehenderit velit&search=reprehenderit velit&collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=volume",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"templates"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit",
"description": "(Required) Token Symbol"
},
{
"key": "search",
"value": "reprehenderit velit",
"description": "(Required) Perform a collection search"
},
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "Collection Name"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "Schema Name"
},
{
"key": "template_id",
"value": "reprehenderit velit",
"description": "Template Id"
},
{
"key": "before",
"value": "33850208",
"description": "Only show results before this timestamp in milliseconds (value excluded)"
},
{
"key": "after",
"value": "33850208",
"description": "Only show results after this timestamp in milliseconds (value excluded)"
},
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "sort",
"value": "volume",
"description": "Column to sort"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/templates?symbol=reprehenderit velit&search=reprehenderit velit&collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=volume",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"templates"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "search",
"value": "reprehenderit velit"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "volume"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"symbol\": {\n \"token_contract\": \"id fugia\",\n \"token_symbol\": \"adipisicing dolo\",\n \"token_precision\": -7077962\n },\n \"results\": [\n {\n \"template\": {\n \"contract\": \"adipisicing\",\n \"template_id\": \"incididunt\",\n \"max_supply\": \"esse \",\n \"issued_supply\": \"ut occaecat eu culpa\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"culpa occaecat exercitation nisi dolor\",\n \"created_at_block\": \"dolore dolor et\",\n \"scheme\": {\n \"schema_name\": \"reprehenderit qui\",\n \"format\": [\n {\n \"name\": \"Duis culpa in ea\",\n \"type\": \"est Duis minim aliqua\"\n },\n {\n \"name\": \"ut reprehenderit\",\n \"type\": \"laboris adipisicing dolor Excepteu\"\n }\n ],\n \"created_at_block\": \"dolore minim deserunt aliqua\",\n \"created_at_time\": \"proident eiusmod\"\n },\n \"collection\": {\n \"collection_name\": \"id magna\",\n \"name\": \"exercitation deserunt consectetur\",\n \"author\": \"amet velit Duis fugiat\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"deserunt cillum \",\n \"ut\"\n ],\n \"notify_accounts\": [\n \"tempor ea non proident fugiat\",\n \"ut si\"\n ],\n \"market_fee\": -99435211.70488903,\n \"created_at_block\": \"non Duis in qui\",\n \"created_at_time\": \"in\"\n }\n },\n \"sales\": \"esse consequat aute reprehenderit cons\",\n \"volume\": \"amet exercitation\"\n },\n {\n \"template\": {\n \"contract\": \"nulla commodo irure est\",\n \"template_id\": \"proident\",\n \"max_supply\": \"dolore commodo\",\n \"issued_supply\": \"ut aliqua proi\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"laborum consequat\",\n \"created_at_block\": \"Ut voluptate sed ad\",\n \"scheme\": {\n \"schema_name\": \"incididunt deserunt labore\",\n \"format\": [\n {\n \"name\": \"ea sunt\",\n \"type\": \"labor\"\n },\n {\n \"name\": \"aliqua\",\n \"type\": \"nostrud\"\n }\n ],\n \"created_at_block\": \"tempor qui dolor\",\n \"created_at_time\": \"occaecat incididunt proident elit\"\n },\n \"collection\": {\n \"collection_name\": \"tempor\",\n \"name\": \"do in tempor quis\",\n \"author\": \"amet exercitation ex esse\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"commodo cillum dolor exercitation\",\n \"laboris qui\"\n ],\n \"notify_accounts\": [\n \"Ut ex ad\",\n \"pariatur consequat quis do\"\n ],\n \"market_fee\": 88827140.22110951,\n \"created_at_block\": \"sint ut anim\",\n \"created_at_time\": \"eu dolore ut pariatur mollit\"\n }\n },\n \"sales\": \"in veniam eiusmod ut\",\n \"volume\": \"quis Duis\"\n }\n ]\n },\n \"query_time\": -4385328\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/templates?symbol=reprehenderit velit&search=reprehenderit velit&collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=volume",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"templates"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "search",
"value": "reprehenderit velit"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "volume"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Get history of volume and",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/graph?symbol=reprehenderit velit&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"graph"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit",
"description": "(Required) Token Symbol"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/graph?symbol=reprehenderit velit&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"graph"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"symbol\": {\n \"token_contract\": \"cupidatat\",\n \"token_symbol\": \"ex consequat\",\n \"token_precision\": -11076163\n },\n \"results\": [\n {\n \"time\": \"aliqua aute nisi dolor\",\n \"volume\": \"exercitation\",\n \"sales\": \"dolor laboris id Excepteur\",\n \"max\": \"minim Excepteur\"\n },\n {\n \"time\": \"magna veniam ex cillum\",\n \"volume\": \"et non culpa\",\n \"sales\": \"dolore eiusmod fugiat\",\n \"max\": \"eiusmod irure\"\n }\n ]\n },\n \"query_time\": -56541012\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/graph?symbol=reprehenderit velit&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"graph"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Get total sales and volume",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/sales?symbol=reprehenderit velit&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"sales"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit",
"description": "(Required) Token Symbol"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/sales?symbol=reprehenderit velit&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"sales"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"symbol\": {\n \"token_contract\": \"id dolore\",\n \"token_symbol\": \"fugiat consectetur cillum\",\n \"token_precision\": -65082195\n },\n \"results\": {\n \"volume\": \"esse amet\",\n \"sales\": \"cupidatat occaec\"\n }\n },\n \"query_time\": 23037493\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/stats/sales?symbol=reprehenderit velit&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"stats",
"sales"
],
"query": [
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "offers",
"item": [
{
"name": "{offer id}",
"item": [
{
"name": "Find offer by id",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/offers/:offer_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"offers",
":offer_id"
],
"variable": [
{
"key": "offer_id",
"value": "33850208",
"description": "(Required) ID of offer"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/offers/:offer_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"offers",
":offer_id"
],
"variable": [
{
"key": "offer_id",
"value": "33850208",
"description": "(Required) ID of offer"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"contract\": \"veniam est minim\",\n \"offer_id\": \"nisi minim\",\n \"sender_name\": \"Lorem ad ipsum\",\n \"recipient_name\": \"veniam Ut sint\",\n \"memo\": \"occaecat sed aute sunt\",\n \"state\": -32792284,\n \"is_sender_contract\": true,\n \"is_recipient_contract\": false,\n \"sender_assets\": [\n {\n \"contract\": \"u\",\n \"asset_id\": \"in Duis ipsum Lorem laboris\",\n \"owner\": \"esse la\",\n \"name\": \"esse nostrud\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"template_mint\": \"sed amet incididunt\",\n \"collection\": {\n \"collection_name\": \"magna ex\",\n \"name\": \"incididunt pariatur cul\",\n \"author\": \"enim occaecat\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"elit Excepteur quis\",\n \"ullamco qui\"\n ],\n \"notify_accounts\": [\n \"commodo culpa minim\",\n \"ut tempor\"\n ],\n \"market_fee\": 51149130.173335254,\n \"created_at_block\": \"Ut cupidatat incididunt ea\",\n \"created_at_time\": \"ex sint in anim\"\n },\n \"schema\": {\n \"schema_name\": \"ut enim dolor non ex\",\n \"format\": [\n {\n \"name\": \"tempor ex magna eiusmod\",\n \"type\": \"est ci\"\n },\n {\n \"name\": \"do fugiat\",\n \"type\": \"reprehenderit\"\n }\n ],\n \"created_at_block\": \"Ut nisi commodo laboris ullamco\",\n \"created_at_time\": \"aliqua c\"\n },\n \"template\": {\n \"template_id\": \"eu nulla laborum\",\n \"max_supply\": \"id nostrud minim\",\n \"issued_supply\": \"ipsum aliqua\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"incididunt adipisicing\",\n \"created_at_block\": \"veniam aliqua\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"cillum amet\",\n \"token_symbol\": \"laboris ipsum enim minim\",\n \"token_precision\": 94925970,\n \"amount\": \"proident quis est occaecat\"\n },\n {\n \"token_contract\": \"sed elit in\",\n \"token_symbol\": \"ex esse adipisicing\",\n \"token_precision\": -35073707,\n \"amount\": \"enim Ut\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"incididunt tempor Lorem deserunt minim\",\n \"burned_at_block\": \"cillum ipsum magna cupidatat\",\n \"burned_at_time\": \"nisi in Duis sint incididunt\",\n \"updated_at_block\": \"occa\",\n \"updated_at_time\": \"Ut Lorem\",\n \"transferred_at_block\": \"aute cillu\",\n \"transferred_at_time\": \"labore occaecat cupidatat ea\",\n \"minted_at_block\": \"tempor elit quis reprehenderit commodo\",\n \"minted_at_time\": \"cillum minim paria\",\n \"sales\": [\n {\n \"market_contract\": \"ad ut in\",\n \"sale_id\": \"in aute mollit v\"\n },\n {\n \"market_contract\": \"nostrud\",\n \"sale_id\": \"do dolor\"\n }\n ],\n \"auctions\": [\n {\n \"market_contract\": \"eu labore enim anim\",\n \"auction_id\": \"elit non ad ea\"\n },\n {\n \"market_contract\": \"ea qui s\",\n \"auction_id\": \"laborum culpa quis\"\n }\n ],\n \"prices\": [\n {\n \"average\": \"ullamco est reprehenderit Ut\",\n \"market_contract\": \"consectetur lab\",\n \"max\": \"nulla aute voluptate dolore\",\n \"median\": \"tempor consequat irure\",\n \"min\": \"ut\",\n \"sales\": \"ut sint\",\n \"suggested_average\": \"eu id dolore\",\n \"suggested_median\": \"dolore ad magna\",\n \"token\": {\n \"token_contract\": \"ull\",\n \"token_precision\": -88374524,\n \"token_symbol\": \"est laborum laboris id\"\n }\n },\n {\n \"average\": \"sit ea\",\n \"market_contract\": \"Ut\",\n \"max\": \"nulla minim ea\",\n \"median\": \"laborum magna Excepteur eu anim\",\n \"min\": \"ad \",\n \"sales\": \"nisi sunt officia\",\n \"suggested_average\": \"occaecat reprehenderit fugiat\",\n \"suggested_median\": \"sit aute in veniam\",\n \"token\": {\n \"token_contract\": \"cupidatat\",\n \"token_precision\": -212906,\n \"token_symbol\": \"eu dolore nulla\"\n }\n }\n ]\n },\n {\n \"contract\": \"ut cupidatat nulla irure\",\n \"asset_id\": \"mollit pariatur \",\n \"owner\": \"amet\",\n \"name\": \"ut\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"template_mint\": \"anim enim exercitation Duis eu\",\n \"collection\": {\n \"collection_name\": \"enim in cillum\",\n \"name\": \"aute Lorem\",\n \"author\": \"ex ad ut\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"proident velit veniam\",\n \"Lorem qui\"\n ],\n \"notify_accounts\": [\n \"quis culpa nisi\",\n \"labore Ut voluptate aliquip\"\n ],\n \"market_fee\": -10782369.701725617,\n \"created_at_block\": \"ex esse laborum Ut\",\n \"created_at_time\": \"labore\"\n },\n \"schema\": {\n \"schema_name\": \"nostrud occaecat cillum\",\n \"format\": [\n {\n \"name\": \"ex ullamco in nulla\",\n \"type\": \"in minim eiusmod est\"\n },\n {\n \"name\": \"amet\",\n \"type\": \"cupidatat\"\n }\n ],\n \"created_at_block\": \"non ad in anim\",\n \"created_at_time\": \"laboris dolor mollit dolore\"\n },\n \"template\": {\n \"template_id\": \"magna\",\n \"max_supply\": \"id sit dolore amet nisi\",\n \"issued_supply\": \"consequat eiusmod laboris dolore voluptate\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"dolor elit\",\n \"created_at_block\": \"eu sed Ut ipsum occa\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"ipsum irure\",\n \"token_symbol\": \"voluptate\",\n \"token_precision\": -91403897,\n \"amount\": \"magna sit\"\n },\n {\n \"token_contract\": \"proident qui\",\n \"token_symbol\": \"do esse amet aliqua\",\n \"token_precision\": -50005305,\n \"amount\": \"Duis\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"magna\",\n \"burned_at_block\": \"irure do occaecat sit\",\n \"burned_at_time\": \"irure eu\",\n \"updated_at_block\": \"magna cupidatat\",\n \"updated_at_time\": \"cillum sit in\",\n \"transferred_at_block\": \"ea culpa reprehenderit\",\n \"transferred_at_time\": \"sunt et mollit\",\n \"minted_at_block\": \"laboris Lorem\",\n \"minted_at_time\": \"id\",\n \"sales\": [\n {\n \"market_contract\": \"consequat\",\n \"sale_id\": \"esse Ut voluptate do\"\n },\n {\n \"market_contract\": \"proident laborum\",\n \"sale_id\": \"officia nisi in magna anim\"\n }\n ],\n \"auctions\": [\n {\n \"market_contract\": \"nisi eu occaecat\",\n \"auction_id\": \"adipisic\"\n },\n {\n \"market_contract\": \"est sint nulla ea exercitation\",\n \"auction_id\": \"amet minim\"\n }\n ],\n \"prices\": [\n {\n \"average\": \"sed aute deserunt\",\n \"market_contract\": \"commodo velit incididunt Lorem\",\n \"max\": \"ut proident\",\n \"median\": \"tempor\",\n \"min\": \"non fugiat officia\",\n \"sales\": \"i\",\n \"suggested_average\": \"dolore\",\n \"suggested_median\": \"enim consequat\",\n \"token\": {\n \"token_contract\": \"reprehenderit et cupidatat eu\",\n \"token_precision\": 51021601,\n \"token_symbol\": \"laborum aute ut\"\n }\n },\n {\n \"average\": \"do culpa nisi Duis\",\n \"market_contract\": \"dolor cillum adipisicing\",\n \"max\": \"cillum aute\",\n \"median\": \"irure culpa mollit proident\",\n \"min\": \"in exercitation pariatur cupidatat Excepteur\",\n \"sales\": \"incididunt irur\",\n \"suggested_average\": \"elit non eiusmod dolore\",\n \"suggested_median\": \"fugiat dol\",\n \"token\": {\n \"token_contract\": \"quis ut cillum\",\n \"token_precision\": -9746574,\n \"token_symbol\": \"occaecat elit est id\"\n }\n }\n ]\n }\n ],\n \"recipient_assets\": [\n {\n \"contract\": \"mollit\",\n \"asset_id\": \"deser\",\n \"owner\": \"eu labore\",\n \"name\": \"qui\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"template_mint\": \"in officia Excepteur\",\n \"collection\": {\n \"collection_name\": \"labore in ut sit\",\n \"name\": \"laboris voluptate pariatu\",\n \"author\": \"nisi in\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"laboris sit\",\n \"laborum qui consequ\"\n ],\n \"notify_accounts\": [\n \"sunt Ut minim\",\n \"non fugiat minim\"\n ],\n \"market_fee\": -20614055.309619054,\n \"created_at_block\": \"reprehenderit dolore\",\n \"created_at_time\": \"proident\"\n },\n \"schema\": {\n \"schema_name\": \"non u\",\n \"format\": [\n {\n \"name\": \"qui magna non eu cillum\",\n \"type\": \"ulla\"\n },\n {\n \"name\": \"fugiat adipisicing quis\",\n \"type\": \"culpa ullamco fugiat deserunt\"\n }\n ],\n \"created_at_block\": \"officia id irure veniam ea\",\n \"created_at_time\": \"eu\"\n },\n \"template\": {\n \"template_id\": \"occaecat\",\n \"max_supply\": \"enim proident commodo cillu\",\n \"issued_supply\": \"commodo elit Ut reprehenderit\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"tempor\",\n \"created_at_block\": \"irure cupidatat\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"sit tempor\",\n \"token_symbol\": \"sunt minim ut\",\n \"token_precision\": -81925169,\n \"amount\": \"ea\"\n },\n {\n \"token_contract\": \"culpa\",\n \"token_symbol\": \"incididunt labore deserunt\",\n \"token_precision\": -70165606,\n \"amount\": \"est consequat esse et dolore\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"occaecat commodo consectetur\",\n \"burned_at_block\": \"Ut adipisicing in anim\",\n \"burned_at_time\": \"esse commodo ea in nulla\",\n \"updated_at_block\": \"in sed do e\",\n \"updated_at_time\": \"sit laborum\",\n \"transferred_at_block\": \"mollit voluptate in ut\",\n \"transferred_at_time\": \"Excepteur et laborum\",\n \"minted_at_block\": \"sunt laboris\",\n \"minted_at_time\": \"eiusmod et\",\n \"sales\": [\n {\n \"market_contract\": \"dolor sit aliquip Duis dolore\",\n \"sale_id\": \"ut veniam\"\n },\n {\n \"market_contract\": \"Duis officia labore ex\",\n \"sale_id\": \"non ipsum\"\n }\n ],\n \"auctions\": [\n {\n \"market_contract\": \"laboris in\",\n \"auction_id\": \"ea veniam ut cillum\"\n },\n {\n \"market_contract\": \"sit mollit\",\n \"auction_id\": \"consequat\"\n }\n ],\n \"prices\": [\n {\n \"average\": \"proident exercitation\",\n \"market_contract\": \"dolore sunt est\",\n \"max\": \"do incididunt irure\",\n \"median\": \"vol\",\n \"min\": \"occaecat aute ad est incididunt\",\n \"sales\": \"irure Lorem amet\",\n \"suggested_average\": \"vel\",\n \"suggested_median\": \"ex ullamco Lorem esse\",\n \"token\": {\n \"token_contract\": \"in\",\n \"token_precision\": -45428204,\n \"token_symbol\": \"Lorem dolore amet\"\n }\n },\n {\n \"average\": \"enim nulla ipsum\",\n \"market_contract\": \"dolore officia et\",\n \"max\": \"deseru\",\n \"median\": \"occaecat dolore\",\n \"min\": \"laboris non in sint\",\n \"sales\": \"ut do minim\",\n \"suggested_average\": \"dolore\",\n \"suggested_median\": \"consectetur\",\n \"token\": {\n \"token_contract\": \"culpa aliqua do sunt\",\n \"token_precision\": -25122592,\n \"token_symbol\": \"fugiat sunt occaecat\"\n }\n }\n ]\n },\n {\n \"contract\": \"non nulla officia ea culpa\",\n \"asset_id\": \"non Lorem officia\",\n \"owner\": \"sunt officia\",\n \"name\": \"sit nisi ullamco ut\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"template_mint\": \"enim in ut sint\",\n \"collection\": {\n \"collection_name\": \"enim voluptate sit nulla cillum\",\n \"name\": \"consequat\",\n \"author\": \"proident laboris\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"cillum minim fugiat n\",\n \"in officia laborum ullamco Ut\"\n ],\n \"notify_accounts\": [\n \"ut Lorem aliquip\",\n \"ut ex\"\n ],\n \"market_fee\": -61029070.23532085,\n \"created_at_block\": \"cillum adipisicing nostrud ad\",\n \"created_at_time\": \"ut sed ex do\"\n },\n \"schema\": {\n \"schema_name\": \"ut dolor in mollit\",\n \"format\": [\n {\n \"name\": \"laboris cupidatat sint amet in\",\n \"type\": \"Excepteur veniam incididu\"\n },\n {\n \"name\": \"ipsum lab\",\n \"type\": \"eiusmod fugiat sed voluptate\"\n }\n ],\n \"created_at_block\": \"Excepteur reprehenderit aute cupidatat\",\n \"created_at_time\": \"aute ea veniam fugiat\"\n },\n \"template\": {\n \"template_id\": \"amet sit\",\n \"max_supply\": \"laborum\",\n \"issued_supply\": \"ea dolore\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"commodo anim dolore\",\n \"created_at_block\": \"id dolor in nulla laboris\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"ex ad esse\",\n \"token_symbol\": \"dolor culpa\",\n \"token_precision\": -9225776,\n \"amount\": \"est dolore aliqua ex\"\n },\n {\n \"token_contract\": \"ut tempor\",\n \"token_symbol\": \"\",\n \"token_precision\": -56195000,\n \"amount\": \"ea laboris fugiat\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"amet commodo culpa\",\n \"burned_at_block\": \"consectetur dolor sed labore\",\n \"burned_at_time\": \"aute\",\n \"updated_at_block\": \"dolor qui\",\n \"updated_at_time\": \"commodo est fugiat in\",\n \"transferred_at_block\": \"tempor sint laborum\",\n \"transferred_at_time\": \"labori\",\n \"minted_at_block\": \"dolore quis\",\n \"minted_at_time\": \"in eiusmod culpa velit\",\n \"sales\": [\n {\n \"market_contract\": \"officia reprehenderit\",\n \"sale_id\": \"laboris in Ut\"\n },\n {\n \"market_contract\": \"ut non cillum officia commodo\",\n \"sale_id\": \"Duis eiusmod Excepteur\"\n }\n ],\n \"auctions\": [\n {\n \"market_contract\": \"laboris esse reprehenderit\",\n \"auction_id\": \"deserunt\"\n },\n {\n \"market_contract\": \"nulla eiusmod irure labore incididunt\",\n \"auction_id\": \"non fugiat\"\n }\n ],\n \"prices\": [\n {\n \"average\": \"nulla irure eu\",\n \"market_contract\": \"aliquip quis\",\n \"max\": \"minim laborum aute\",\n \"median\": \"dolor est Excepteur in eiu\",\n \"min\": \"sunt sed r\",\n \"sales\": \"exercitation Ut aliquip\",\n \"suggested_average\": \"aliquip e\",\n \"suggested_median\": \"voluptate esse in sint cupidatat\",\n \"token\": {\n \"token_contract\": \"est ut commodo aliqua\",\n \"token_precision\": 89913137,\n \"token_symbol\": \"voluptate occaecat aliquip\"\n }\n },\n {\n \"average\": \"irure aliqua consequat sed\",\n \"market_contract\": \"pariatur elit veniam\",\n \"max\": \"proident voluptate\",\n \"median\": \"elit ad sit Excepteur\",\n \"min\": \"voluptate\",\n \"sales\": \"et\",\n \"suggested_average\": \"labore velit ad eiusmod\",\n \"suggested_median\": \"laboris Lorem\",\n \"token\": {\n \"token_contract\": \"anim labore laboris reprehenderit\",\n \"token_precision\": 86298528,\n \"token_symbol\": \"enim est anim laboris\"\n }\n }\n ]\n }\n ],\n \"updated_at_block\": \"et ea adipisicin\",\n \"updated_at_time\": \"proident laboris minim nulla\",\n \"created_at_block\": \"pariatur cillum dolor\",\n \"created_at_time\": \"adipisicing et Lorem amet\"\n },\n \"query_time\": -94999334\n}"
},
{
"name": "Element not found",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/offers/:offer_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"offers",
":offer_id"
],
"variable": [
{
"key": "offer_id",
"value": "33850208",
"description": "(Required) ID of offer"
}
]
}
},
"status": "Requested Range Not Satisfiable",
"code": 416,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/offers/:offer_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"offers",
":offer_id"
],
"variable": [
{
"key": "offer_id",
"value": "33850208",
"description": "(Required) ID of offer"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Fetch offer logs",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/offers/:offer_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"offers",
":offer_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit",
"description": "Action whitelist"
},
{
"key": "action_blacklist",
"value": "33850208",
"description": "Action blacklist"
}
],
"variable": [
{
"key": "offer_id",
"value": "33850208",
"description": "(Required) ID of offer"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/offers/:offer_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"offers",
":offer_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "offer_id",
"value": "33850208",
"description": "(Required) ID of offer"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"log_id\": \"elit nulla\",\n \"name\": \"ex laboris\",\n \"data\": {},\n \"txid\": \"sed aliqua\",\n \"created_at_block\": \"sint\",\n \"created_at_time\": \"aute consectetur aliqua\"\n },\n {\n \"log_id\": \"sunt aliquip velit\",\n \"name\": \"ex tempor\",\n \"data\": {},\n \"txid\": \"velit anim adipisicing\",\n \"created_at_block\": \"adipisicing\",\n \"created_at_time\": \"pariatur\"\n }\n ],\n \"query_time\": 33232924\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/offers/:offer_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"offers",
":offer_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "offer_id",
"value": "33850208",
"description": "(Required) ID of offer"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "Fetch offers",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/offers?account=reprehenderit velit&sender=reprehenderit velit&recipient=reprehenderit velit&memo=reprehenderit velit&match_memo=reprehenderit velit&state=reprehenderit velit&is_recipient_contract=true&asset_id=reprehenderit velit&template_id=reprehenderit velit&schema_name=reprehenderit velit&collection_name=reprehenderit velit&account_whitelist=reprehenderit velit&account_blacklist=reprehenderit velit&sender_asset_whitelist=reprehenderit velit&sender_asset_blacklist=reprehenderit velit&recipient_asset_whitelist=reprehenderit velit&recipient_asset_blacklist=reprehenderit velit&hide_contracts=true&hide_empty_offers=true&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"offers"
],
"query": [
{
"key": "account",
"value": "reprehenderit velit",
"description": "Notified account (can be sender or recipient) - separate multiple with \",\""
},
{
"key": "sender",
"value": "reprehenderit velit",
"description": "Offer sender - separate multiple with \",\""
},
{
"key": "recipient",
"value": "reprehenderit velit",
"description": "Offer recipient - separate multiple with \",\""
},
{
"key": "memo",
"value": "reprehenderit velit",
"description": "Search for exact memo"
},
{
"key": "match_memo",
"value": "reprehenderit velit",
"description": "Search for text in memo"
},
{
"key": "state",
"value": "reprehenderit velit",
"description": "Filter by Offer State (0: PENDING - Offer created and valid, 1: INVALID - Assets are missing because ownership has changed, 2: UNKNOWN - Offer is not valid anymore, 3: ACCEPTED - Offer was accepted, 4: DECLINED - Offer was declined by recipient, 5: CANCELLED - Offer was canceled by sender) - separate multiple with \",\""
},
{
"key": "is_recipient_contract",
"value": "true",
"description": "Filter offers where recipient is a contract"
},
{
"key": "asset_id",
"value": "reprehenderit velit",
"description": "only offers which contain this asset_id - separate multiple with \",\""
},
{
"key": "template_id",
"value": "reprehenderit velit",
"description": "only offers which contain assets of this template - separate multiple with \",\""
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "only offers which contain assets of this schema - separate multiple with \",\""
},
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "only offers which contain assets of this collection - separate multiple with \",\""
},
{
"key": "account_whitelist",
"value": "reprehenderit velit",
"description": "Only offers which are sent by one of these accounts"
},
{
"key": "account_blacklist",
"value": "reprehenderit velit",
"description": "Exclude offers which are sent by one of these accounts"
},
{
"key": "sender_asset_whitelist",
"value": "reprehenderit velit",
"description": "Only offers which contain these assets"
},
{
"key": "sender_asset_blacklist",
"value": "reprehenderit velit",
"description": "Exclude offers which contain these assets"
},
{
"key": "recipient_asset_whitelist",
"value": "reprehenderit velit",
"description": "Only offers which contain these assets"
},
{
"key": "recipient_asset_blacklist",
"value": "reprehenderit velit",
"description": "Exclude offers which contain these assets"
},
{
"key": "hide_contracts",
"value": "true",
"description": "dont show offers from or to accounts that have code deployed"
},
{
"key": "hide_empty_offers",
"value": "true",
"description": "dont show offers where one side is empty"
},
{
"key": "ids",
"value": "reprehenderit velit",
"description": "seperate multiple ids with \",\""
},
{
"key": "lower_bound",
"value": "reprehenderit velit",
"description": "lower bound of primary key (value included)"
},
{
"key": "upper_bound",
"value": "reprehenderit velit",
"description": "upper bound of primary key (value excluded)"
},
{
"key": "before",
"value": "33850208",
"description": "Only show results before this timestamp in milliseconds (value excluded)"
},
{
"key": "after",
"value": "33850208",
"description": "Only show results after this timestamp in milliseconds (value excluded)"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "sort",
"value": "created",
"description": "Column to sort"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/offers?account=reprehenderit velit&sender=reprehenderit velit&recipient=reprehenderit velit&memo=reprehenderit velit&match_memo=reprehenderit velit&state=reprehenderit velit&is_recipient_contract=true&asset_id=reprehenderit velit&template_id=reprehenderit velit&schema_name=reprehenderit velit&collection_name=reprehenderit velit&account_whitelist=reprehenderit velit&account_blacklist=reprehenderit velit&sender_asset_whitelist=reprehenderit velit&sender_asset_blacklist=reprehenderit velit&recipient_asset_whitelist=reprehenderit velit&recipient_asset_blacklist=reprehenderit velit&hide_contracts=true&hide_empty_offers=true&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"offers"
],
"query": [
{
"key": "account",
"value": "reprehenderit velit"
},
{
"key": "sender",
"value": "reprehenderit velit"
},
{
"key": "recipient",
"value": "reprehenderit velit"
},
{
"key": "memo",
"value": "reprehenderit velit"
},
{
"key": "match_memo",
"value": "reprehenderit velit"
},
{
"key": "state",
"value": "reprehenderit velit"
},
{
"key": "is_recipient_contract",
"value": "true"
},
{
"key": "asset_id",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "account_whitelist",
"value": "reprehenderit velit"
},
{
"key": "account_blacklist",
"value": "reprehenderit velit"
},
{
"key": "sender_asset_whitelist",
"value": "reprehenderit velit"
},
{
"key": "sender_asset_blacklist",
"value": "reprehenderit velit"
},
{
"key": "recipient_asset_whitelist",
"value": "reprehenderit velit"
},
{
"key": "recipient_asset_blacklist",
"value": "reprehenderit velit"
},
{
"key": "hide_contracts",
"value": "true"
},
{
"key": "hide_empty_offers",
"value": "true"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"contract\": \"mollit laborum in proident\",\n \"offer_id\": \"do eu ut sint\",\n \"sender_name\": \"esse culpa minim id\",\n \"recipient_name\": \"proident in est\",\n \"memo\": \"dolore anim ea ipsum\",\n \"state\": 39763597,\n \"is_sender_contract\": true,\n \"is_recipient_contract\": false,\n \"sender_assets\": [\n {\n \"contract\": \"velit amet in\",\n \"asset_id\": \"veniam dolor\",\n \"owner\": \"labore aute officia consectetur\",\n \"name\": \"eu\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"template_mint\": \"enim est eu\",\n \"collection\": {\n \"collection_name\": \"ad pariatur\",\n \"name\": \"nisi commodo ut\",\n \"author\": \"cillum ad commodo amet\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"quis velit dolore\",\n \"aliqua Duis elit officia dolore\"\n ],\n \"notify_accounts\": [\n \"eu nisi\",\n \"dolore\"\n ],\n \"market_fee\": 72194996.49218747,\n \"created_at_block\": \"Ut veniam occaecat enim\",\n \"created_at_time\": \"aliqua sint eu exercitati\"\n },\n \"schema\": {\n \"schema_name\": \"quis sit\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"sed\",\n \"created_at_time\": \"do sit tempor ipsum\"\n },\n \"template\": {\n \"template_id\": \"Duis velit ullamco\",\n \"max_supply\": \"anim eiusmod dolore\",\n \"issued_supply\": \"irure culpa\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"ea quis dolore tempor\",\n \"created_at_block\": \"aliqua nisi quis tempor\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"aute aliqua ea\",\n \"token_symbol\": \"id dolore officia in\",\n \"token_precision\": 31383834,\n \"amount\": \"magna adipisicing nulla velit amet\"\n },\n {\n \"token_contract\": \"anim non rep\",\n \"token_symbol\": \"occaecat Ut fugiat quis\",\n \"token_precision\": 88819278,\n \"amount\": \"fugiat amet ipsum magna\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"consequat incididunt Lorem\",\n \"burned_at_block\": \"aliqua comm\",\n \"burned_at_time\": \"nisi ut quis\",\n \"updated_at_block\": \"Duis esse ullamco\",\n \"updated_at_time\": \"irure officia\",\n \"transferred_at_block\": \"anim Excepteur elit\",\n \"transferred_at_time\": \"ut minim in\",\n \"minted_at_block\": \"tempor nisi aute anim\",\n \"minted_at_time\": \"vel\",\n \"sales\": [\n {\n \"market_contract\": \"dolore cillum do ad\",\n \"sale_id\": \"sit id ad amet\"\n },\n {\n \"market_contract\": \"deserunt dolore magna\",\n \"sale_id\": \"enim culpa officia\"\n }\n ],\n \"auctions\": [\n {\n \"market_contract\": \"occaecat eu\",\n \"auction_id\": \"incididunt non in\"\n },\n {\n \"market_contract\": \"fugiat mollit\",\n \"auction_id\": \"ullamco in\"\n }\n ],\n \"prices\": [\n {\n \"average\": \"dolore consequat\",\n \"market_contract\": \"vel\",\n \"max\": \"voluptate\",\n \"median\": \"ex Duis veniam incididunt\",\n \"min\": \"consequat quis sint incididunt ni\",\n \"sales\": \"sunt in\",\n \"suggested_average\": \"esse Lorem\",\n \"suggested_median\": \"veniam in Lorem proident\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"average\": \"laboris mollit\",\n \"market_contract\": \"Excepteur sed dolore\",\n \"max\": \"proident exercitation in tempor amet\",\n \"median\": \"ipsum magna esse\",\n \"min\": \"officia nulla\",\n \"sales\": \"ad\",\n \"suggested_average\": \"reprehenderit\",\n \"suggested_median\": \"laboris mollit voluptate veniam\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n {\n \"contract\": \"occaecat fugiat i\",\n \"asset_id\": \"mollit ipsum\",\n \"owner\": \"id nostrud nisi\",\n \"name\": \"Ut cupidatat in\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"template_mint\": \"nulla incididunt ut dolor\",\n \"collection\": {\n \"collection_name\": \"esse sunt\",\n \"name\": \"fugiat pariatur\",\n \"author\": \"id eu\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"elit proident la\",\n \"culpa cillum ipsum\"\n ],\n \"notify_accounts\": [\n \"ut\",\n \"nulla irure ad nostrud\"\n ],\n \"market_fee\": -80616296.28075044,\n \"created_at_block\": \"aliqua e\",\n \"created_at_time\": \"culpa laboris ipsum amet\"\n },\n \"schema\": {\n \"schema_name\": \"adipisicing amet\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"Ut\",\n \"created_at_time\": \"ipsum magna cupidatat\"\n },\n \"template\": {\n \"template_id\": \"ut adipisicing ut dolor amet\",\n \"max_supply\": \"mollit qui\",\n \"issued_supply\": \"occaecat fugiat id eu\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"eu dolor ut\",\n \"created_at_block\": \"sunt amet\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"nos\",\n \"token_symbol\": \"consequat et\",\n \"token_precision\": -55638746,\n \"amount\": \"sed reprehenderit\"\n },\n {\n \"token_contract\": \"et\",\n \"token_symbol\": \"adipisicing officia et exercitation\",\n \"token_precision\": 92828418,\n \"amount\": \"et ad pariatur consectetu\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"adipisicing ad\",\n \"burned_at_block\": \"pariatur deserunt\",\n \"burned_at_time\": \"non pariatur nostrud labore\",\n \"updated_at_block\": \"Lorem laboris\",\n \"updated_at_time\": \"ipsum qui\",\n \"transferred_at_block\": \"id sunt cillum officia\",\n \"transferred_at_time\": \"laboris do\",\n \"minted_at_block\": \"elit consequat\",\n \"minted_at_time\": \"mollit et sunt pariatur aliquip\",\n \"sales\": [\n {\n \"market_contract\": \"non anim exercitation Duis\",\n \"sale_id\": \"deserunt mollit proident\"\n },\n {\n \"market_contract\": \"voluptate \",\n \"sale_id\": \"amet \"\n }\n ],\n \"auctions\": [\n {\n \"market_contract\": \"proident\",\n \"auction_id\": \"in\"\n },\n {\n \"market_contract\": \"Duis dolor in anim\",\n \"auction_id\": \"Lorem ut ea\"\n }\n ],\n \"prices\": [\n {\n \"average\": \"labore sed\",\n \"market_contract\": \"nostrud dolor\",\n \"max\": \"Lorem cillum incididunt reprehen\",\n \"median\": \"Ut\",\n \"min\": \"ut cupidatat aliquip in\",\n \"sales\": \"commodo et ad\",\n \"suggested_average\": \"occaecat Excepteur Duis eu\",\n \"suggested_median\": \"Lorem velit occaecat Duis\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"average\": \"Duis in anim\",\n \"market_contract\": \"tempor anim dolor sunt in\",\n \"max\": \"incididunt non est\",\n \"median\": \"sint cillum sed magna\",\n \"min\": \"non incididunt\",\n \"sales\": \"sint ut fugiat sed eiusmod\",\n \"suggested_average\": \"ut est\",\n \"suggested_median\": \"velit culpa eu adipisicing\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n ],\n \"recipient_assets\": [\n {\n \"contract\": \"anim sit\",\n \"asset_id\": \"non elit\",\n \"owner\": \"esse Lor\",\n \"name\": \"velit id dolore nulla\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"template_mint\": \"officia\",\n \"collection\": {\n \"collection_name\": \"sint commodo laborum proident\",\n \"name\": \"mollit ipsum fugiat adipisicing\",\n \"author\": \"non\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"occaecat exercitation consequat velit\",\n \"aliqua labore\"\n ],\n \"notify_accounts\": [\n \"sit i\",\n \"su\"\n ],\n \"market_fee\": -37363819.95166003,\n \"created_at_block\": \"laboris aliquip ad sit deserunt\",\n \"created_at_time\": \"dolore in\"\n },\n \"schema\": {\n \"schema_name\": \"id consectetur\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"dolor non\",\n \"created_at_time\": \"ullamco elit ex\"\n },\n \"template\": {\n \"template_id\": \"in sint\",\n \"max_supply\": \"anim in deserunt labore\",\n \"issued_supply\": \"sit labore aliqua id aliquip\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"ullamco minim\",\n \"created_at_block\": \"cillum reprehenderit et\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"sunt proident ipsum pariatur\",\n \"token_symbol\": \"sunt sed\",\n \"token_precision\": 91104467,\n \"amount\": \"proident reprehenderit minim \"\n },\n {\n \"token_contract\": \"aute dolor pariatur nulla\",\n \"token_symbol\": \"fugiat ut sunt consectetur\",\n \"token_precision\": -54639426,\n \"amount\": \"officia nisi ut veniam tempor\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"est eu laborum\",\n \"burned_at_block\": \"qui esse anim sit officia\",\n \"burned_at_time\": \"ipsum nostrud aliqua\",\n \"updated_at_block\": \"sit et anim occaecat\",\n \"updated_at_time\": \"au\",\n \"transferred_at_block\": \"occaecat irure commodo velit nostrud\",\n \"transferred_at_time\": \"commodo\",\n \"minted_at_block\": \"in minim reprehenderit\",\n \"minted_at_time\": \"in dolor\",\n \"sales\": [\n {\n \"market_contract\": \"sint mollit\",\n \"sale_id\": \"occaecat anim ut\"\n },\n {\n \"market_contract\": \"sint consequat\",\n \"sale_id\": \"nostrud dolor\"\n }\n ],\n \"auctions\": [\n {\n \"market_contract\": \"labore cupidatat ad quis\",\n \"auction_id\": \"nostrud sunt dolore ut\"\n },\n {\n \"market_contract\": \"eu adipisicing commodo\",\n \"auction_id\": \"qui\"\n }\n ],\n \"prices\": [\n {\n \"average\": \"fugiat mollit\",\n \"market_contract\": \"est minim\",\n \"max\": \"ut sint ut esse\",\n \"median\": \"consequat quis elit eiusmod\",\n \"min\": \"ipsum nulla Excepteur\",\n \"sales\": \"ut\",\n \"suggested_average\": \"ex nulla labore\",\n \"suggested_median\": \"ipsum aliqua et\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"average\": \"sed commodo occaecat\",\n \"market_contract\": \"ullamco consequat culpa in\",\n \"max\": \"ut ut commodo Excepteur cupidatat\",\n \"median\": \"irure ut deserunt eiusmod\",\n \"min\": \"Duis ex eiusmod\",\n \"sales\": \"cillum sunt anim\",\n \"suggested_average\": \"et tempor magna non\",\n \"suggested_median\": \"cillum ut\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n {\n \"contract\": \"cupidatat\",\n \"asset_id\": \"ullamco pariatur Excepteur\",\n \"owner\": \"non\",\n \"name\": \"ullamco dolor deserunt\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"template_mint\": \"voluptate non\",\n \"collection\": {\n \"collection_name\": \"est\",\n \"name\": \"consequat cillum magna est elit\",\n \"author\": \"enim cupidatat adipisicing ut\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"ipsum minim quis \",\n \"nisi voluptate ex\"\n ],\n \"notify_accounts\": [\n \"eu\",\n \"eu nisi ullamco sit do\"\n ],\n \"market_fee\": 22913111.48955199,\n \"created_at_block\": \"fugiat qui mollit nisi dolore\",\n \"created_at_time\": \"sint lab\"\n },\n \"schema\": {\n \"schema_name\": \"ad exercitation\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"fugiat nisi\",\n \"created_at_time\": \"irure Ut sit\"\n },\n \"template\": {\n \"template_id\": \"laborum deserunt reprehenderit\",\n \"max_supply\": \"ex\",\n \"issued_supply\": \"ipsum eu non\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"et qui ad\",\n \"created_at_block\": \"id do culpa occaeca\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"elit sit eiusmod\",\n \"token_symbol\": \"anim\",\n \"token_precision\": 31795939,\n \"amount\": \"enim sit\"\n },\n {\n \"token_contract\": \"reprehenderit ut ipsum\",\n \"token_symbol\": \"velit\",\n \"token_precision\": 14523249,\n \"amount\": \"deserunt veniam sint\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"deserunt tempor\",\n \"burned_at_block\": \"in sunt dolor\",\n \"burned_at_time\": \"tempor\",\n \"updated_at_block\": \"repr\",\n \"updated_at_time\": \"Excepteur\",\n \"transferred_at_block\": \"occaecat enim cupidatat commodo\",\n \"transferred_at_time\": \"sit esse sunt ut\",\n \"minted_at_block\": \"in et sit laboris\",\n \"minted_at_time\": \"nisi adipisicing\",\n \"sales\": [\n {\n \"market_contract\": \"labore in ut\",\n \"sale_id\": \"consequat sed\"\n },\n {\n \"market_contract\": \"aute eiusmod\",\n \"sale_id\": \"dolor\"\n }\n ],\n \"auctions\": [\n {\n \"market_contract\": \"Excepteur nisi\",\n \"auction_id\": \"incididunt consequat fugiat\"\n },\n {\n \"market_contract\": \"\",\n \"auction_id\": \"eiusmod labore non velit\"\n }\n ],\n \"prices\": [\n {\n \"average\": \"irure in deserunt\",\n \"market_contract\": \"culpa proident anim cillum\",\n \"max\": \"id in\",\n \"median\": \"id incididunt\",\n \"min\": \"consectetur nulla ad\",\n \"sales\": \"commodo ex\",\n \"suggested_average\": \"elit ipsum tempor\",\n \"suggested_median\": \"esse \",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"average\": \"mollit aliqua minim Duis occaecat\",\n \"market_contract\": \"velit ut minim cillum\",\n \"max\": \"laboris proident amet\",\n \"median\": \"Duis\",\n \"min\": \"nulla deserunt\",\n \"sales\": \"nis\",\n \"suggested_average\": \"consequat anim voluptate\",\n \"suggested_median\": \"ipsum qui incididunt\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n ],\n \"updated_at_block\": \"aliqua quis pariatur\",\n \"updated_at_time\": \"dolor velit\",\n \"created_at_block\": \"labore in ullamco occaecat elit\",\n \"created_at_time\": \"Excepteur sunt\"\n },\n {\n \"contract\": \"eu esse\",\n \"offer_id\": \"ex incididunt\",\n \"sender_name\": \"aliquip exercitation cillum\",\n \"recipient_name\": \"non anim ut dolore\",\n \"memo\": \"quis Duis dolor ipsum amet\",\n \"state\": -27253461,\n \"is_sender_contract\": false,\n \"is_recipient_contract\": false,\n \"sender_assets\": [\n {\n \"contract\": \"laborum qui officia\",\n \"asset_id\": \"officia voluptate Lorem dolore s\",\n \"owner\": \"aute culpa\",\n \"name\": \"pariatur irure ullamco laboris\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"template_mint\": \"null\",\n \"collection\": {\n \"collection_name\": \"in ut ex dolor incididunt\",\n \"name\": \"dolor\",\n \"author\": \"veniam id minim labore\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"et Duis\",\n \"culpa occaecat\"\n ],\n \"notify_accounts\": [\n \"do aliquip\",\n \"veniam labore anim\"\n ],\n \"market_fee\": 67151402.82153684,\n \"created_at_block\": \"pariatur id amet\",\n \"created_at_time\": \"laboris labore ve\"\n },\n \"schema\": {\n \"schema_name\": \"Excepteur dolore pariatur qui\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"reprehenderit dolor\",\n \"created_at_time\": \"cupida\"\n },\n \"template\": {\n \"template_id\": \"ad\",\n \"max_supply\": \"aliqua incididunt fugiat labore\",\n \"issued_supply\": \"cillum nostrud dolore consequat aliqua\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"Duis aute aliqua\",\n \"created_at_block\": \"ipsum commodo dolor aliquip\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"Lorem\",\n \"token_symbol\": \"laboris sint culpa\",\n \"token_precision\": 43438638,\n \"amount\": \"Ut exercitation est eu occaecat\"\n },\n {\n \"token_contract\": \"elit proident anim commodo\",\n \"token_symbol\": \"laborum veniam exercitati\",\n \"token_precision\": 79215059,\n \"amount\": \"aliqua enim proident\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"occaecat aliquip\",\n \"burned_at_block\": \"do ea\",\n \"burned_at_time\": \"in\",\n \"updated_at_block\": \"labo\",\n \"updated_at_time\": \"ut reprehenderit sunt dolor\",\n \"transferred_at_block\": \"velit labore\",\n \"transferred_at_time\": \"magna quis elit et nostrud\",\n \"minted_at_block\": \"qui ea consectetur voluptate\",\n \"minted_at_time\": \"ullamco\",\n \"sales\": [\n {\n \"market_contract\": \"quis cupidatat aute sed\",\n \"sale_id\": \"aute ad officia \"\n },\n {\n \"market_contract\": \"Duis dolore Ut minim\",\n \"sale_id\": \"ea f\"\n }\n ],\n \"auctions\": [\n {\n \"market_contract\": \"est Lorem elit\",\n \"auction_id\": \"aliqua ut ea\"\n },\n {\n \"market_contract\": \"ullamco culpa\",\n \"auction_id\": \"dolor ad\"\n }\n ],\n \"prices\": [\n {\n \"average\": \"dolo\",\n \"market_contract\": \"fugiat irure minim dolor qui\",\n \"max\": \"sunt adipisicing dolore\",\n \"median\": \"mollit labore officia Duis exercitation\",\n \"min\": \"consequat Ut\",\n \"sales\": \"labore velit ut dolo\",\n \"suggested_average\": \"minim et nisi\",\n \"suggested_median\": \"sit amet dolore sed culpa\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"average\": \"amet\",\n \"market_contract\": \"in\",\n \"max\": \"dolore deserunt\",\n \"median\": \"in aliqua\",\n \"min\": \"et ut\",\n \"sales\": \"officia proident ad consequat\",\n \"suggested_average\": \"elit ut adipisicing et quis\",\n \"suggested_median\": \"in non\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n {\n \"contract\": \"et nisi dolor\",\n \"asset_id\": \"tempor\",\n \"owner\": \"cupidatat ut\",\n \"name\": \"laborum ut\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"template_mint\": \"aliqua adipisicing in no\",\n \"collection\": {\n \"collection_name\": \"tempor ut\",\n \"name\": \"anim aliquip\",\n \"author\": \"la\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"velit\",\n \"cillum in Excepteur voluptate\"\n ],\n \"notify_accounts\": [\n \"nostrud voluptate in deserunt\",\n \"laboris in anim\"\n ],\n \"market_fee\": 25451831.08261946,\n \"created_at_block\": \"sint\",\n \"created_at_time\": \"aute sunt labore consequat\"\n },\n \"schema\": {\n \"schema_name\": \"id Excepteur\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"sit culpa aute\",\n \"created_at_time\": \"laboris cillum officia\"\n },\n \"template\": {\n \"template_id\": \"cillum cupidatat laboris\",\n \"max_supply\": \"ullamco veniam\",\n \"issued_supply\": \"adipisicing Lorem\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"ea\",\n \"created_at_block\": \"velit minim Ut \"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"voluptate\",\n \"token_symbol\": \"cillu\",\n \"token_precision\": -626464,\n \"amount\": \"exercitation est aliquip\"\n },\n {\n \"token_contract\": \"proident\",\n \"token_symbol\": \"proident eu magna ut\",\n \"token_precision\": -44903829,\n \"amount\": \"dolore dolor esse nulla voluptate\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"qui officia deserunt adipisicing\",\n \"burned_at_block\": \"eiusmod\",\n \"burned_at_time\": \"labore non culpa e\",\n \"updated_at_block\": \"et quis\",\n \"updated_at_time\": \"veniam laboris\",\n \"transferred_at_block\": \"tempor magna\",\n \"transferred_at_time\": \"Duis magna\",\n \"minted_at_block\": \"ullamco labore\",\n \"minted_at_time\": \"adipisi\",\n \"sales\": [\n {\n \"market_contract\": \"nulla commodo\",\n \"sale_id\": \"ad ut nostrud sit\"\n },\n {\n \"market_contract\": \"irure dol\",\n \"sale_id\": \"minim esse\"\n }\n ],\n \"auctions\": [\n {\n \"market_contract\": \"Ut labore occaecat\",\n \"auction_id\": \"aute\"\n },\n {\n \"market_contract\": \"ut ullamco do\",\n \"auction_id\": \"Duis laborum in\"\n }\n ],\n \"prices\": [\n {\n \"average\": \"in ipsum\",\n \"market_contract\": \"Lorem dolore\",\n \"max\": \"aute tempor ut\",\n \"median\": \"ex dolore\",\n \"min\": \"sed eu officia anim\",\n \"sales\": \"enim elit labore\",\n \"suggested_average\": \"voluptate no\",\n \"suggested_median\": \"Excepteur tempor aliqua\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"average\": \"commodo incididunt officia\",\n \"market_contract\": \"esse laboris nostru\",\n \"max\": \"magna\",\n \"median\": \"dolor\",\n \"min\": \"irure incididunt\",\n \"sales\": \"sit tempor in conse\",\n \"suggested_average\": \"qui id\",\n \"suggested_median\": \"in ipsum\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n ],\n \"recipient_assets\": [\n {\n \"contract\": \"reprehenderit dolor qui\",\n \"asset_id\": \"nulla tempor\",\n \"owner\": \"a\",\n \"name\": \"sed incididunt occaecat pariatur mollit\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"template_mint\": \"eu tempor velit aliquip quis\",\n \"collection\": {\n \"collection_name\": \"sint\",\n \"name\": \"ipsum\",\n \"author\": \"fugiat esse magna\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"aute enim quis sunt eu\",\n \"exercitation proident in\"\n ],\n \"notify_accounts\": [\n \"quis qui aliquip\",\n \"in nostrud nisi occaecat aliquip\"\n ],\n \"market_fee\": -90812066.7570638,\n \"created_at_block\": \"nisi sit reprehenderit do\",\n \"created_at_time\": \"amet eiusmod\"\n },\n \"schema\": {\n \"schema_name\": \"irure labore ut adipisicing\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"d\",\n \"created_at_time\": \"reprehenderit aliquip ea\"\n },\n \"template\": {\n \"template_id\": \"adipisicing pariatur\",\n \"max_supply\": \"quis mollit\",\n \"issued_supply\": \"sit voluptate ea\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"quis deserunt\",\n \"created_at_block\": \"laborum do in consectetur\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"sit cupidatat fugiat sunt\",\n \"token_symbol\": \"laborum proident dolore amet\",\n \"token_precision\": -40442605,\n \"amount\": \"ipsum anim\"\n },\n {\n \"token_contract\": \"consectetur Ut sint\",\n \"token_symbol\": \"dolor eu eiusmod\",\n \"token_precision\": 15941913,\n \"amount\": \"consequat dolore\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"r\",\n \"burned_at_block\": \"nostrud eiusmod\",\n \"burned_at_time\": \"eiusmod consectetur fugiat\",\n \"updated_at_block\": \"nostrud\",\n \"updated_at_time\": \"magna in dolore do incididunt\",\n \"transferred_at_block\": \"incididunt non irure\",\n \"transferred_at_time\": \"in ad\",\n \"minted_at_block\": \"pariatur nulla quis id exercitation\",\n \"minted_at_time\": \"Duis voluptate nisi consequat\",\n \"sales\": [\n {\n \"market_contract\": \"proident labore a\",\n \"sale_id\": \"elit culpa\"\n },\n {\n \"market_contract\": \"esse amet est ut\",\n \"sale_id\": \"in ut\"\n }\n ],\n \"auctions\": [\n {\n \"market_contract\": \"culpa ex\",\n \"auction_id\": \"consequat in nostrud enim\"\n },\n {\n \"market_contract\": \"Lorem\",\n \"auction_id\": \"sunt\"\n }\n ],\n \"prices\": [\n {\n \"average\": \"ad qui aute\",\n \"market_contract\": \"sit\",\n \"max\": \"tempor ipsum\",\n \"median\": \"consectetur non adipisicing\",\n \"min\": \"reprehenderit elit ipsum\",\n \"sales\": \"eu vo\",\n \"suggested_average\": \"nisi id\",\n \"suggested_median\": \"qui amet commodo sit\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"average\": \"sed et laboris ut\",\n \"market_contract\": \"ullamco labore sunt magna\",\n \"max\": \"proident quis\",\n \"median\": \"enim id\",\n \"min\": \"officia do sunt\",\n \"sales\": \"eu cillum ipsum nostrud ullamco\",\n \"suggested_average\": \"tempor culpa ut\",\n \"suggested_median\": \"velit dolore dolor Duis\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n {\n \"contract\": \"ut\",\n \"asset_id\": \"sunt nostrud veniam\",\n \"owner\": \"et esse\",\n \"name\": \"cupidatat Ut dolor\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"template_mint\": \"nisi ea Duis consequat\",\n \"collection\": {\n \"collection_name\": \"nisi occaecat sint officia mollit\",\n \"name\": \"irure\",\n \"author\": \"amet ex consequat ut\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"ea dolor\",\n \"tempor\"\n ],\n \"notify_accounts\": [\n \"anim Lorem\",\n \"id veniam consectetur\"\n ],\n \"market_fee\": 26584171.113869593,\n \"created_at_block\": \"cillum\",\n \"created_at_time\": \"id Lorem tempor laborum voluptate\"\n },\n \"schema\": {\n \"schema_name\": \"est velit\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"labore minim\",\n \"created_at_time\": \"sed\"\n },\n \"template\": {\n \"template_id\": \"magna officia tempor Duis\",\n \"max_supply\": \"incididunt dolor\",\n \"issued_supply\": \"est cillum culpa\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"ut laborum Duis\",\n \"created_at_block\": \"et in aliqua\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"tempor consequat veniam ad\",\n \"token_symbol\": \"esse cupidatat irure eu non\",\n \"token_precision\": 60243437,\n \"amount\": \"tempor velit veniam\"\n },\n {\n \"token_contract\": \"tempor Duis amet\",\n \"token_symbol\": \"qui cil\",\n \"token_precision\": 35685255,\n \"amount\": \"amet nisi\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"in ut magna Lorem\",\n \"burned_at_block\": \"do anim exercitation minim ipsum\",\n \"burned_at_time\": \"dolor ut incididunt esse reprehenderit\",\n \"updated_at_block\": \"proident a\",\n \"updated_at_time\": \"qui ut\",\n \"transferred_at_block\": \"re\",\n \"transferred_at_time\": \"qui ex\",\n \"minted_at_block\": \"incididunt qui sit consequat\",\n \"minted_at_time\": \"eu veniam esse enim\",\n \"sales\": [\n {\n \"market_contract\": \"ea est ex\",\n \"sale_id\": \"elit veniam sit\"\n },\n {\n \"market_contract\": \"quis tempor exercitation\",\n \"sale_id\": \"nostrud sunt\"\n }\n ],\n \"auctions\": [\n {\n \"market_contract\": \"incididunt quis\",\n \"auction_id\": \"consectetur aliqua sunt\"\n },\n {\n \"market_contract\": \"dolor consectetur Duis\",\n \"auction_id\": \"Lorem amet dolore fugiat\"\n }\n ],\n \"prices\": [\n {\n \"average\": \"aliqua est\",\n \"market_contract\": \"exercitation consectetur ipsum\",\n \"max\": \"ullamco in\",\n \"median\": \"in dolor ullamco et\",\n \"min\": \"cillum veniam non\",\n \"sales\": \"elit in Ut aute\",\n \"suggested_average\": \"Excepteur ullamco in enim proident\",\n \"suggested_median\": \"Ut officia i\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"average\": \"ad enim\",\n \"market_contract\": \"cillum enim ullamco\",\n \"max\": \"consectetur labore dolore\",\n \"median\": \"ad\",\n \"min\": \"esse ipsum enim\",\n \"sales\": \"non Lorem\",\n \"suggested_average\": \"enim ipsum laborum ut ea\",\n \"suggested_median\": \"\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n ],\n \"updated_at_block\": \"dolor\",\n \"updated_at_time\": \"nisi aute\",\n \"created_at_block\": \"velit Duis sint irure do\",\n \"created_at_time\": \"sint ut sit elit nulla\"\n }\n ],\n \"query_time\": -60449534\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/offers?account=reprehenderit velit&sender=reprehenderit velit&recipient=reprehenderit velit&memo=reprehenderit velit&match_memo=reprehenderit velit&state=reprehenderit velit&is_recipient_contract=true&asset_id=reprehenderit velit&template_id=reprehenderit velit&schema_name=reprehenderit velit&collection_name=reprehenderit velit&account_whitelist=reprehenderit velit&account_blacklist=reprehenderit velit&sender_asset_whitelist=reprehenderit velit&sender_asset_blacklist=reprehenderit velit&recipient_asset_whitelist=reprehenderit velit&recipient_asset_blacklist=reprehenderit velit&hide_contracts=true&hide_empty_offers=true&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"offers"
],
"query": [
{
"key": "account",
"value": "reprehenderit velit"
},
{
"key": "sender",
"value": "reprehenderit velit"
},
{
"key": "recipient",
"value": "reprehenderit velit"
},
{
"key": "memo",
"value": "reprehenderit velit"
},
{
"key": "match_memo",
"value": "reprehenderit velit"
},
{
"key": "state",
"value": "reprehenderit velit"
},
{
"key": "is_recipient_contract",
"value": "true"
},
{
"key": "asset_id",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "account_whitelist",
"value": "reprehenderit velit"
},
{
"key": "account_blacklist",
"value": "reprehenderit velit"
},
{
"key": "sender_asset_whitelist",
"value": "reprehenderit velit"
},
{
"key": "sender_asset_blacklist",
"value": "reprehenderit velit"
},
{
"key": "recipient_asset_whitelist",
"value": "reprehenderit velit"
},
{
"key": "recipient_asset_blacklist",
"value": "reprehenderit velit"
},
{
"key": "hide_contracts",
"value": "true"
},
{
"key": "hide_empty_offers",
"value": "true"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "Get atomicmarket config",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/config",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"config"
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/config",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"config"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"atomicassets_contract\": \"nisi eiusmod ad adipisicing aliquip\",\n \"atomicmarket_contract\": \"adipisicing ullamco\",\n \"delphioracle_contract\": \"deser\",\n \"version\": \"Excepteur non cupidatat dolor\",\n \"maker_market_fee\": 6787977.638603777,\n \"taker_market_fee\": -54927437.58695355,\n \"minimum_auction_duration\": -72601008,\n \"maximum_auction_duration\": 15555476,\n \"minimum_bid_increase\": 80180722.11780071,\n \"auction_reset_duration\": -66798845,\n \"supported_tokens\": [\n {\n \"token_contract\": \"no\",\n \"token_symbol\": \"amet aliqua est fugiat\",\n \"token_precision\": 91521973\n },\n {\n \"token_contract\": \"mollit Ut laboris\",\n \"token_symbol\": \"ad\",\n \"token_precision\": 54201052\n }\n ],\n \"supported_pairs\": [\n {\n \"listing_symbol\": \"dolore ea\",\n \"settlement_symbol\": \"deserunt sunt\",\n \"delphi_pair_name\": \"eu minim\",\n \"invert_delphi_pair\": false\n },\n {\n \"listing_symbol\": \"deserunt\",\n \"settlement_symbol\": \"veniam dolore\",\n \"delphi_pair_name\": \"qui enim\",\n \"invert_delphi_pair\": false\n }\n ]\n },\n \"query_time\": -58039526\n}"
}
]
},
{
"name": "Fetch transfers",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/transfers?account=reprehenderit velit&sender=reprehenderit velit&recipient=reprehenderit velit&memo=reprehenderit velit&match_memo=reprehenderit velit&asset_id=reprehenderit velit&template_id=reprehenderit velit&schema_name=reprehenderit velit&collection_name=reprehenderit velit&hide_contracts=true&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"transfers"
],
"query": [
{
"key": "account",
"value": "reprehenderit velit",
"description": "Notified account (can be sender or recipient) - separate multiple with \",\""
},
{
"key": "sender",
"value": "reprehenderit velit",
"description": "Transfer sender - separate multiple with \",\""
},
{
"key": "recipient",
"value": "reprehenderit velit",
"description": "Transfer recipient - separate multiple with \",\""
},
{
"key": "memo",
"value": "reprehenderit velit",
"description": "Search for exact memo"
},
{
"key": "match_memo",
"value": "reprehenderit velit",
"description": "Search for text in memo"
},
{
"key": "asset_id",
"value": "reprehenderit velit",
"description": "only transfers which contain this asset_id - separate multiple with \",\""
},
{
"key": "template_id",
"value": "reprehenderit velit",
"description": "only transfers which contain assets of this template - separate multiple with \",\""
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "only transfers which contain assets of this schema - separate multiple with \",\""
},
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "only transfers which contain assets of this collection - separate multiple with \",\""
},
{
"key": "hide_contracts",
"value": "true",
"description": "dont show transfers from or to accounts that have code deployed"
},
{
"key": "ids",
"value": "reprehenderit velit",
"description": "seperate multiple ids with \",\""
},
{
"key": "lower_bound",
"value": "reprehenderit velit",
"description": "lower bound of primary key (value included)"
},
{
"key": "upper_bound",
"value": "reprehenderit velit",
"description": "upper bound of primary key (value excluded)"
},
{
"key": "before",
"value": "33850208",
"description": "Only show results before this timestamp in milliseconds (value excluded)"
},
{
"key": "after",
"value": "33850208",
"description": "Only show results after this timestamp in milliseconds (value excluded)"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "sort",
"value": "created",
"description": "Column to sort"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/transfers?account=reprehenderit velit&sender=reprehenderit velit&recipient=reprehenderit velit&memo=reprehenderit velit&match_memo=reprehenderit velit&asset_id=reprehenderit velit&template_id=reprehenderit velit&schema_name=reprehenderit velit&collection_name=reprehenderit velit&hide_contracts=true&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"transfers"
],
"query": [
{
"key": "account",
"value": "reprehenderit velit"
},
{
"key": "sender",
"value": "reprehenderit velit"
},
{
"key": "recipient",
"value": "reprehenderit velit"
},
{
"key": "memo",
"value": "reprehenderit velit"
},
{
"key": "match_memo",
"value": "reprehenderit velit"
},
{
"key": "asset_id",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "hide_contracts",
"value": "true"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"contract\": \"nulla nostrud in\",\n \"transfer_id\": \"esse sint dolore\",\n \"sender_name\": \"laboris ex Duis occaecat cillum\",\n \"recipient_name\": \"qui culpa dolor commodo eu\",\n \"memo\": \"in laboris\",\n \"assets\": [\n {\n \"contract\": \"tempor eiusmod\",\n \"asset_id\": \"ul\",\n \"owner\": \"exercitation ad\",\n \"name\": \"ut Excepteur pariatur irure\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"template_mint\": \"esse ullamco nostrud dolore\",\n \"collection\": {\n \"collection_name\": \"fugiat\",\n \"name\": \"nisi Excepteur et in\",\n \"author\": \"officia aute adipisicing elit\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"dolore velit in reprehenderit\",\n \"exercitation qui Ut\"\n ],\n \"notify_accounts\": [\n \"et Ut ut deserunt\",\n \"amet aute velit\"\n ],\n \"market_fee\": 9328640.983540073,\n \"created_at_block\": \"Excepteur ipsum Lorem culpa laboris\",\n \"created_at_time\": \"magna velit nisi in\"\n },\n \"schema\": {\n \"schema_name\": \"cupidatat elit amet dolor\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"ut Lorem sint\",\n \"created_at_time\": \"deserunt ut labore dolore laboris\"\n },\n \"template\": {\n \"template_id\": \"in et\",\n \"max_supply\": \"adipis\",\n \"issued_supply\": \"Duis\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"aliquip sint officia\",\n \"created_at_block\": \"sit\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"proident\",\n \"token_symbol\": \"Excepteur\",\n \"token_precision\": -16171861,\n \"amount\": \"laboris in sint\"\n },\n {\n \"token_contract\": \"non ullamco id esse\",\n \"token_symbol\": \"ad Duis\",\n \"token_precision\": 7983345,\n \"amount\": \"proident mollit aute anim Lorem\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"proident ad Excepteur\",\n \"burned_at_block\": \"nisi\",\n \"burned_at_time\": \"deserunt commodo dolor ea\",\n \"updated_at_block\": \"adipisicing enim\",\n \"updated_at_time\": \"reprehenderit do ut\",\n \"transferred_at_block\": \"in aliquip nostrud\",\n \"transferred_at_time\": \"est ullamco\",\n \"minted_at_block\": \"pariatur sed irure labore\",\n \"minted_at_time\": \"et\",\n \"sales\": [\n {\n \"market_contract\": \"magna adipisicing incididunt\",\n \"sale_id\": \"amet in incididunt\"\n },\n {\n \"market_contract\": \"magna laboris\",\n \"sale_id\": \"dolore ex sunt dolore\"\n }\n ],\n \"auctions\": [\n {\n \"market_contract\": \"consectetur Excepteur minim mollit sit\",\n \"auction_id\": \"proident Excepteur id ea\"\n },\n {\n \"market_contract\": \"consectetur sit\",\n \"auction_id\": \"occaecat cillum mollit aliquip\"\n }\n ],\n \"prices\": [\n {\n \"average\": \"eu\",\n \"market_contract\": \"cupidatat elit aute eu\",\n \"max\": \"laboris Excepteur non elit\",\n \"median\": \"nulla proident officia\",\n \"min\": \"exercitation ut in\",\n \"sales\": \"consectetur in sed ad\",\n \"suggested_average\": \"consequat commodo\",\n \"suggested_median\": \"laboris non mollit\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"average\": \"incididunt enim ipsum voluptate\",\n \"market_contract\": \"magna aliqua labore dolor\",\n \"max\": \"occaecat amet consectetur\",\n \"median\": \"eu ex\",\n \"min\": \"in labo\",\n \"sales\": \"pariatur esse ad\",\n \"suggested_average\": \"sint\",\n \"suggested_median\": \"incididunt sit velit do elit\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n {\n \"contract\": \"consectetur consequat esse minim\",\n \"asset_id\": \"commodo nisi\",\n \"owner\": \"tempor commodo\",\n \"name\": \"et laborum non\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"template_mint\": \"esse aliquip\",\n \"collection\": {\n \"collection_name\": \"labore quis\",\n \"name\": \"c\",\n \"author\": \"non veniam\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"cillum ut ut\",\n \"reprehenderit id amet veniam\"\n ],\n \"notify_accounts\": [\n \"velit sit eu\",\n \"cillum tempor adipisicing\"\n ],\n \"market_fee\": -20113968.430888638,\n \"created_at_block\": \"amet pariatur aute officia\",\n \"created_at_time\": \"adipisicing ut ipsum sunt\"\n },\n \"schema\": {\n \"schema_name\": \"id ullamco\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"ut eu in Ut\",\n \"created_at_time\": \"laboris\"\n },\n \"template\": {\n \"template_id\": \"consectetur sit\",\n \"max_supply\": \"id reprehenderit eu\",\n \"issued_supply\": \"Excepteur ea sed\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"fugiat mollit commodo\",\n \"created_at_block\": \"enim in sint in\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"culpa in dolore ut\",\n \"token_symbol\": \"ex reprehenderit\",\n \"token_precision\": 81569638,\n \"amount\": \"Excepteur id\"\n },\n {\n \"token_contract\": \"Duis consectetur cupidatat\",\n \"token_symbol\": \"adipisicing consequat proident aute\",\n \"token_precision\": -34348356,\n \"amount\": \"ad\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"dolor reprehenderit deserunt ipsum\",\n \"burned_at_block\": \"culpa fugiat amet id\",\n \"burned_at_time\": \"dolor esse\",\n \"updated_at_block\": \"\",\n \"updated_at_time\": \"ullamco commodo\",\n \"transferred_at_block\": \"veniam commodo nostrud Ut quis\",\n \"transferred_at_time\": \"nisi esse eiusmod irure aliquip\",\n \"minted_at_block\": \"ex ut sunt\",\n \"minted_at_time\": \"enim laboris in ea\",\n \"sales\": [\n {\n \"market_contract\": \"in sunt ut reprehender\",\n \"sale_id\": \"adipisicing amet ad anim\"\n },\n {\n \"market_contract\": \"quis ullamco officia cupidatat nulla\",\n \"sale_id\": \"eiusmod\"\n }\n ],\n \"auctions\": [\n {\n \"market_contract\": \"ad do\",\n \"auction_id\": \"tempor amet in\"\n },\n {\n \"market_contract\": \"ea anim\",\n \"auction_id\": \"fugiat ea\"\n }\n ],\n \"prices\": [\n {\n \"average\": \"proident\",\n \"market_contract\": \"exercitation eiusmod\",\n \"max\": \"dolor minim enim\",\n \"median\": \"aliqua\",\n \"min\": \"Ut veniam officia\",\n \"sales\": \"ea in officia reprehenderit\",\n \"suggested_average\": \"pariatur aliqua cillum id ut\",\n \"suggested_median\": \"tempor in nulla sint\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"average\": \"irure est dolore\",\n \"market_contract\": \"nisi enim tem\",\n \"max\": \"cillum in\",\n \"median\": \"in Excepteur incididunt do\",\n \"min\": \"ali\",\n \"sales\": \"deserunt ad dolor\",\n \"suggested_average\": \"officia in dolor et\",\n \"suggested_median\": \"amet dolor\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n ],\n \"created_at_block\": \"ex pariatur\",\n \"created_at_time\": \"cupidatat \"\n },\n {\n \"contract\": \"proident eiusmod cu\",\n \"transfer_id\": \"do Excepteur\",\n \"sender_name\": \"sed occaecat Excepteur laborum\",\n \"recipient_name\": \"ea aliquip veniam\",\n \"memo\": \"eiusmod Duis ad sunt\",\n \"assets\": [\n {\n \"contract\": \"reprehenderit\",\n \"asset_id\": \"dolore ullamco\",\n \"owner\": \"aute\",\n \"name\": \"ullamco minim elit\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"template_mint\": \"exercitation aliquip\",\n \"collection\": {\n \"collection_name\": \"eu ex Lorem sunt\",\n \"name\": \"sunt do dolore ea\",\n \"author\": \"eu ullamco\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"dolor sint\",\n \"sunt magna\"\n ],\n \"notify_accounts\": [\n \"Duis esse ea Lorem\",\n \"eu dolor\"\n ],\n \"market_fee\": -29575454.47226675,\n \"created_at_block\": \"reprehenderit esse sed sunt\",\n \"created_at_time\": \"dolore \"\n },\n \"schema\": {\n \"schema_name\": \"ullamco\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"eu deserunt culpa proident\",\n \"created_at_time\": \"mollit quis proident\"\n },\n \"template\": {\n \"template_id\": \"ut pariatur cillum veniam\",\n \"max_supply\": \"aliqua commodo in pariatur\",\n \"issued_supply\": \"occaecat ut nulla\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"in in mollit\",\n \"created_at_block\": \"amet irure\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"sunt cupidatat consequat\",\n \"token_symbol\": \"sint incididunt ex laborum in\",\n \"token_precision\": 76338309,\n \"amount\": \"laborum in reprehenderit dolore\"\n },\n {\n \"token_contract\": \"voluptate in\",\n \"token_symbol\": \"ullamco ea sit\",\n \"token_precision\": 32405436,\n \"amount\": \"voluptate quis Ut\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"sed elit mollit\",\n \"burned_at_block\": \"Ut voluptate Excepteur est\",\n \"burned_at_time\": \"sit laboris reprehenderit\",\n \"updated_at_block\": \"exercitation et aute\",\n \"updated_at_time\": \"ea Excepteur Duis\",\n \"transferred_at_block\": \"Lorem ullamco incididunt\",\n \"transferred_at_time\": \"pariatur mollit id\",\n \"minted_at_block\": \"tempor minim\",\n \"minted_at_time\": \"culpa dolore Lorem cillum\",\n \"sales\": [\n {\n \"market_contract\": \"veniam\",\n \"sale_id\": \"consectetur velit Lorem\"\n },\n {\n \"market_contract\": \"eiusmod minim dolore amet sunt\",\n \"sale_id\": \"Lorem ipsum mollit pariatur qui\"\n }\n ],\n \"auctions\": [\n {\n \"market_contract\": \"non aute\",\n \"auction_id\": \"mollit eiusmod rep\"\n },\n {\n \"market_contract\": \"adipisicing officia\",\n \"auction_id\": \"minim et elit in\"\n }\n ],\n \"prices\": [\n {\n \"average\": \"pariatur deserunt dolor in\",\n \"market_contract\": \"nulla nostrud\",\n \"max\": \"ull\",\n \"median\": \"ea irure deserunt cupidatat\",\n \"min\": \"non ullamco\",\n \"sales\": \"enim culpa in\",\n \"suggested_average\": \"sint labore sunt et\",\n \"suggested_median\": \"ullamc\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"average\": \"consectetur \",\n \"market_contract\": \"sint elit sunt\",\n \"max\": \"est fugiat laborum amet\",\n \"median\": \"deserunt laboris labore Lorem\",\n \"min\": \"enim incididunt nulla\",\n \"sales\": \"Duis deserunt sunt\",\n \"suggested_average\": \"laboris exercitation nostrud\",\n \"suggested_median\": \"minim ad reprehenderit\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n {\n \"contract\": \"do ut Ut ea\",\n \"asset_id\": \"dolor occaecat officia\",\n \"owner\": \"do laboris ad\",\n \"name\": \"consectetur tempor\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"template_mint\": \"velit laboru\",\n \"collection\": {\n \"collection_name\": \"Excepteur\",\n \"name\": \"occaecat\",\n \"author\": \"esse tempor exercitati\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"sint ullamco\",\n \"quis labore occaecat in\"\n ],\n \"notify_accounts\": [\n \"exercitation\",\n \"exercitation veniam occaecat fugiat sit\"\n ],\n \"market_fee\": -33568564.06070477,\n \"created_at_block\": \"ipsum dolor\",\n \"created_at_time\": \"ut non do consequat\"\n },\n \"schema\": {\n \"schema_name\": \"mollit sed aute cupidatat\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"quis dolore\",\n \"created_at_time\": \"anim dolor culpa in\"\n },\n \"template\": {\n \"template_id\": \"enim Duis nulla reprehenderit\",\n \"max_supply\": \"esse\",\n \"issued_supply\": \"amet do\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"in\",\n \"created_at_block\": \"ut sit laborum\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"consectetur ea fugiat\",\n \"token_symbol\": \"anim do aliquip consequat\",\n \"token_precision\": 858454,\n \"amount\": \"Ut non Excepteur minim\"\n },\n {\n \"token_contract\": \"in\",\n \"token_symbol\": \"commodo amet\",\n \"token_precision\": -24279816,\n \"amount\": \"eiusmod laborum Lorem aute\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"qu\",\n \"burned_at_block\": \"officia ut velit labore\",\n \"burned_at_time\": \"eiusmod sint ut quis\",\n \"updated_at_block\": \"commodo nisi amet t\",\n \"updated_at_time\": \"tempor est magna\",\n \"transferred_at_block\": \"ut sit\",\n \"transferred_at_time\": \"in Ut ex pariatur\",\n \"minted_at_block\": \"veniam quis Lorem in\",\n \"minted_at_time\": \"officia veniam\",\n \"sales\": [\n {\n \"market_contract\": \"ipsum\",\n \"sale_id\": \"in\"\n },\n {\n \"market_contract\": \"anim aliquip exercitation esse aliqua\",\n \"sale_id\": \"occaecat veniam aliqua\"\n }\n ],\n \"auctions\": [\n {\n \"market_contract\": \"sit ut commodo Duis\",\n \"auction_id\": \"lab\"\n },\n {\n \"market_contract\": \"est non\",\n \"auction_id\": \"ad dolor fugiat\"\n }\n ],\n \"prices\": [\n {\n \"average\": \"in sint dolore cupidata\",\n \"market_contract\": \"sit amet\",\n \"max\": \"Excepteur sit\",\n \"median\": \"ei\",\n \"min\": \"fugia\",\n \"sales\": \"exercitation sint anim\",\n \"suggested_average\": \"adipisicing eiusmod\",\n \"suggested_median\": \"exercitation dolor qui\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"average\": \"commodo qui dolore\",\n \"market_contract\": \"sint pariatur do\",\n \"max\": \"velit minim sint\",\n \"median\": \"eiusmod id elit deserunt\",\n \"min\": \"proident veniam Duis ullamco\",\n \"sales\": \"proident\",\n \"suggested_average\": \"cupidatat ex\",\n \"suggested_median\": \"pariatur sed consequat\",\n \"token\": {\n \"token_contract\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_precision\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"token_symbol\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n ],\n \"created_at_block\": \"Excepteur adipisicing\",\n \"created_at_time\": \"et anim Excepteur\"\n }\n ],\n \"query_time\": 95248882\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v1/transfers?account=reprehenderit velit&sender=reprehenderit velit&recipient=reprehenderit velit&memo=reprehenderit velit&match_memo=reprehenderit velit&asset_id=reprehenderit velit&template_id=reprehenderit velit&schema_name=reprehenderit velit&collection_name=reprehenderit velit&hide_contracts=true&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v1",
"transfers"
],
"query": [
{
"key": "account",
"value": "reprehenderit velit"
},
{
"key": "sender",
"value": "reprehenderit velit"
},
{
"key": "recipient",
"value": "reprehenderit velit"
},
{
"key": "memo",
"value": "reprehenderit velit"
},
{
"key": "match_memo",
"value": "reprehenderit velit"
},
{
"key": "asset_id",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "hide_contracts",
"value": "true"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "Get all sales. ",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v2/sales?state=reprehenderit velit&max_assets=33850208&min_assets=33850208&show_seller_contracts=true&contract_whitelist=reprehenderit velit&seller_blacklist=reprehenderit velit&buyer_blacklist=reprehenderit velit&asset_id=&marketplace=reprehenderit velit&maker_marketplace=reprehenderit velit&taker_marketplace=reprehenderit velit&symbol=reprehenderit velit&account=reprehenderit velit&seller=reprehenderit velit&buyer=reprehenderit velit&min_price=-3758446.4817184955&max_price=-3758446.4817184955&min_template_mint=-3758446.4817184955&max_template_mint=-3758446.4817184955&collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&owner=reprehenderit velit&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v2",
"sales"
],
"query": [
{
"key": "state",
"value": "reprehenderit velit",
"description": "Filter by sale state (0: WAITING - Sale created but offer was not send yet, 1: LISTED - Assets for sale, 2: CANCELED - Sale was canceled, 3: SOLD - Sale was bought4: INVALID - Sale is still listed but offer is currently invalid (can become valid again if the user owns all assets again)) - separate multiple with \",\""
},
{
"key": "max_assets",
"value": "33850208",
"description": "Max assets per listing"
},
{
"key": "min_assets",
"value": "33850208",
"description": "Min assets per listing"
},
{
"key": "show_seller_contracts",
"value": "true",
"description": "If false no seller contracts are shown except if they are in the contract whitelist"
},
{
"key": "contract_whitelist",
"value": "reprehenderit velit",
"description": "Show these accounts even if they are contracts"
},
{
"key": "seller_blacklist",
"value": "reprehenderit velit",
"description": "Dont show listings from these sellers (Split multiple with \",\")"
},
{
"key": "buyer_blacklist",
"value": "reprehenderit velit",
"description": "Dont show listings from these buyers (Split multiple with \",\")"
},
{
"key": "asset_id",
"value": "",
"description": "Asset id in the offer"
},
{
"key": "marketplace",
"value": "reprehenderit velit",
"description": "Filter by all sales where a certain marketplace is either taker or maker marketplace - separate multiple with \",\""
},
{
"key": "maker_marketplace",
"value": "reprehenderit velit",
"description": "Maker marketplace - separate multiple with \",\""
},
{
"key": "taker_marketplace",
"value": "reprehenderit velit",
"description": "Taker marketplace - separate multiple with \",\""
},
{
"key": "symbol",
"value": "reprehenderit velit",
"description": "Filter by symbol"
},
{
"key": "account",
"value": "reprehenderit velit",
"description": "Filter accounts that are either seller or buyer"
},
{
"key": "seller",
"value": "reprehenderit velit",
"description": "Filter by seller - separate multiple with \",\""
},
{
"key": "buyer",
"value": "reprehenderit velit",
"description": "Filter by buyer - separate multiple with \",\""
},
{
"key": "min_price",
"value": "-3758446.4817184955",
"description": "Lower price limit"
},
{
"key": "max_price",
"value": "-3758446.4817184955",
"description": "Upper price limit"
},
{
"key": "min_template_mint",
"value": "-3758446.4817184955",
"description": "Min template mint"
},
{
"key": "max_template_mint",
"value": "-3758446.4817184955",
"description": "Max template mint"
},
{
"key": "collection_name",
"value": "reprehenderit velit",
"description": "Filter by collection name"
},
{
"key": "schema_name",
"value": "reprehenderit velit",
"description": "Filter by schema name"
},
{
"key": "template_id",
"value": "33850208",
"description": "Filter by template id"
},
{
"key": "burned",
"value": "true",
"description": "Filter for burned assets"
},
{
"key": "owner",
"value": "reprehenderit velit",
"description": "Filter by owner"
},
{
"key": "match",
"value": "reprehenderit velit",
"description": "Search for input in asset name on template data"
},
{
"key": "search",
"value": "reprehenderit velit",
"description": "Fuzzy search for input in asset name on template data"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit",
"description": "Search for input in asset name on asset immutable data"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit",
"description": "Search for input in asset name on asset mutable data"
},
{
"key": "is_transferable",
"value": "true",
"description": "Check if asset is transferable"
},
{
"key": "is_burnable",
"value": "true",
"description": "Check if asset is burnable"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "ids",
"value": "reprehenderit velit",
"description": "seperate multiple ids with \",\""
},
{
"key": "lower_bound",
"value": "reprehenderit velit",
"description": "lower bound of primary key (value included)"
},
{
"key": "upper_bound",
"value": "reprehenderit velit",
"description": "upper bound of primary key (value excluded)"
},
{
"key": "before",
"value": "33850208",
"description": "Only show results before this timestamp in milliseconds (value excluded)"
},
{
"key": "after",
"value": "33850208",
"description": "Only show results after this timestamp in milliseconds (value excluded)"
},
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "sort",
"value": "created",
"description": "Column to sort"
}
]
},
"description": "You can filter the result by specific asset / template data fields.You can add for example &template_data.rarity=common to only receive results which have an attribute \"rarity\" with the value \"common\". You can query specific asset data by using &immutable_data.rarity=common or &mutable_data.rarity=common .If you want to query a non text type you need to specify it explicitly (defaults to text type) like data:bool.foil=true or data:number.id=4 or data:text.rarity=common. Integers which are defined greater than 32 bit (eg 64 bit) in the schema need to be queried as text."
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v2/sales?state=reprehenderit velit&max_assets=33850208&min_assets=33850208&show_seller_contracts=true&contract_whitelist=reprehenderit velit&seller_blacklist=reprehenderit velit&buyer_blacklist=reprehenderit velit&asset_id=&marketplace=reprehenderit velit&maker_marketplace=reprehenderit velit&taker_marketplace=reprehenderit velit&symbol=reprehenderit velit&account=reprehenderit velit&seller=reprehenderit velit&buyer=reprehenderit velit&min_price=-3758446.4817184955&max_price=-3758446.4817184955&min_template_mint=-3758446.4817184955&max_template_mint=-3758446.4817184955&collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&owner=reprehenderit velit&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v2",
"sales"
],
"query": [
{
"key": "state",
"value": "reprehenderit velit"
},
{
"key": "max_assets",
"value": "33850208"
},
{
"key": "min_assets",
"value": "33850208"
},
{
"key": "show_seller_contracts",
"value": "true"
},
{
"key": "contract_whitelist",
"value": "reprehenderit velit"
},
{
"key": "seller_blacklist",
"value": "reprehenderit velit"
},
{
"key": "buyer_blacklist",
"value": "reprehenderit velit"
},
{
"key": "asset_id",
"value": ""
},
{
"key": "marketplace",
"value": "reprehenderit velit"
},
{
"key": "maker_marketplace",
"value": "reprehenderit velit"
},
{
"key": "taker_marketplace",
"value": "reprehenderit velit"
},
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "account",
"value": "reprehenderit velit"
},
{
"key": "seller",
"value": "reprehenderit velit"
},
{
"key": "buyer",
"value": "reprehenderit velit"
},
{
"key": "min_price",
"value": "-3758446.4817184955"
},
{
"key": "max_price",
"value": "-3758446.4817184955"
},
{
"key": "min_template_mint",
"value": "-3758446.4817184955"
},
{
"key": "max_template_mint",
"value": "-3758446.4817184955"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "owner",
"value": "reprehenderit velit"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "search",
"value": "reprehenderit velit"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit"
},
{
"key": "is_transferable",
"value": "true"
},
{
"key": "is_burnable",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"market_contract\": \"est eu minim\",\n \"assets_contract\": \"a\",\n \"sale_id\": \"occaecat\",\n \"seller\": \"culpa Excepteur\",\n \"buyer\": \"veniam tempor irure aliqua\",\n \"offer_id\": \"qui\",\n \"price\": {\n \"amount\": \"Lorem non\",\n \"token_precision\": 81286666,\n \"token_contract\": \"laboris labore qui incididunt\",\n \"token_symbol\": \"aliquip nul\"\n },\n \"listing_price\": 46440180.41161075,\n \"listing_symbol\": \"esse ex ullamco\",\n \"assets\": [\n {\n \"contract\": \"ullamco reprehenderit ut nostrud\",\n \"asset_id\": \"officia sed in ut\",\n \"owner\": \"est ea sed occaecat\",\n \"name\": \"proident amet nostrud adipisicing tempor\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"template_mint\": \"sed et nisi\",\n \"collection\": {\n \"collection_name\": \"tempor Lorem ea\",\n \"name\": \"ullamco\",\n \"author\": \"consequat Duis\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"aliquip cillum dolor id in\",\n \"ut ut dolor\"\n ],\n \"notify_accounts\": [\n \"esse irure laboris dolor ut\",\n \"nostrud anim\"\n ],\n \"market_fee\": 96579761.20382977,\n \"created_at_block\": \"Ut in reprehenderit aute adipisicing\",\n \"created_at_time\": \"e\"\n },\n \"schema\": {\n \"schema_name\": \"proident\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"laboris aute do adipisic\",\n \"created_at_time\": \"qui adipisicing nostrud\"\n },\n \"template\": {\n \"template_id\": \"ut\",\n \"max_supply\": \"eiusmod aliquip sunt ad\",\n \"issued_supply\": \"proident tempor\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"nostrud quis\",\n \"created_at_block\": \"eiusmod Lore\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"mollit\",\n \"token_symbol\": \"ullamco et tempor\",\n \"token_precision\": -4629596,\n \"amount\": \"mollit deserunt\"\n },\n {\n \"token_contract\": \"irure labore \",\n \"token_symbol\": \"ut nisi do veniam\",\n \"token_precision\": -86584795,\n \"amount\": \"velit do ex do\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"ad reprehenderit consequat veniam Excepteur\",\n \"burned_at_block\": \"voluptate pariatur\",\n \"burned_at_time\": \"dolore laboris ea\",\n \"updated_at_block\": \"aute fugiat ex dolor\",\n \"updated_at_time\": \"aliquip elit non\",\n \"transferred_at_block\": \"ut in ut\",\n \"transferred_at_time\": \"reprehenderit\",\n \"minted_at_block\": \"voluptate non fugiat occaecat mollit\",\n \"minted_at_time\": \"sed\"\n },\n {\n \"contract\": \"do velit laboris\",\n \"asset_id\": \"dolore ipsum in dolor\",\n \"owner\": \"Lorem ullamco Excepteur do\",\n \"name\": \"laboris\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"template_mint\": \"est cupidatat irure ad\",\n \"collection\": {\n \"collection_name\": \"anim elit magna labore cillum\",\n \"name\": \"dolor est labore ullamco\",\n \"author\": \"irure\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"veniam aute\",\n \"eu\"\n ],\n \"notify_accounts\": [\n \"deserunt ut\",\n \"amet cupidatat Duis ad et\"\n ],\n \"market_fee\": 47410280.87325615,\n \"created_at_block\": \"esse dolor non\",\n \"created_at_time\": \"ad non minim\"\n },\n \"schema\": {\n \"schema_name\": \"nulla laborum no\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"Excepteur\",\n \"created_at_time\": \"occaecat eu consequat\"\n },\n \"template\": {\n \"template_id\": \"id ullamco\",\n \"max_supply\": \"cupidatat Duis deserunt\",\n \"issued_supply\": \"laborum sunt ipsum aliqua\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"ipsum dolore occaecat enim\",\n \"created_at_block\": \"ad\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"esse in non irure\",\n \"token_symbol\": \"in et c\",\n \"token_precision\": 66545050,\n \"amount\": \"est ut commodo\"\n },\n {\n \"token_contract\": \"in anim pariatur\",\n \"token_symbol\": \"dolore in\",\n \"token_precision\": 63035316,\n \"amount\": \"culpa Lorem labore minim\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"sunt do aliqua occaecat\",\n \"burned_at_block\": \"ipsum dolor sunt incididunt\",\n \"burned_at_time\": \"labore sint in nulla\",\n \"updated_at_block\": \"proident\",\n \"updated_at_time\": \"culpa\",\n \"transferred_at_block\": \"qui ullamco\",\n \"transferred_at_time\": \"sed do\",\n \"minted_at_block\": \"labori\",\n \"minted_at_time\": \"consequat dolore in\"\n }\n ],\n \"maker_marketplace\": \"proident Lorem Ut sit\",\n \"taker_marketplace\": \"officia labore elit\",\n \"collection\": {\n \"collection_name\": \"et minim commodo\",\n \"name\": \"consectetur incididunt in irure\",\n \"author\": \"elit nisi Duis\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"sit\",\n \"id velit\"\n ],\n \"notify_accounts\": [\n \"incididunt proident elit commodo adipisicing\",\n \"minim pariatur\"\n ],\n \"market_fee\": 88903479.36641896,\n \"created_at_block\": \"ve\",\n \"created_at_time\": \"irure pariatur in occaecat enim\"\n },\n \"state\": -82478211,\n \"updated_at_block\": \"non est\",\n \"updated_at_time\": \"do aute\",\n \"created_at_block\": \"dolor dolor\",\n \"created_at_time\": \"eu ullamco ex\"\n },\n {\n \"market_contract\": \"est\",\n \"assets_contract\": \"ea sit tempor dolore\",\n \"sale_id\": \"dolor occae\",\n \"seller\": \"minim\",\n \"buyer\": \"reprehenderit id esse\",\n \"offer_id\": \"mollit\",\n \"price\": {\n \"amount\": \"incididunt reprehenderit\",\n \"token_precision\": -64852418,\n \"token_contract\": \"dolor a\",\n \"token_symbol\": \"tempor ipsum\"\n },\n \"listing_price\": 83826417.95638269,\n \"listing_symbol\": \"culpa ea adipisicing aliqua\",\n \"assets\": [\n {\n \"contract\": \"quis ipsum in dolore laborum\",\n \"asset_id\": \"non iru\",\n \"owner\": \"ad tempor\",\n \"name\": \"sed eu culpa Lorem\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"template_mint\": \"aliqua in sed\",\n \"collection\": {\n \"collection_name\": \"eu ea voluptate\",\n \"name\": \"nostrud nisi\",\n \"author\": \"ad\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"\",\n \"commodo adipisicing dolor\"\n ],\n \"notify_accounts\": [\n \"commodo exercitation repr\",\n \"nostrud deserunt ipsum tempor\"\n ],\n \"market_fee\": 53385879.58973852,\n \"created_at_block\": \"non est Ut dolore\",\n \"created_at_time\": \"elit\"\n },\n \"schema\": {\n \"schema_name\": \"sunt cillum\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"in commodo\",\n \"created_at_time\": \"laboris in sunt dolore ex\"\n },\n \"template\": {\n \"template_id\": \"sint ex eu sit\",\n \"max_supply\": \"cillum fugiat cupidatat dolore in\",\n \"issued_supply\": \"sint eu adipisicing Duis\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"minim\",\n \"created_at_block\": \"esse veniam mollit\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"Excepteur quis ullamco \",\n \"token_symbol\": \"aliquip labore\",\n \"token_precision\": 15926599,\n \"amount\": \"do in velit anim\"\n },\n {\n \"token_contract\": \"qui reprehenderit occaecat nulla labore\",\n \"token_symbol\": \"proident est\",\n \"token_precision\": 87568268,\n \"amount\": \"Excepteur aliquip fugiat enim\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"aute sit\",\n \"burned_at_block\": \"magna labore aliqua\",\n \"burned_at_time\": \"sit proident\",\n \"updated_at_block\": \"nisi exercitation irure sed aliqua\",\n \"updated_at_time\": \"aliqua in est\",\n \"transferred_at_block\": \"est dolor\",\n \"transferred_at_time\": \"est adipisicing cupidatat sint officia\",\n \"minted_at_block\": \"qui anim occaecat labore\",\n \"minted_at_time\": \"nostrud labore ex\"\n },\n {\n \"contract\": \"laboris\",\n \"asset_id\": \"proident in et ullamco ad\",\n \"owner\": \"ut officia\",\n \"name\": \"esse nostrud adipisicing\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"template_mint\": \"culpa ad aliquip\",\n \"collection\": {\n \"collection_name\": \"irure sint dolore\",\n \"name\": \"ad occaecat magna qui\",\n \"author\": \"non incididunt qui \",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"aute ullamco\",\n \"non velit\"\n ],\n \"notify_accounts\": [\n \"esse tempor ut minim et\",\n \"occaecat reprehenderit\"\n ],\n \"market_fee\": -24238567.26516953,\n \"created_at_block\": \"aliqua est fugiat culpa adipisicing\",\n \"created_at_time\": \"quis\"\n },\n \"schema\": {\n \"schema_name\": \"velit ad mollit sint c\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"in veniam qui\",\n \"created_at_time\": \"Duis anim\"\n },\n \"template\": {\n \"template_id\": \"magna voluptate culpa labore\",\n \"max_supply\": \"do Lorem\",\n \"issued_supply\": \"Ut\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"qui nisi consequat quis\",\n \"created_at_block\": \"dolore ut nulla est\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"in amet\",\n \"token_symbol\": \"dolore eu reprehenderit pariatur\",\n \"token_precision\": 30760162,\n \"amount\": \"ullamco ad velit fugiat\"\n },\n {\n \"token_contract\": \"in Ut\",\n \"token_symbol\": \"proident consequat incididunt dolore in\",\n \"token_precision\": -27577801,\n \"amount\": \"eiusmod dolore Ut aliqua\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"dolore\",\n \"burned_at_block\": \"ad culpa Excepteur\",\n \"burned_at_time\": \"occaecat veniam do\",\n \"updated_at_block\": \"ut laboris commodo\",\n \"updated_at_time\": \"commodo aute\",\n \"transferred_at_block\": \"Ut ad enim amet cillum\",\n \"transferred_at_time\": \"ullamco velit dolore et\",\n \"minted_at_block\": \"magna officia in\",\n \"minted_at_time\": \"laborum culpa non voluptate Duis\"\n }\n ],\n \"maker_marketplace\": \"ea Lorem\",\n \"taker_marketplace\": \"consectetur do amet\",\n \"collection\": {\n \"collection_name\": \"irure aliquip nulla esse\",\n \"name\": \"deserunt eu\",\n \"author\": \"aliquip cupidatat deserunt sint\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"deserunt est\",\n \"dolore velit aliqua\"\n ],\n \"notify_accounts\": [\n \"veniam incididunt\",\n \"do enim quis sit\"\n ],\n \"market_fee\": -90715551.59645732,\n \"created_at_block\": \"Ut reprehenderit mollit tempor\",\n \"created_at_time\": \"dolore do\"\n },\n \"state\": -85294069,\n \"updated_at_block\": \"in sed\",\n \"updated_at_time\": \"culpa aliquip\",\n \"created_at_block\": \"sint aliqua\",\n \"created_at_time\": \"Excepteur aliqua tempor incididunt officia\"\n }\n ],\n \"query_time\": -61147723\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomicmarket/v2/sales?state=reprehenderit velit&max_assets=33850208&min_assets=33850208&show_seller_contracts=true&contract_whitelist=reprehenderit velit&seller_blacklist=reprehenderit velit&buyer_blacklist=reprehenderit velit&asset_id=&marketplace=reprehenderit velit&maker_marketplace=reprehenderit velit&taker_marketplace=reprehenderit velit&symbol=reprehenderit velit&account=reprehenderit velit&seller=reprehenderit velit&buyer=reprehenderit velit&min_price=-3758446.4817184955&max_price=-3758446.4817184955&min_template_mint=-3758446.4817184955&max_template_mint=-3758446.4817184955&collection_name=reprehenderit velit&schema_name=reprehenderit velit&template_id=33850208&burned=true&owner=reprehenderit velit&match=reprehenderit velit&search=reprehenderit velit&match_immutable_name=reprehenderit velit&match_mutable_name=reprehenderit velit&is_transferable=true&is_burnable=true&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomicmarket",
"v2",
"sales"
],
"query": [
{
"key": "state",
"value": "reprehenderit velit"
},
{
"key": "max_assets",
"value": "33850208"
},
{
"key": "min_assets",
"value": "33850208"
},
{
"key": "show_seller_contracts",
"value": "true"
},
{
"key": "contract_whitelist",
"value": "reprehenderit velit"
},
{
"key": "seller_blacklist",
"value": "reprehenderit velit"
},
{
"key": "buyer_blacklist",
"value": "reprehenderit velit"
},
{
"key": "asset_id",
"value": ""
},
{
"key": "marketplace",
"value": "reprehenderit velit"
},
{
"key": "maker_marketplace",
"value": "reprehenderit velit"
},
{
"key": "taker_marketplace",
"value": "reprehenderit velit"
},
{
"key": "symbol",
"value": "reprehenderit velit"
},
{
"key": "account",
"value": "reprehenderit velit"
},
{
"key": "seller",
"value": "reprehenderit velit"
},
{
"key": "buyer",
"value": "reprehenderit velit"
},
{
"key": "min_price",
"value": "-3758446.4817184955"
},
{
"key": "max_price",
"value": "-3758446.4817184955"
},
{
"key": "min_template_mint",
"value": "-3758446.4817184955"
},
{
"key": "max_template_mint",
"value": "-3758446.4817184955"
},
{
"key": "collection_name",
"value": "reprehenderit velit"
},
{
"key": "schema_name",
"value": "reprehenderit velit"
},
{
"key": "template_id",
"value": "33850208"
},
{
"key": "burned",
"value": "true"
},
{
"key": "owner",
"value": "reprehenderit velit"
},
{
"key": "match",
"value": "reprehenderit velit"
},
{
"key": "search",
"value": "reprehenderit velit"
},
{
"key": "match_immutable_name",
"value": "reprehenderit velit"
},
{
"key": "match_mutable_name",
"value": "reprehenderit velit"
},
{
"key": "is_transferable",
"value": "true"
},
{
"key": "is_burnable",
"value": "true"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "atomictools/v1",
"item": [
{
"name": "links",
"item": [
{
"name": "{link id}",
"item": [
{
"name": "Get a specific link by id",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomictools/v1/links/:link_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomictools",
"v1",
"links",
":link_id"
],
"variable": [
{
"key": "link_id",
"value": "33850208",
"description": "(Required) Link Id"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomictools/v1/links/:link_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomictools",
"v1",
"links",
":link_id"
],
"variable": [
{
"key": "link_id",
"value": "33850208",
"description": "(Required) Link Id"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"tools_contract\": \"sunt cillum\",\n \"assets_contract\": \"in nostrud non officia\",\n \"link_id\": \"ullamco\",\n \"creator\": \"anim esse\",\n \"claimer\": \"nisi dolore Excepteur\",\n \"state\": -99887232,\n \"public_key\": \"in magna\",\n \"memo\": \"u\",\n \"txid\": \"ipsum\",\n \"assets\": [\n {\n \"contract\": \"dolor\",\n \"asset_id\": \"occaecat nisi pariatur\",\n \"owner\": \"dolore et\",\n \"name\": \"commodo\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"template_mint\": \"ipsum irure ea\",\n \"collection\": {\n \"collection_name\": \"ipsum dolore cupidatat dolore\",\n \"name\": \"nostrud consequat anim veniam\",\n \"author\": \"pariatur enim\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"fugiat qui\",\n \"dolor ea ullamco dolor veniam\"\n ],\n \"notify_accounts\": [\n \"mi\",\n \"elit laboris Ut\"\n ],\n \"market_fee\": 37247656.97282052,\n \"created_at_block\": \"veniam incididunt aute\",\n \"created_at_time\": \"consequat\"\n },\n \"schema\": {\n \"schema_name\": \"adipisicing\",\n \"format\": [\n {\n \"name\": \"aute ullamco\",\n \"type\": \"nostrud officia\"\n },\n {\n \"name\": \"commodo\",\n \"type\": \"tempor ut\"\n }\n ],\n \"created_at_block\": \"dolore amet\",\n \"created_at_time\": \"non irure\"\n },\n \"template\": {\n \"template_id\": \"culpa commodo irure occaecat\",\n \"max_supply\": \"aliquip \",\n \"issued_supply\": \"sunt elit pariatur tempor eu\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"et aliqua ut\",\n \"created_at_block\": \"proident in laborum enim\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"esse pariatur\",\n \"token_symbol\": \"eiusmod nostrud tempor\",\n \"token_precision\": 45408887,\n \"amount\": \"aute dolore\"\n },\n {\n \"token_contract\": \"tempor est dolor qui\",\n \"token_symbol\": \"quis ad eu\",\n \"token_precision\": -65633085,\n \"amount\": \"cupidatat officia dolor sunt\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"ad incididunt magna in\",\n \"burned_at_block\": \"deserunt tempor aliqua ullamco\",\n \"burned_at_time\": \"esse dolor nulla officia\",\n \"updated_at_block\": \"fugiat eu veniam\",\n \"updated_at_time\": \"eu id\",\n \"transferred_at_block\": \"adipisicing occaecat\",\n \"transferred_at_time\": \"occaecat s\",\n \"minted_at_block\": \"in Lorem dolore amet\",\n \"minted_at_time\": \"eu nulla\"\n },\n {\n \"contract\": \"Lorem tempor sint ut\",\n \"asset_id\": \"nulla\",\n \"owner\": \"proident eiusmod qui aute\",\n \"name\": \"deserunt dolore nisi ut\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"template_mint\": \"nisi anim reprehenderit\",\n \"collection\": {\n \"collection_name\": \"laborum culpa elit ex in\",\n \"name\": \"ex eiusmod adipisicing\",\n \"author\": \"sed dolore Lorem\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"enim aliquip et ullamco ut\",\n \"sed exercitation\"\n ],\n \"notify_accounts\": [\n \"esse sunt aute exercitation et\",\n \"proident\"\n ],\n \"market_fee\": -32239739.244109616,\n \"created_at_block\": \"esse\",\n \"created_at_time\": \"proident ipsum\"\n },\n \"schema\": {\n \"schema_name\": \"eiusmod pariatur\",\n \"format\": [\n {\n \"name\": \"eu dolor ipsum ea eiusmod\",\n \"type\": \"fugiat laborum Excepteur cupidatat et\"\n },\n {\n \"name\": \"ea aute aliqua\",\n \"type\": \"pariatur do in in\"\n }\n ],\n \"created_at_block\": \"magna Lorem veniam dolore adipisicing\",\n \"created_at_time\": \"reprehenderit nostrud\"\n },\n \"template\": {\n \"template_id\": \"incididunt\",\n \"max_supply\": \"enim cupidatat ut\",\n \"issued_supply\": \"proident id et\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"et ad consectetur mollit\",\n \"created_at_block\": \"est voluptate pariatur\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"Duis Excepteur ullamco Lorem\",\n \"token_symbol\": \"do eu\",\n \"token_precision\": 30047494,\n \"amount\": \"ea in\"\n },\n {\n \"token_contract\": \"quis culpa elit aliquip\",\n \"token_symbol\": \"Excepteur esse\",\n \"token_precision\": 27559466,\n \"amount\": \"velit\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"occaecat pariatur cillum irure\",\n \"burned_at_block\": \"nostrud dolor\",\n \"burned_at_time\": \"exercitation quis\",\n \"updated_at_block\": \"laboris proident aute\",\n \"updated_at_time\": \"dolore ullamco\",\n \"transferred_at_block\": \"quis occaecat\",\n \"transferred_at_time\": \"Ut ut laboris\",\n \"minted_at_block\": \"ullamco nostrud in pariatur qui\",\n \"minted_at_time\": \"pariatur sunt irure\"\n }\n ],\n \"created_at_block\": \"voluptate exer\",\n \"created_at_time\": \"voluptate ut\"\n },\n \"query_time\": -25610679\n}"
},
{
"name": "Element not found",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomictools/v1/links/:link_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomictools",
"v1",
"links",
":link_id"
],
"variable": [
{
"key": "link_id",
"value": "33850208",
"description": "(Required) Link Id"
}
]
}
},
"status": "Requested Range Not Satisfiable",
"code": 416,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomictools/v1/links/:link_id",
"host": [
"{{baseUrl}}"
],
"path": [
"atomictools",
"v1",
"links",
":link_id"
],
"variable": [
{
"key": "link_id",
"value": "33850208",
"description": "(Required) Link Id"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
},
{
"name": "Fetch link logs",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomictools/v1/links/:link_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomictools",
"v1",
"links",
":link_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit",
"description": "Action whitelist"
},
{
"key": "action_blacklist",
"value": "33850208",
"description": "Action blacklist"
}
],
"variable": [
{
"key": "link_id",
"value": "33850208",
"description": "(Required) ID of link"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomictools/v1/links/:link_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomictools",
"v1",
"links",
":link_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "link_id",
"value": "33850208",
"description": "(Required) ID of link"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"log_id\": \"elit nulla\",\n \"name\": \"ex laboris\",\n \"data\": {},\n \"txid\": \"sed aliqua\",\n \"created_at_block\": \"sint\",\n \"created_at_time\": \"aute consectetur aliqua\"\n },\n {\n \"log_id\": \"sunt aliquip velit\",\n \"name\": \"ex tempor\",\n \"data\": {},\n \"txid\": \"velit anim adipisicing\",\n \"created_at_block\": \"adipisicing\",\n \"created_at_time\": \"pariatur\"\n }\n ],\n \"query_time\": 33232924\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomictools/v1/links/:link_id/logs?page=1&limit=100&order=desc&action_whitelist=reprehenderit velit&action_blacklist=33850208",
"host": [
"{{baseUrl}}"
],
"path": [
"atomictools",
"v1",
"links",
":link_id",
"logs"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "action_whitelist",
"value": "reprehenderit velit"
},
{
"key": "action_blacklist",
"value": "33850208"
}
],
"variable": [
{
"key": "link_id",
"value": "33850208",
"description": "(Required) ID of link"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "Get all links",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomictools/v1/links?creator=reprehenderit velit&claimer=reprehenderit velit&public_key=reprehenderit velit&state=reprehenderit velit&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomictools",
"v1",
"links"
],
"query": [
{
"key": "creator",
"value": "reprehenderit velit",
"description": "Link Creator"
},
{
"key": "claimer",
"value": "reprehenderit velit",
"description": "Claimer of the link if it was claimed"
},
{
"key": "public_key",
"value": "reprehenderit velit",
"description": "Public key which is used to share the assets"
},
{
"key": "state",
"value": "reprehenderit velit",
"description": "Filter by link state (0: WAITING - Link created but items were not transferred yet, 1: CREATED - Link is pending, 2: CANCELED - Creator canceled link, 3: CLAIMED - Link was claimed, ) - separate multiple with \",\""
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit",
"description": "Hide collections from result. Split multiple with \",\""
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit",
"description": "Show only results from specific collections. Split multiple with \",\""
},
{
"key": "ids",
"value": "reprehenderit velit",
"description": "seperate multiple ids with \",\""
},
{
"key": "lower_bound",
"value": "reprehenderit velit",
"description": "lower bound of primary key (value included)"
},
{
"key": "upper_bound",
"value": "reprehenderit velit",
"description": "upper bound of primary key (value excluded)"
},
{
"key": "before",
"value": "33850208",
"description": "Only show results before this timestamp in milliseconds (value excluded)"
},
{
"key": "after",
"value": "33850208",
"description": "Only show results after this timestamp in milliseconds (value excluded)"
},
{
"key": "page",
"value": "1",
"description": "Result Page"
},
{
"key": "limit",
"value": "100",
"description": "Results per Page"
},
{
"key": "order",
"value": "desc",
"description": "Order direction"
},
{
"key": "sort",
"value": "created",
"description": "Column to sort"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomictools/v1/links?creator=reprehenderit velit&claimer=reprehenderit velit&public_key=reprehenderit velit&state=reprehenderit velit&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomictools",
"v1",
"links"
],
"query": [
{
"key": "creator",
"value": "reprehenderit velit"
},
{
"key": "claimer",
"value": "reprehenderit velit"
},
{
"key": "public_key",
"value": "reprehenderit velit"
},
{
"key": "state",
"value": "reprehenderit velit"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": [\n {\n \"tools_contract\": \"aute exercitation Excepteur occ\",\n \"assets_contract\": \"dolor\",\n \"link_id\": \"aliqua esse enim\",\n \"creator\": \"fugiat culpa veniam ad\",\n \"claimer\": \"dolor\",\n \"state\": 41521461,\n \"public_key\": \"veniam sed commodo dolor\",\n \"memo\": \"sunt nulla esse dolor\",\n \"txid\": \"minim\",\n \"assets\": [\n {\n \"contract\": \"voluptate Ut consequat\",\n \"asset_id\": \"aliquip enim velit\",\n \"owner\": \"ut sit qui Lorem\",\n \"name\": \"exercitation esse ea\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"template_mint\": \"consequat Duis cupidatat sunt\",\n \"collection\": {\n \"collection_name\": \"ad ea id cupidatat\",\n \"name\": \"eiusmod ex Duis\",\n \"author\": \"elit id\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"et\",\n \"dolor voluptate\"\n ],\n \"notify_accounts\": [\n \"aliquip\",\n \"velit Ut ea Lorem\"\n ],\n \"market_fee\": 17754452.615303367,\n \"created_at_block\": \"minim laborum aliqua\",\n \"created_at_time\": \"qui\"\n },\n \"schema\": {\n \"schema_name\": \"esse veniam aliquip ut elit\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"nostrud enim laboris\",\n \"created_at_time\": \"dolor occaecat\"\n },\n \"template\": {\n \"template_id\": \"commodo incididunt\",\n \"max_supply\": \"eiusmod sit est sed irure\",\n \"issued_supply\": \"consequat dolor sed enim sit\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"aute mollit amet eiusmod\",\n \"created_at_block\": \"sint consectetur nostrud\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"eu et est\",\n \"token_symbol\": \"reprehenderit qui sint adipisicing\",\n \"token_precision\": 88349031,\n \"amount\": \"sint e\"\n },\n {\n \"token_contract\": \"pariatur in ea\",\n \"token_symbol\": \"ea officia consequat laborum\",\n \"token_precision\": 47875498,\n \"amount\": \"laboris\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"est nostrud aliquip\",\n \"burned_at_block\": \"Excepteur sit minim Ut\",\n \"burned_at_time\": \"ex in velit\",\n \"updated_at_block\": \"ad Ut tempor sun\",\n \"updated_at_time\": \"nostrud id eu exercitation\",\n \"transferred_at_block\": \"amet consequat\",\n \"transferred_at_time\": \"adipisicing laborum sit tempor\",\n \"minted_at_block\": \"nulla pariatur ut qui\",\n \"minted_at_time\": \"ut nostrud\"\n },\n {\n \"contract\": \"Duis\",\n \"asset_id\": \"esse i\",\n \"owner\": \"id velit tempor ut\",\n \"name\": \"amet dolore sint in\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"template_mint\": \"elit cillum consequat\",\n \"collection\": {\n \"collection_name\": \"et sit dolore ex\",\n \"name\": \"fugiat id do dolor veniam\",\n \"author\": \"veniam\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"eu ut enim\",\n \"officia\"\n ],\n \"notify_accounts\": [\n \"est enim ullamco laboris\",\n \"voluptate quis commodo\"\n ],\n \"market_fee\": 47941239.81269562,\n \"created_at_block\": \"Excepteur veniam dolor con\",\n \"created_at_time\": \"ei\"\n },\n \"schema\": {\n \"schema_name\": \"esse pariatur fugiat\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"commodo Duis amet laboris\",\n \"created_at_time\": \"aliquip\"\n },\n \"template\": {\n \"template_id\": \"qui dolor\",\n \"max_supply\": \"do reprehenderit eiusmod eu sit\",\n \"issued_supply\": \"aliqua dolor non\",\n \"is_transferable\": true,\n \"is_burnable\": false,\n \"immutable_data\": {},\n \"created_at_time\": \"enim dolore sunt\",\n \"created_at_block\": \"cillum dolore mollit esse velit\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"pariatur Excepteur deserunt officia\",\n \"token_symbol\": \"aute aliqua\",\n \"token_precision\": 38663214,\n \"amount\": \"mollit proident Duis\"\n },\n {\n \"token_contract\": \"cillum officia\",\n \"token_symbol\": \"Ut \",\n \"token_precision\": -79700406,\n \"amount\": \"veniam occaecat cupidatat quis in\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"commodo\",\n \"burned_at_block\": \"velit proident id\",\n \"burned_at_time\": \"reprehenderit voluptate nulla\",\n \"updated_at_block\": \"Duis quis magna ex dolore\",\n \"updated_at_time\": \"aute ipsum\",\n \"transferred_at_block\": \"in laborum\",\n \"transferred_at_time\": \"sunt mollit\",\n \"minted_at_block\": \"veniam cupidatat adipisicing\",\n \"minted_at_time\": \"voluptate non culpa ut\"\n }\n ],\n \"created_at_block\": \"incididunt reprehenderit irure ipsum\",\n \"created_at_time\": \"incididunt\"\n },\n {\n \"tools_contract\": \"laborum sint\",\n \"assets_contract\": \"occaecat\",\n \"link_id\": \"dolor in\",\n \"creator\": \"ad commodo sint deserunt\",\n \"claimer\": \"sed culpa ea\",\n \"state\": 33702676,\n \"public_key\": \"pariatur irure laborum\",\n \"memo\": \"ut qui\",\n \"txid\": \"sed exercitation\",\n \"assets\": [\n {\n \"contract\": \"aute eu mollit\",\n \"asset_id\": \"labore culpa id\",\n \"owner\": \"Lorem sed ipsum aliqua\",\n \"name\": \"cupidatat velit Duis veniam\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"template_mint\": \"dolor cupidatat\",\n \"collection\": {\n \"collection_name\": \"dolor ex consectetur\",\n \"name\": \"culpa ad\",\n \"author\": \"nisi fugiat\",\n \"allow_notify\": false,\n \"authorized_accounts\": [\n \"aute sint et\",\n \"ex eu Ut in\"\n ],\n \"notify_accounts\": [\n \"est\",\n \"irure velit dolor\"\n ],\n \"market_fee\": -84941871.56017703,\n \"created_at_block\": \"ut cillum\",\n \"created_at_time\": \"est s\"\n },\n \"schema\": {\n \"schema_name\": \"deserunt Lorem reprehenderit\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"Lorem tempor nisi velit\",\n \"created_at_time\": \"et\"\n },\n \"template\": {\n \"template_id\": \"sint occaecat exercitation\",\n \"max_supply\": \"cillum aute\",\n \"issued_supply\": \"amet eu in dolore sed\",\n \"is_transferable\": true,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"est ullamco\",\n \"created_at_block\": \"esse ipsum conse\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"tempor enim dolor\",\n \"token_symbol\": \"velit occaecat ex elit\",\n \"token_precision\": 95977957,\n \"amount\": \"deserunt qui\"\n },\n {\n \"token_contract\": \"ut Duis occaecat laborum\",\n \"token_symbol\": \"sunt ut dolore\",\n \"token_precision\": -90831274,\n \"amount\": \"fugiat qui nostrud \"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"exercitation consectetur Lorem est\",\n \"burned_at_block\": \"nulla minim\",\n \"burned_at_time\": \"adipisicing anim proident\",\n \"updated_at_block\": \"incididunt\",\n \"updated_at_time\": \"non\",\n \"transferred_at_block\": \"\",\n \"transferred_at_time\": \"aliquip Lorem\",\n \"minted_at_block\": \"fugiat occaecat velit ex\",\n \"minted_at_time\": \"Ut aliqua\"\n },\n {\n \"contract\": \"cillum veniam anim adipisicing\",\n \"asset_id\": \"labore \",\n \"owner\": \"dolor id\",\n \"name\": \"elit ea dolore dolor\",\n \"is_transferable\": false,\n \"is_burnable\": false,\n \"template_mint\": \"in dolore\",\n \"collection\": {\n \"collection_name\": \"r\",\n \"name\": \"fugiat \",\n \"author\": \"veniam exercitation\",\n \"allow_notify\": true,\n \"authorized_accounts\": [\n \"eiusm\",\n \"minim ex Ut sit\"\n ],\n \"notify_accounts\": [\n \"sint dolor\",\n \"fugiat\"\n ],\n \"market_fee\": 5594422.7399341315,\n \"created_at_block\": \"in cillum occaecat quis\",\n \"created_at_time\": \"ullamco Ut deserunt eu\"\n },\n \"schema\": {\n \"schema_name\": \"veniam officia est proident dolor\",\n \"format\": [\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"type\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"created_at_block\": \"nostrud dolore non esse\",\n \"created_at_time\": \"et nostrud ut consectetur\"\n },\n \"template\": {\n \"template_id\": \"qui cupidatat dolor\",\n \"max_supply\": \"aliqua laborum veniam est\",\n \"issued_supply\": \"laboris Excepteur et qui\",\n \"is_transferable\": false,\n \"is_burnable\": true,\n \"immutable_data\": {},\n \"created_at_time\": \"sint officia amet\",\n \"created_at_block\": \"dolor Excepteur officia sit\"\n },\n \"backed_tokens\": [\n {\n \"token_contract\": \"aute mollit nulla sit\",\n \"token_symbol\": \"eiusmod non irure et aute\",\n \"token_precision\": 25935020,\n \"amount\": \"incididunt dolor laboris\"\n },\n {\n \"token_contract\": \"ad exercitation nostrud amet\",\n \"token_symbol\": \"magna irure minim reprehenderit in\",\n \"token_precision\": 69362584,\n \"amount\": \"non sunt nisi se\"\n }\n ],\n \"immutable_data\": {},\n \"mutable_data\": {},\n \"data\": {},\n \"burned_by_account\": \"sed id\",\n \"burned_at_block\": \"anim nisi ad\",\n \"burned_at_time\": \"velit ut anim nostr\",\n \"updated_at_block\": \"irure ut eiusmod\",\n \"updated_at_time\": \"id minim\",\n \"transferred_at_block\": \"ipsum\",\n \"transferred_at_time\": \"nisi sunt ea\",\n \"minted_at_block\": \"elit Ut\",\n \"minted_at_time\": \"quis deserun\"\n }\n ],\n \"created_at_block\": \"ut elit minim enim\",\n \"created_at_time\": \"Ut\"\n }\n ],\n \"query_time\": 26552717\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomictools/v1/links?creator=reprehenderit velit&claimer=reprehenderit velit&public_key=reprehenderit velit&state=reprehenderit velit&collection_blacklist=reprehenderit velit&collection_whitelist=reprehenderit velit&ids=reprehenderit velit&lower_bound=reprehenderit velit&upper_bound=reprehenderit velit&before=33850208&after=33850208&page=1&limit=100&order=desc&sort=created",
"host": [
"{{baseUrl}}"
],
"path": [
"atomictools",
"v1",
"links"
],
"query": [
{
"key": "creator",
"value": "reprehenderit velit"
},
{
"key": "claimer",
"value": "reprehenderit velit"
},
{
"key": "public_key",
"value": "reprehenderit velit"
},
{
"key": "state",
"value": "reprehenderit velit"
},
{
"key": "collection_blacklist",
"value": "reprehenderit velit"
},
{
"key": "collection_whitelist",
"value": "reprehenderit velit"
},
{
"key": "ids",
"value": "reprehenderit velit"
},
{
"key": "lower_bound",
"value": "reprehenderit velit"
},
{
"key": "upper_bound",
"value": "reprehenderit velit"
},
{
"key": "before",
"value": "33850208"
},
{
"key": "after",
"value": "33850208"
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "100"
},
{
"key": "order",
"value": "desc"
},
{
"key": "sort",
"value": "created"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"el\"\n}"
}
]
}
]
},
{
"name": "Get atomictools config",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/atomictools/v1/config",
"host": [
"{{baseUrl}}"
],
"path": [
"atomictools",
"v1",
"config"
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/atomictools/v1/config",
"host": [
"{{baseUrl}}"
],
"path": [
"atomictools",
"v1",
"config"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"data\": {\n \"atomictools_contract\": \"qui laboris\",\n \"atomicassets_contract\": \"irure aliqua ad Lorem\",\n \"version\": \"nostrud consectetur\"\n },\n \"query_time\": -60728994\n}"
}
]
}
]
}
],
"variable": [
{
"key": "baseUrl",
"value": "https://test.wax.api.atomicassets.io",
"type": "string"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment