Wallet Experience APIs
POST Batch Floor Prices
Overview
WaaS React SDK
Wallet as a Service (WaaS)
- Overview
- Quickstart
- Errors
- Pagination
- Wallet Creation APIs
- Wallet Experience APIs
- GETGET Activities
- GETGET Balances
- GETGET Tokens
- GETGET Profiles
- POSTGET Portfolio
- GETGET Blockchain Accounts
- POSTPOST Blockchain Accounts
- PATCHPATCH Blockchain Accounts
- GETGET Floor Prices
- POSTPOST Batch Floor Prices
- POSTPOST Batch Historical Floor Prices
- GETGET Transactions
- POSTPOST Transactions
- GETGET Discovery Feed
- Activity Webhooks
- GET
- NFT APIs
- Web3 APIs
- SDK
Integrations
- Get Started
- Authentication
- Connectors
- FAQ
- Partners
Wallet Experience APIs
POST Batch Floor Prices
Get batch floor prices for a wallet on a chain
POST
/
v2
/
floor-prices
/
batch
curl -X 'POST' \
'https://api.bitski.com/v2/floor-prices/batch?supportedChains=1' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"contractIds": [
{
"address": "0x1C505d3AC1B902b69bc153aEdad477c9bC9ccde7",
"chainId": 1,
"coinType": 60
}
]
}'
{
"prices": [
{
"blockNumber": "17125297",
"currency": "USD",
"marketplace": "opensea",
"price": "100.00",
"timestamp": "2023-04-25T19:41:00.425Z"
}
]
}
Parameters
The ethereum chain ids to include
Examples
curl -X 'POST' \
'https://api.bitski.com/v2/floor-prices/batch?supportedChains=1' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"contractIds": [
{
"address": "0x1C505d3AC1B902b69bc153aEdad477c9bC9ccde7",
"chainId": 1,
"coinType": 60
}
]
}'
{
"prices": [
{
"blockNumber": "17125297",
"currency": "USD",
"marketplace": "opensea",
"price": "100.00",
"timestamp": "2023-04-25T19:41:00.425Z"
}
]
}
curl -X 'POST' \
'https://api.bitski.com/v2/floor-prices/batch?supportedChains=1' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"contractIds": [
{
"address": "0x1C505d3AC1B902b69bc153aEdad477c9bC9ccde7",
"chainId": 1,
"coinType": 60
}
]
}'
{
"prices": [
{
"blockNumber": "17125297",
"currency": "USD",
"marketplace": "opensea",
"price": "100.00",
"timestamp": "2023-04-25T19:41:00.425Z"
}
]
}