Orderbook API
Create a fixed priced listing on a supported orderbook (OpenSea, Doma).
Orderbook identifier.
OPENSEA or DOMAChain ID in CAIP-2 format.
eip155:1Pattern: ^[a-z0-9]+:[a-zA-Z0-9]+$Order signature.
0x1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890Cancel existing order if it exists.
trueBad Request. Invalid query parameters.
Unauthorized. API Key is missing or invalid.
Forbidden. API Key is missing 'ORDERBOOK' permission.
Create an offer on a supported orderbook (OpenSea, Doma).
Orderbook identifier.
OPENSEA or DOMAChain ID in CAIP-2 format.
eip155:1Pattern: ^[a-z0-9]+:[a-zA-Z0-9]+$Order signature.
0x1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890Cancel existing order if it exists.
trueBad Request. Invalid query parameters.
Unauthorized. API Key is missing or invalid.
Forbidden. API Key is missing 'ORDERBOOK' permission.
Get marketplace fees for a specific orderbook and chain.
The orderbook type
The chain ID in CAIP-2 format
The contract address of the token being listed or offered.
Bad Request. Invalid path parameters.
Unauthorized. API Key is missing or invalid.
Forbidden. API Key is missing 'ORDERBOOK' permission.
Get listing fulfillment data by order id and buyer address.
The Order ID of the listing.
Buyer address, in native chain format.
0x1234567890123456789012345678901234567890Bad Request. Invalid query parameters.
Unauthorized. API Key is missing or invalid.
Forbidden. API Key is missing 'ORDERBOOK' permission.
Get offer fulfillment data by order id and fulfiller (token owner) address.
The Order ID of the offer.
Fulfiller address, in native chain format. This is the address that owns the name token.
0x1234567890123456789012345678901234567890Bad Request. Invalid query parameters.
Unauthorized. API Key is missing or invalid.
Forbidden. API Key is missing 'ORDERBOOK' permission.
Cancel a listing on a supported orderbook (OpenSea, Doma).
The Order ID to cancel.
3434-3675-5844-7264EIP-712 signature for cancel authorization.
0x1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890Bad Request. Invalid signature or order not found.
Unauthorized. API Key is missing or invalid.
Forbidden. API Key is missing 'ORDERBOOK' permission.
Cancel an offer on a supported orderbook (OpenSea, Doma).
The Order ID to cancel.
3434-3675-5844-7264EIP-712 signature for cancel authorization.
0x1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890Bad Request. Invalid signature or order not found.
Unauthorized. API Key is missing or invalid.
Forbidden. API Key is missing 'ORDERBOOK' permission.
Get all supported currency tokens for orderbook operations on a specific chain.
The chain ID in CAIP-2 format
eip155:1The contract address of the token.
0x1234567890123456789012345678901234567890The name of the orderbook.
OpenSeaBad Request. Invalid chain ID format.
Unauthorized. API Key is missing or invalid.
Forbidden. API Key is missing 'ORDERBOOK' permission.
Create multiple fixed priced listings on a supported orderbook (Doma and OpenSea).
Orderbook identifier. Only DOMA is supported.
DOMAPossible values: Chain ID in CAIP-2 format.
eip155:1Pattern: ^[a-z0-9]+:[a-zA-Z0-9]+$Cancel existing orders if they exist.
trueBad Request. Invalid query parameters.
Unauthorized. API Key is missing or invalid.
Forbidden. API Key is missing 'ORDERBOOK' permission.
Create multiple fixed priced offers on a supported orderbook (Doma and OpenSea).
Orderbook identifier. Only DOMA is supported.
DOMAPossible values: Chain ID in CAIP-2 format.
eip155:1Pattern: ^[a-z0-9]+:[a-zA-Z0-9]+$Cancel existing orders if they exist.
trueBad Request. Invalid query parameters.
Unauthorized. API Key is missing or invalid.
Forbidden. API Key is missing 'ORDERBOOK' permission.
Get paginated items for a bulk listing by bulk listing ID.
Bulk listing ID
123e4567-e89b-12d3-a456-426614174000Bulk listing items retrieved successfully
Bad Request. Bulk listing not found or invalid parameters.
Forbidden. API Key is missing 'ORDERBOOK' permission.
Last updated