Get Offers

How to get all offers in the global market, all offers created by you, and a specific offer by id.

1. Get all offers in the global market

Request Endpoint: reference

GET /offers
ParameterParam TypeDescriptionData TypeMandatory
typeQueryThe type of offer to sort by: AUCTION or SALE.String
statusQueryFilter by the status of the offerString
contractAddressQueryFilter offers by the contract address of NFTString

Example Requests:

//Default filtering applies (status=READY)
https://api.venly.market/offers

//Filter on status SOLD
https://api.venly.market/offers?status=SOLD

//Filter on type AUCTION
https://api.venly.market/offers?type=AUCTION

//Filter on status SOLD and READY
https://api.venly.market/offers?status=SOLD,READY

//Filter based on contract address (status=READY)
https://api.venly.market/offers?contractAddress=0x1d9d2d1176e774a6843c2d18d638f2d4ca392e61

//Filter based on contract address and status=SOLD
https://api.venly.market/offers?status=SOLD&contractAddress=0x1d9d2d1176e774a6843c2d18d638f2d4ca392e61

Response Body:

{
	"success": true,
	"result": [{
			"id": "fb9df783-2fc7-42c2-836e-d1ef882c3519",
			"nft": {
				"id": "56",
				"address": "0xab858ae48772aee79a9c2e54c760e33aa397c73a",
				"chain": "MATIC",
				"name": "Chuck",
				"description": "Chuck is a Male Tall Chicken Who is the Leader of The Chicken Siblings. He is Cool, Daring and Wacky. He can be Selfish and Stubborn When it Comes To Challenges, But he is An True Softie when it Comes To His Siblings. In Rebel to the Beak, It revealed that He is Allergic to Monstonuts and In The Good, The Bad and The Clucky, It also Revealed that He Used to Be one Of the Scouts from Slurp,s Little Cowboys Scout Camp along With Finley, Ainta and Hugo. He is the youngest of the three.",
				"imageUrl": "https://github.com/ArkaneNetwork/content-management/blob/master/market/promo/img/Solomone%20-%20Dzelshavi.gif?raw=true",
				"url": "https://en.wikipedia.org/wiki/Space_Chickens_in_Space",
				"imagePreviewUrl": "https://github.com/ArkaneNetwork/content-management/blob/master/market/promo/img/Solomone%20-%20Dzelshavi.gif?raw=true",
				"imageThumbnailUrl": "https://github.com/ArkaneNetwork/content-management/blob/master/market/promo/img/Solomone%20-%20Dzelshavi.gif?raw=true",
				"animationUrls": [{
						"type": "youtube",
						"value": "https://www.youtube.com/watch?v=3gSmS1BgbOU"
					},
					{
						"type": "unknown",
						"value": "https://i.pinimg.com/originals/6a/34/9e/6a349ef34e90c467cf7bd5804de6b095.gif"
					}
				],
				"fungible": false,
				"attributes": [{
						"type": "property",
						"name": "Talent",
						"value": "Leadership"
					},
					{
						"type": "property",
						"name": "Allergic",
						"value": "Monstonuts"
					},
					{
						"type": "property",
						"name": "Hobby",
						"value": "Scouts"
					},
					{
						"type": "stat",
						"name": "Cool",
						"value": "9",
						"displayType": "number",
						"maxValue": 10
					},
					{
						"type": "stat",
						"name": "Daring",
						"value": "8",
						"displayType": "number",
						"maxValue": 10
					},
					{
						"type": "stat",
						"name": "Noise",
						"value": "8",
						"displayType": "number",
						"maxValue": 10
					},
					{
						"type": "stat",
						"name": "Age",
						"value": "3",
						"displayType": "number"
					},
					{
						"type": "boost",
						"name": "Crafting",
						"value": "+5",
						"displayType": "boost_number"
					},
					{
						"type": "boost",
						"name": "Leadership",
						"value": "+10",
						"displayType": "boost_number"
					}
				],
				"contract": {
					"chain": "MATIC",
					"address": "0xab858ae48772aee79a9c2e54c760e33aa397c73a",
					"count": 0,
					"name": "Space Chickens",
					"description": "Space Chickens in Space is an American-Australian-Mexican-British-Irish animated television series produced by Ánima Estudios in Mexico, Studio Moshi in Australia. A trio of chickens—Chuck, Starley and Finley—are taken from their home and mistakenly enrolled in an elite intergalactic former military academy. It would take all their strength, and teamwork, to survive every escapade they have.",
					"symbol": "SPACECHICKS",
					"url": "https://en.wikipedia.org/wiki/Space_Chickens_in_Space",
					"imageUrl": "https://static.wikia.nocookie.net/logopedia/images/a/aa/Space_Chickens_in_Space.jpg/revision/latest?cb=20181227162543",
					"media": [{
						"type": "unknown",
						"value": "https://dg31sz3gwrwan.cloudfront.net/fanart/355763/1357791-0-q80.jpg"
					}],
					"verified": false,
					"premium": false,
					"categories": []
				}
			},
			"sellerId": "250f3885-d69d-4ef3-9eae-aebbb10f5b3e",
			"sellerAddress": "0xc58433a1db532c8b9725bea2f2fb920c12b10e59",
			"startDate": "2021-05-12T11:25:21.188647Z",
			"type": "SALE",
			"status": "READY",
			"dataToSign": "fb9df783-2fc7-42c2-836e-d1ef882c3519_0xC58433a1Db532c8B9725bea2f2Fb920c12b10E59_0x72C38DFF5Deb65F019f547170dEDd946104d573D_56",
			"txInCustody": "0x08f77e9cfdf2b9cc8ccc19fd3775beccb3aac4cadf9b1f7df15e25adc9eda1eb",
			"createdOn": "2021-05-12T11:25:21.190660Z",
			"createdBy": "250f3885-d69d-4ef3-9eae-aebbb10f5b3e",
			"modifiedOn": "2021-05-12T11:26:08.577920Z",
			"modifiedBy": "250f3885-d69d-4ef3-9eae-aebbb10f5b3e",
			"signed": true,
			"price": 1000000
		},
		{
			"id": "6deefa7e-68f1-4f11-ad38-dc2b0b844a8a",
			"nft": {
				"id": "52",
				"address": "0xab858ae48772aee79a9c2e54c760e33aa397c73a",
				"chain": "MATIC",
				"name": "Chuck",
				"description": "Chuck is a Male Tall Chicken Who is the Leader of The Chicken Siblings. He is Cool, Daring and Wacky. He can be Selfish and Stubborn When it Comes To Challenges, But he is An True Softie when it Comes To His Siblings. In Rebel to the Beak, It revealed that He is Allergic to Monstonuts and In The Good, The Bad and The Clucky, It also Revealed that He Used to Be one Of the Scouts from Slurp,s Little Cowboys Scout Camp along With Finley, Ainta and Hugo. He is the youngest of the three.",
				"imageUrl": "https://github.com/ArkaneNetwork/content-management/blob/master/market/promo/img/Barla%20-%20Light.gif?raw=true",
				"url": "https://en.wikipedia.org/wiki/Space_Chickens_in_Space",
				"imagePreviewUrl": "https://github.com/ArkaneNetwork/content-management/blob/master/market/promo/img/Barla%20-%20Light.gif?raw=true",
				"imageThumbnailUrl": "https://github.com/ArkaneNetwork/content-management/blob/master/market/promo/img/Barla%20-%20Light.gif?raw=true",
				"animationUrls": [{
						"type": "youtube",
						"value": "https://www.youtube.com/watch?v=3gSmS1BgbOU"
					},
					{
						"type": "unknown",
						"value": "https://i.pinimg.com/originals/6a/34/9e/6a349ef34e90c467cf7bd5804de6b095.gif"
					}
				],
				"fungible": false,
				"attributes": [{
						"type": "property",
						"name": "Talent",
						"value": "Leadership"
					},
					{
						"type": "property",
						"name": "Allergic",
						"value": "Monstonuts"
					},
					{
						"type": "property",
						"name": "Hobby",
						"value": "Scouts"
					},
					{
						"type": "stat",
						"name": "Cool",
						"value": "9",
						"displayType": "number",
						"maxValue": 10
					},
					{
						"type": "stat",
						"name": "Daring",
						"value": "8",
						"displayType": "number",
						"maxValue": 10
					},
					{
						"type": "stat",
						"name": "Noise",
						"value": "8",
						"displayType": "number",
						"maxValue": 10
					},
					{
						"type": "stat",
						"name": "Age",
						"value": "3",
						"displayType": "number"
					},
					{
						"type": "boost",
						"name": "Crafting",
						"value": "+5",
						"displayType": "boost_number"
					},
					{
						"type": "boost",
						"name": "Leadership",
						"value": "+10",
						"displayType": "boost_number"
					}
				],
				"contract": {
					"chain": "MATIC",
					"address": "0xab858ae48772aee79a9c2e54c760e33aa397c73a",
					"count": 0,
					"name": "Space Chickens",
					"description": "Space Chickens in Space is an American-Australian-Mexican-British-Irish animated television series produced by Ánima Estudios in Mexico, Studio Moshi in Australia. A trio of chickens—Chuck, Starley and Finley—are taken from their home and mistakenly enrolled in an elite intergalactic former military academy. It would take all their strength, and teamwork, to survive every escapade they have.",
					"symbol": "SPACECHICKS",
					"url": "https://en.wikipedia.org/wiki/Space_Chickens_in_Space",
					"imageUrl": "https://static.wikia.nocookie.net/logopedia/images/a/aa/Space_Chickens_in_Space.jpg/revision/latest?cb=20181227162543",
					"media": [{
						"type": "unknown",
						"value": "https://dg31sz3gwrwan.cloudfront.net/fanart/355763/1357791-0-q80.jpg"
					}],
					"verified": false,
					"premium": false,
					"categories": []
				}
			},
			"sellerId": "250f3885-d69d-4ef3-9eae-aebbb10f5b3e",
			"sellerAddress": "0xc58433a1db532c8b9725bea2f2fb920c12b10e59",
			"startDate": "2021-05-12T11:24:20.116932Z",
			"type": "SALE",
			"status": "READY",
			"dataToSign": "6deefa7e-68f1-4f11-ad38-dc2b0b844a8a_0xC58433a1Db532c8B9725bea2f2Fb920c12b10E59_0x72C38DFF5Deb65F019f547170dEDd946104d573D_52",
			"txInCustody": "0xc5190cc31928b380b21a64d932aaf1965f97da23092ef438b3965490db32d49c",
			"createdOn": "2021-05-12T11:24:20.119762Z",
			"createdBy": "250f3885-d69d-4ef3-9eae-aebbb10f5b3e",
			"modifiedOn": "2021-05-12T11:25:13.003391Z",
			"modifiedBy": "250f3885-d69d-4ef3-9eae-aebbb10f5b3e",
			"signed": true,
			"price": 1000000
		},
		...
	]
}

2. Get all offers created by you

Request Endpoint: reference

GET /user/offers
ParameterParam TypeDescriptionData TypeMandatory
typeQueryThe type of offer to sort by: AUCTION or SALE.String
statusQueryFilter by the status of the offerString
contractAddressQueryFilter offers by the contract address of NFTString
relationQueryFilter the offers where you are the BUYER, SELLER, or BIDDERString
includeSubUsersQueryFlag to include all of the sub-user's offers or notBoolean

Example Requests:

//Default filtering applies (status=READY)
https://api.venly.market/user/offers

//Filter on status SOLD
https://api.venly.market/user/offers?status=SOLD

//Filter on type AUCTION
https://api.venly.market/user/offers?type=AUCTION

//Filter on status SOLD and READY
https://api.venly.market/user/offers?status=SOLD,READY

//Filter based on contract address (status=READY)
https://api.venly.market/user/offers?contractAddress=0x1d9d2d1176e774a6843c2d18d638f2d4ca392e61

//Filter based on contract address and status=SOLD
https://api.venly.market/user/offers?status=SOLD&contractAddress=0x1d9d2d1176e774a6843c2d18d638f2d4ca392e61

//Filter based on your relation with the Offer (e.g. only request offers for which you are the seller)
https://api.venly.market/user/offers?relation=SELLER

Response Body:

{
	"success": true,
	"result": [{
			"id": "fb9df783-2fc7-42c2-836e-d1ef882c3519",
			"nft": {
				"id": "56",
				"address": "0xab858ae48772aee79a9c2e54c760e33aa397c73a",
				"chain": "MATIC",
				"name": "Chuck",
				"description": "Chuck is a Male Tall Chicken Who is the Leader of The Chicken Siblings. He is Cool, Daring and Wacky. He can be Selfish and Stubborn When it Comes To Challenges, But he is An True Softie when it Comes To His Siblings. In Rebel to the Beak, It revealed that He is Allergic to Monstonuts and In The Good, The Bad and The Clucky, It also Revealed that He Used to Be one Of the Scouts from Slurp,s Little Cowboys Scout Camp along With Finley, Ainta and Hugo. He is the youngest of the three.",
				"imageUrl": "https://github.com/ArkaneNetwork/content-management/blob/master/market/promo/img/Solomone%20-%20Dzelshavi.gif?raw=true",
				"url": "https://en.wikipedia.org/wiki/Space_Chickens_in_Space",
				"imagePreviewUrl": "https://github.com/ArkaneNetwork/content-management/blob/master/market/promo/img/Solomone%20-%20Dzelshavi.gif?raw=true",
				"imageThumbnailUrl": "https://github.com/ArkaneNetwork/content-management/blob/master/market/promo/img/Solomone%20-%20Dzelshavi.gif?raw=true",
				"animationUrls": [{
						"type": "youtube",
						"value": "https://www.youtube.com/watch?v=3gSmS1BgbOU"
					},
					{
						"type": "unknown",
						"value": "https://i.pinimg.com/originals/6a/34/9e/6a349ef34e90c467cf7bd5804de6b095.gif"
					}
				],
				"fungible": false,
				"attributes": [{
						"type": "property",
						"name": "Talent",
						"value": "Leadership"
					},
					{
						"type": "property",
						"name": "Allergic",
						"value": "Monstonuts"
					},
					{
						"type": "property",
						"name": "Hobby",
						"value": "Scouts"
					},
					{
						"type": "stat",
						"name": "Cool",
						"value": "9",
						"displayType": "number",
						"maxValue": 10
					},
					{
						"type": "stat",
						"name": "Daring",
						"value": "8",
						"displayType": "number",
						"maxValue": 10
					},
					{
						"type": "stat",
						"name": "Noise",
						"value": "8",
						"displayType": "number",
						"maxValue": 10
					},
					{
						"type": "stat",
						"name": "Age",
						"value": "3",
						"displayType": "number"
					},
					{
						"type": "boost",
						"name": "Crafting",
						"value": "+5",
						"displayType": "boost_number"
					},
					{
						"type": "boost",
						"name": "Leadership",
						"value": "+10",
						"displayType": "boost_number"
					}
				],
				"contract": {
					"chain": "MATIC",
					"address": "0xab858ae48772aee79a9c2e54c760e33aa397c73a",
					"count": 0,
					"name": "Space Chickens",
					"description": "Space Chickens in Space is an American-Australian-Mexican-British-Irish animated television series produced by Ánima Estudios in Mexico, Studio Moshi in Australia. A trio of chickens—Chuck, Starley and Finley—are taken from their home and mistakenly enrolled in an elite intergalactic former military academy. It would take all their strength, and teamwork, to survive every escapade they have.",
					"symbol": "SPACECHICKS",
					"url": "https://en.wikipedia.org/wiki/Space_Chickens_in_Space",
					"imageUrl": "https://static.wikia.nocookie.net/logopedia/images/a/aa/Space_Chickens_in_Space.jpg/revision/latest?cb=20181227162543",
					"media": [{
						"type": "unknown",
						"value": "https://dg31sz3gwrwan.cloudfront.net/fanart/355763/1357791-0-q80.jpg"
					}],
					"verified": false,
					"premium": false,
					"categories": []
				},
				"collectionIdentifier":	"05786fc5-d2e6-4b39-a08d-8fb6bb40c8b4"
			},
			"sellerId": "250f3885-d69d-4ef3-9eae-aebbb10f5b3e",
			"sellerAddress": "0xc58433a1db532c8b9725bea2f2fb920c12b10e59",
			"startDate": "2021-05-12T11:25:21.188647Z",
			"type": "SALE",
			"status": "READY",
			"dataToSign": "fb9df783-2fc7-42c2-836e-d1ef882c3519_0xC58433a1Db532c8B9725bea2f2Fb920c12b10E59_0x72C38DFF5Deb65F019f547170dEDd946104d573D_56",
			"txInCustody": "0x08f77e9cfdf2b9cc8ccc19fd3775beccb3aac4cadf9b1f7df15e25adc9eda1eb",
			"createdOn": "2021-05-12T11:25:21.190660Z",
			"createdBy": "250f3885-d69d-4ef3-9eae-aebbb10f5b3e",
			"modifiedOn": "2021-05-12T11:26:08.577920Z",
			"modifiedBy": "250f3885-d69d-4ef3-9eae-aebbb10f5b3e",
			"signed": true,
			"price": 1000000
		},
		{
			"id": "6deefa7e-68f1-4f11-ad38-dc2b0b844a8a",
			"nft": {
				"id": "52",
				"address": "0xab858ae48772aee79a9c2e54c760e33aa397c73a",
				"chain": "MATIC",
				"name": "Chuck",
				"description": "Chuck is a Male Tall Chicken Who is the Leader of The Chicken Siblings. He is Cool, Daring and Wacky. He can be Selfish and Stubborn When it Comes To Challenges, But he is An True Softie when it Comes To His Siblings. In Rebel to the Beak, It revealed that He is Allergic to Monstonuts and In The Good, The Bad and The Clucky, It also Revealed that He Used to Be one Of the Scouts from Slurp,s Little Cowboys Scout Camp along With Finley, Ainta and Hugo. He is the youngest of the three.",
				"imageUrl": "https://github.com/ArkaneNetwork/content-management/blob/master/market/promo/img/Barla%20-%20Light.gif?raw=true",
				"url": "https://en.wikipedia.org/wiki/Space_Chickens_in_Space",
				"imagePreviewUrl": "https://github.com/ArkaneNetwork/content-management/blob/master/market/promo/img/Barla%20-%20Light.gif?raw=true",
				"imageThumbnailUrl": "https://github.com/ArkaneNetwork/content-management/blob/master/market/promo/img/Barla%20-%20Light.gif?raw=true",
				"animationUrls": [{
						"type": "youtube",
						"value": "https://www.youtube.com/watch?v=3gSmS1BgbOU"
					},
					{
						"type": "unknown",
						"value": "https://i.pinimg.com/originals/6a/34/9e/6a349ef34e90c467cf7bd5804de6b095.gif"
					}
				],
				"fungible": false,
				"attributes": [{
						"type": "property",
						"name": "Talent",
						"value": "Leadership"
					},
					{
						"type": "property",
						"name": "Allergic",
						"value": "Monstonuts"
					},
					{
						"type": "property",
						"name": "Hobby",
						"value": "Scouts"
					},
					{
						"type": "stat",
						"name": "Cool",
						"value": "9",
						"displayType": "number",
						"maxValue": 10
					},
					{
						"type": "stat",
						"name": "Daring",
						"value": "8",
						"displayType": "number",
						"maxValue": 10
					},
					{
						"type": "stat",
						"name": "Noise",
						"value": "8",
						"displayType": "number",
						"maxValue": 10
					},
					{
						"type": "stat",
						"name": "Age",
						"value": "3",
						"displayType": "number"
					},
					{
						"type": "boost",
						"name": "Crafting",
						"value": "+5",
						"displayType": "boost_number"
					},
					{
						"type": "boost",
						"name": "Leadership",
						"value": "+10",
						"displayType": "boost_number"
					}
				],
				"contract": {
					"chain": "MATIC",
					"address": "0xab858ae48772aee79a9c2e54c760e33aa397c73a",
					"count": 0,
					"name": "Space Chickens",
					"description": "Space Chickens in Space is an American-Australian-Mexican-British-Irish animated television series produced by Ánima Estudios in Mexico, Studio Moshi in Australia. A trio of chickens—Chuck, Starley and Finley—are taken from their home and mistakenly enrolled in an elite intergalactic former military academy. It would take all their strength, and teamwork, to survive every escapade they have.",
					"symbol": "SPACECHICKS",
					"url": "https://en.wikipedia.org/wiki/Space_Chickens_in_Space",
					"imageUrl": "https://static.wikia.nocookie.net/logopedia/images/a/aa/Space_Chickens_in_Space.jpg/revision/latest?cb=20181227162543",
					"media": [{
						"type": "unknown",
						"value": "https://dg31sz3gwrwan.cloudfront.net/fanart/355763/1357791-0-q80.jpg"
					}],
					"verified": false,
					"premium": false,
					"categories": []
				},
				"collectionIdentifier":	"05786fc5-d2e6-4b39-a08d-8fb6bb40c8b4"
			},
			"sellerId": "250f3885-d69d-4ef3-9eae-aebbb10f5b3e",
			"sellerAddress": "0xc58433a1db532c8b9725bea2f2fb920c12b10e59",
			"startDate": "2021-05-12T11:24:20.116932Z",
			"type": "SALE",
			"status": "READY",
			"dataToSign": "6deefa7e-68f1-4f11-ad38-dc2b0b844a8a_0xC58433a1Db532c8B9725bea2f2Fb920c12b10E59_0x72C38DFF5Deb65F019f547170dEDd946104d573D_52",
			"txInCustody": "0xc5190cc31928b380b21a64d932aaf1965f97da23092ef438b3965490db32d49c",
			"createdOn": "2021-05-12T11:24:20.119762Z",
			"createdBy": "250f3885-d69d-4ef3-9eae-aebbb10f5b3e",
			"modifiedOn": "2021-05-12T11:25:13.003391Z",
			"modifiedBy": "250f3885-d69d-4ef3-9eae-aebbb10f5b3e",
			"signed": true,
			"price": 1000000
		},
		...
	]
}

3. Get a specific offer by id

Request Endpoint: reference

GET /offers/{id}
ParameterParam TypeDescriptionData TypeMandatory
{id}PathThe offer IDString

Example Request:

https://api.venly.market/offers/ac7e55a3-31eb-4546-9a7f-36b2f8d4523d

Response Body:

{
    "success": true,
    "result": {
        "id": "476477b1-c4bb-49c2-a390-bcfd51da80b3",
            "nft": {
                "id": "51",
                "address": "0x7940e73832403de364568ce406bd4792097b6594",
                "chain": "MATIC",
                "name": "Chuck",
                "description": "Chuck is a Male Tall Chicken Who is the Leader of The Chicken Siblings. He is Cool, Daring and Wacky. He can be Selfish and Stubborn When it Comes To Challenges, But he is An True Softie when it Comes To His Siblings. In Rebel to the Beak, It revealed that He is Allergic to Monstonuts and In The Good, The Bad and The Clucky, It also Revealed that He Used to Be one Of the Scouts from Slurp,s Little Cowboys Scout Camp along With Finley, Ainta and Hugo. He is the youngest of the three.",
                "imageUrl": "https://static.wikia.nocookie.net/parody/images/4/42/74915084_10162764640400387_6139958579186106368_o.jpg/revision/latest/scale-to-width-down/340?cb=20200105162539",
                "url": "https://en.wikipedia.org/wiki/Space_Chickens_in_Space",
                "imagePreviewUrl": "https://static.wikia.nocookie.net/parody/images/4/42/74915084_10162764640400387_6139958579186106368_o.jpg/revision/latest/scale-to-width-down/340?cb=20200105162539",
                "imageThumbnailUrl": "https://static.wikia.nocookie.net/parody/images/4/42/74915084_10162764640400387_6139958579186106368_o.jpg/revision/latest/scale-to-width-down/340?cb=20200105162539",
                "animationUrls": [],
                "fungible": false,
                "maxSupply": 1,
                "attributes": [
                    {
                        "type": "property",
                        "name": "Talent",
                        "value": "Leadership"
                    },
                    {
                        "type": "stat",
                        "name": "Noise",
                        "value": "8",
                        "displayType": "number",
                        "maxValue": 10
                    },
                    {
                        "type": "boost",
                        "name": "Leadership",
                        "value": "+10",
                        "displayType": "boost_number"
                    }
                ],
                "contract": {
                    "chain": "MATIC",
                    "address": "0x7940e73832403de364568ce406bd4792097b6594",
                    "count": 0,
                    "name": "Space Chickens",
                    "description": "Space Chickens in Space is an American-Australian-Mexican-British-Irish animated television series produced by Ánima Estudios in Mexico, Studio Moshi in Australia. A trio of chickens—Chuck, Starley and Finley—are taken from their home and mistakenly enrolled in an elite intergalactic former military academy. It would take all their strength, and teamwork, to survive every escapade they have.",
                    "symbol": "SPACECHICKS",
                    "url": "https://en.wikipedia.org/wiki/Space_Chickens_in_Space",
                    "imageUrl": "https://static.wikia.nocookie.net/logopedia/images/a/aa/Space_Chickens_in_Space.jpg",
                    "media": [
                        {
                            "type": "unknown",
                            "value": "https://dg31sz3gwrwan.cloudfront.net/fanart/355763/1357791-0-q80.jpg"
                        }
                    ],
                    "verified": false,
                    "premium": false,
                    "categories": []
                }
            },
            "sellerId": "fd5a4ee7-2cf8-4f33-8978-3649bc447482",
            "sellerAddress": "0x39069fb544c7e25122b8a54cd7b982d34d11e470",
            "startDate": "2021-02-01T20:08:55.815300Z",
            "type": "SALE",
            "status": "SOLD",
            "dataToSign": "476477b1-c4bb-49c2-a390-bcfd51da80b3_0x39069fB544c7e25122b8A54cD7B982d34d11e470_0xe885A1cD1b67bDC352A113AB2e6A5Fc6C924F888_51",
            "txApprove": "0x7bd97c5ec699297c78a24ab1788f36059fd8b4dab68961b839743b8cc383ac19",
            "txInCustody": "0x8f37687630cb0321a7c411a445f7bc45ada1090ea74eb4f6dbdd6d9feb787eb1",
            "txOutOfCustody": "0x7089da6b0e124d117e60b4dab8300f3524c98da4538ad5e6f15cc327c5ad3c3a",
            "createdOn": "2021-02-01T20:08:55.817546Z",
            "createdBy": "fd5a4ee7-2cf8-4f33-8978-3649bc447482",
            "modifiedOn": "2021-02-02T16:14:35.191498Z",
            "modifiedBy": "fd5a4ee7-2cf8-4f33-8978-3649bc447482",
            "signed": true,
            "currency": "USDC",
            "price": 15.99,
            "buyerId": "fd5a4ee7-2cf8-4f33-8978-3649bc447482",
            "soldOn": "2021-02-02T16:14:26.076765Z"
    }
}