{
"id": "<string>",
"app": {
"id": "<string>",
"name": "<string>",
"type": "individual",
"kyc_return_url": "<string>",
"use_explorer": true,
"app_fee": 123,
"is_member": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"currency": "<string>",
"currency_conversion": {
"from_currency": "<string>",
"from_amount": 1
},
"amount": 123,
"name": "<string>",
"expired": true,
"views": 123,
"network_type": "mainnet",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"bids": [
{
"id": "<string>",
"auction": "<unknown>",
"currency": "<string>",
"currency_conversion": {
"from_currency": "<string>",
"from_amount": 1
},
"amount": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}