público
TokenCollectionFilters
Transacciones
- Resumen
- Instalación
- Endpoints
- Ejemplos
Indexador
- Resumen
- Instalación
- Endpoints
- Ejemplos
Gateway del Indexador
Analíticas
- Descripción general
- Endpoints
- Ejemplos
Metadatos
- Resumen
- Endpoints
- público
- POSTDirectoryGetCollections
- POSTDirectoryGetNetworks
- POSTEnqueueTokensForRefresh
- POSTGetContractInfoBatch
- POSTGetContractInfo
- POSTGetTokenMetadataBatch
- POSTGetTokenMetadata
- POSTRefreshTokenMetadata
- POSTSearchContractInfoBatch
- POSTSearchContractInfo
- POSTSearchTokenIDs
- POSTSearchTokenMetadata
- POSTSearchTokens
- POSTTokenCollectionFilters
- POSTRefreshAllContractTokens
- POSTRefreshContractInfo
- POSTRefreshContractTokens
- POSTSearchContracts
- POSTSearchMetadata
- POST
- secreto
- Ejemplos
Infraestructura
- Resumen
- Endpoints
Builder
- Resumen
- Endpoints
Marketplace
- Resumen
- Endpoints
- Ejemplos
RPC Blockchain
público
TokenCollectionFilters
POST
/
rpc
/
Metadata
/
TokenCollectionFilters
curl --request POST \
--url https://metadata.sequence.app/rpc/Metadata/TokenCollectionFilters \
--header 'Content-Type: application/json' \
--header 'X-Access-Key: <api-key>' \
--data '{
"chainId": "80002",
"contractAddress": "0x70a2177079877e4aae639d1abb29ffa537b94970"
}'
{
"filters": [
{
"name": "Rarity",
"type": "STRING",
"min": null,
"max": null,
"values": [
"Rare"
]
},
{
"name": "Type",
"type": "STRING",
"min": null,
"max": null,
"values": [
"Knife"
]
},
{
"name": "Model",
"type": "STRING",
"min": null,
"max": null,
"values": [
"Butterfly"
]
},
{
"name": "Condition",
"type": "STRING",
"min": null,
"max": null,
"values": [
"Slightly Used (SU)"
]
}
]
}
Authorizations
Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI
Body
application/json
Response
200
application/json
OK
The response is of type object
.
¿Esta página le ayudó?
curl --request POST \
--url https://metadata.sequence.app/rpc/Metadata/TokenCollectionFilters \
--header 'Content-Type: application/json' \
--header 'X-Access-Key: <api-key>' \
--data '{
"chainId": "80002",
"contractAddress": "0x70a2177079877e4aae639d1abb29ffa537b94970"
}'
{
"filters": [
{
"name": "Rarity",
"type": "STRING",
"min": null,
"max": null,
"values": [
"Rare"
]
},
{
"name": "Type",
"type": "STRING",
"min": null,
"max": null,
"values": [
"Knife"
]
},
{
"name": "Model",
"type": "STRING",
"min": null,
"max": null,
"values": [
"Butterfly"
]
},
{
"name": "Condition",
"type": "STRING",
"min": null,
"max": null,
"values": [
"Slightly Used (SU)"
]
}
]
}