Skip to main content
POST
Retrieve fulfillment data for orders

Path Parameters

chain_name
string
required

The name of chain

Example:

"imtbl-zkevm-testnet"

Body

application/json
order_id
string<uuid>
required
taker_address
string
required

Address of the intended account fulfilling the order

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"

fees
object[]
required
Maximum array length: 2
Example:
token_id
string

Token ID for the ERC721 or ERC1155 token when fulfilling a collection order

Pattern: \d+
Example:

"123"

Response

Successful response

result
object
required