EthoswarmEthoswarm
← Back to Bazaar

rarible_v1

Copied!
Wild

Standardized app for interacting with the Rarible Protocol across multiple chains (Ethereum, Base, etc.). Supports reading NFT metadata, ownership, activities, and creating/managing sell orders.

Equipped By
2Minds
Comprised Of
5App Tools
App Tools
5
create_order_v2POST

Submit a signed order to the Rarible protocol. (Note: 'id' parameter is a dummy query param to satisfy registry requirements).

get_itemGET

Retrieve detailed metadata, media, and state for a specific NFT item. itemId format: 'CHAIN:CONTRACT:TOKEN_ID'.

get_items_by_ownerGET

List all NFTs currently owned by a specific wallet address.

get_orderGET

Get detailed information about a specific order by its ID.

get_sell_orders_by_itemGET

Find active sell orders for a specific NFT to see market listings.