Bids
List of NFT Exchange Bid Endpoints.
All Bids
/bids
GET
https://explorer.protokol.sh/api/nft/exchange/bids
Return all bids
Query Parameters
page
integer
The number of page that will be returned
limit
integer
The number of resources per page
orderBy
string
Order by specific parameter (asc or desc) Example: orderBy=id:asc
transform
boolean
Returns modified or raw data
Examples
Bids By Id
/bids/:id
GET
https://explorer.protokol.sh/api/nft/exchange/bids/:id
Returns bid by id
Path Parameters
id
string
The identifier of the bid to be retrieved
Query Parameters
transform
boolean
Returns modified or raw data
Examples
Bids Wallet
/bids/:id/wallets
GET
https://explorer.protokol.sh/api/nft/exchange/bids/:id/wallets
Returns wallet owning the bid
Path Parameters
id
string
The identifier of the auction
Examples
Search Bids
/bids/search
POST
https://explorer.protokol.sh/api/nft/exchange/bids/search
Seach auctions
Query Parameters
page
integer
The number of the page that will be returned
limit
integer
The number of resources per page
orderBy
string
Order by specific parameter (asc or desc) Example: orderBy=id:asc
transform
boolean
Returns modified or raw data
Request Body
senderPublicKey
string
Public key of a sender
auctionId
array
Id of an auction
bidAmount
string
Amount of a bid
Examples
Canceled Bids
/bids/canceled
GET
https://explorer.protokol.sh/api/nft/exchange/bids/canceled
Returns canceled bids transactions
Query Parameters
page
integer
The number of the page that will be returned
limit
integer
The number of resources per page
orderBy
string
Order by specific parameter (asc or desc) Example: orderBy=id:asc
transform
boolean
Returns modified or raw data
Examples
Canceled Bids By Id
/bids/canceled/:id
GET
https://explorer.protokol.sh/api/nft/exchange/bids/canceled/:id
Returns canceled bid transaction by id
Path Parameters
id
string
The identifer of canceled bid to be retrieved
Query Parameters
transform
boolean
Returns modified or raw data
Examples
Last updated
Was this helpful?