Skip to main content

Queries

activity

Type: ActivityResponse!

Get trading and exchange activity of a collection, artist or NFT

Arguments

NameDescription
input
ActivityRequest!

Activity filters and selector

pagination
Page

Pagination parameter

attributesProof

Type: ProofResponse!

Get collection NFTs by attributes merkle proof (to be used for offerKind attributes)

Arguments

NameDescription
attributes
[AttributesQuery!]!

An array of traits and values to make an offer on

collection_address
Address!

Targeted collection contract address

auctionParams

Type: AuctionParameters!

Auction parameters to use for all new bids

Arguments

NameDescription
auction_id
ID!

Auction deal unique id (uuid v4)

auctions

Type: [AuctionDeal!]!

Get auctions (based on an auction id, or all auctions from a user or on an NFT)

Arguments

NameDescription
auction_id
ID

Auction deal unique id (uuid v4)

seller_address
Address

Seller hex address

asset_id
AssetID

NFT unique id

bids

Type: TopBidResponse!

Get all bids on an auction id

Arguments

NameDescription
auction_id
ID

Auction deal unique id (uuid v4)

pagination
Page

Pagination parameter

cancels

Type: CancelsResponse!

Get all cancels (on offers and sales)

Arguments

NameDescription
since
Int!

Since unix second timestamp

categories

Type: [Category!]!

Get all collection categories

collection

Type: CollectionDetails!

Get collection details, by contract address

Arguments

NameDescription
address
Address!

Collection contract hex address

contract

Type: Address!

Get KalaoExchange contract address

dealsActivity

Type: DealsActivities!

Get listings and offers activity on an NFT

Arguments

NameDescription
asset_id
AssetID!

NFT unique id

myOffers

Type: [NFTPreview!]!

Get all offers you made or received

Arguments

NameDescription
address
Address!

User hex address

kind
OfferSide

Offer kind filter

status
OfferStatus

Offer status filter

pagination
Page

Pagination parameter

nft

Type: NFTDetails!

Get NFT details, by asset id

Arguments

NameDescription
assetId
AssetID!

Asset id parameter

ranking

Type: RankingResponse!

Get ranking of collections or users by trading volume on Kalao marketplace

Arguments

NameDescription
input
RankingRequest!

Ranking parameters

pagination
Page

Pagination parameter

sales

Type: [NFTPreview!]!

Get all current sales per user

Arguments

NameDescription
seller_address
Address!

Seller hex address

kind
SaleKind

Sale kind filter

status
SaleStatus

Sale status filter

pagination
Page

Pagination parameter

Type: SearchResults!

Search collections, sales, or artists, with filter parameters. See SearchRequest for details.

Arguments

NameDescription
pagination
Page

Pagination parameter

input
SearchRequest!

Search request parameter

serviceFees

Type: Float!

Get the Kalao service fees for a collection and/or a user

Arguments

NameDescription
collection_address
Address

Collection contract address

user_address
Address

User address

tokenIdsProof

Type: String!

Get collection NFTs list merkle proof (to be used for offerKind nfts)

Arguments

NameDescription
token_ids
[String!]!

A list of token Ids to get merkle proof for

volume

Type: VolumeStatistics!

Get global marketplace statistics

Arguments

NameDescription
range
StatsRanges

Time window to consider