v1

latestOpenAPI 3.0.32026-07-2659172194.6 KB
orders

Get a single trade by ID

Get a single trade by ID

get/v1/chains/{chain_name}/trades/{trade_id}

Path parameters

chain_namestring required

The name of chain

Example:imtbl-zkevm-testnet
trade_idstring uuid required

Global Trade identifier

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

Global Trade identifier

Response

OK response.

Example response

{
  "result": {
    "buy": [
      {
        "type": "ERC20",
        "amount": "9750000000000000000",
        "contract_address": "0x0165878A594ca255338adfa4d48449f69242Eb8F"
      }
    ],
    "buyer_address": "0xFC99a706C0D05B8C71E1fAAC91b3E1343aC34D40",
    "buyer_fees": [],
    "chain": {
      "id": "eip155:11155111",
      "name": "sepolia"
    },
    "created_at": "2022-03-07T07:20:50.52Z",
    "id": "018792C9-4AD7-8EC4-4038-9E05C598534B",
    "sell": [
      {
        "type": "ERC721",
        "contract_address": "0x692edAd005237c7E737bB2c0F3D8ccCc10D3479E",
        "token_id": "1"
      }
    ],
    "seller_address": "0x002b9B1cbf464782Df5d48870358FA6c09f1b19D",
    "maker_address": "0x002b9B1cbf464782Df5d48870358FA6c09f1b19D",
    "taker_address": "0xFC99a706C0D05B8C71E1fAAC91b3E1343aC34D40",
    "updated_at": "2022-03-07T07:20:50.52Z"
  }
}