shield
GEThttps://lite-api.jup.ag/ultra/v1/shield
Request for token information and warnings of mints
note
- Refer to Ultra API doc for more information
Request
Query Parameters
mints stringrequired
Comma separated list of mints to get information for
Responses
- 200
- 400
- 500
Successful response
- application/json
- Schema
- Example (auto)
Schema
warningsobject
{
"warnings": {}
}
Bad request
- application/json
- Schema
- Example (auto)
Schema
errorstringrequired
{
"error": "string"
}
Internal server error
- application/json
- Schema
- Example (auto)
Schema
errorstringrequired
{
"error": "string"
}
- curl
- nodejs
- python
- rust
- CURL
curl -L 'https://lite-api.jup.ag/ultra/v1/shield' \
-H 'Accept: application/json'
ResponseClear