Skip to content

Update 4-get-shield.md #664

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/101-ultra-api/4-get-shield.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This is useful when integrating with Jupiter Ultra or any other APIs, allowing y

```jsx
const shieldResponse = await (
await fetch(`https://lite-api.jup.ag/ultra/v1/shield?mints=So11111111111111111111111111111111111111112,EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v,DocTwz3QhCgKy1CJJMruEAFEG5xTGoC43vPMkC41pump`)
await fetch(`https://lite-api.jup.ag/ultra/v1/shield?mints=So11111111111111111111111111111111111111112,EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v,DocTwz3QhCgKy1CJJMruEAFEG51pump`)
).json();
```

Expand All @@ -42,7 +42,7 @@ The shield response will return a list of token information and warnings of mint
```json
{
"warnings": {
"DocTwz3QhCgKy1CJJMruEAFEG5xTGoC43vPMkC41pump": [
"DocTwz3QhCgKy1CJJMruEAFEG5xTGsdfgfdgoC43vPMkC41pump": [
{
"type": "NOT_VERIFIED",
"message": "This token is not verified, make sure the mint address is correct before trading",
Expand Down