v1

latestOpenAPI 3.0.32026-07-2659172194.6 KB
orders

Get a single metadata bid by ID

Get a single metadata bid by ID

get/v1/chains/{chain_name}/orders/metadata-bids/{metadata_bid_id}

Path parameters

chain_namestring required

The name of chain

Example:imtbl-zkevm-testnet
metadata_bid_idstring uuid required

Global Metadata Bid identifier

Example:018792C9-4AD7-8EC4-4038-9E05C598534A

Global Metadata Bid identifier

Response

OK response.

Example response

{
  "result": {
    "account_address": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
    "sell": [
      {
        "type": "ERC20",
        "amount": "9750000000000000000",
        "contract_address": "0x0165878A594ca255338adfa4d48449f69242Eb8F"
      }
    ],
    "fees": [],
    "chain": {
      "id": "eip155:11155111",
      "name": "sepolia"
    },
    "metadata_id": "018792C9-4AD7-8EC4-4038-9E05C598534B",
    "created_at": "2022-03-07T07:20:50.52Z",
    "end_at": "2022-03-10T05:00:50.52Z",
    "id": "018792C9-4AD7-8EC4-4038-9E05C598534A",
    "order_hash": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
    "protocol_data": {
      "order_type": "PARTIAL_RESTRICTED",
      "counter": "1",
      "zone_address": "0x12",
      "seaport_address": "0x12",
      "seaport_version": "1.5"
    },
    "salt": "12686911856931635052326433555881236148",
    "buy": [
      {
        "type": "ERC721_COLLECTION",
        "contract_address": "0x692edAd005237c7E737bB2c0F3D8ccCc10D3479E",
        "amount": "1"
      }
    ],
    "signature": "0x",
    "start_at": "2022-03-09T05:00:50.52Z",
    "status": {
      "name": "EXPIRED"
    },
    "type": "METADATA_BID",
    "updated_at": "2022-03-07T07:20:50.52Z"
  }
}