Solana API responds with Bad Request

Is Solana API working properly? Trying to fetch some NFTs from the wallet address (using admin panel), and Bad Request happens.

can you paste that request?

curl -X 'GET' \
  'https://solana-gateway.moralis.io/account/mainnet/6XU36wCxWobLx5Rtsb58kmgAJKVYmMVqy4SHXxENAyAe/nft' \
  -H 'accept: application/json' \
  -H 'X-API-Key: <MyAPIKEY>

thanks for reporting, we will investigate

@python, it should work now

curl -X 'GET' \
  'https://solana-gateway.moralis.io/account/testnet/B7L6sgLPRS64zWY5qCkWJLvAarc2Ez1XpkG395isGj1h/balance' \
  -H 'accept: application/json' \
  -H 'X-API-Key: OrderedMap { "value": "", "schema": OrderedMap { "type": "apiKey", "name": "X-API-Key", "in": "header" } }'

I think that it doesn’t work with testnet now

Bad Request on Both Solana Balance and SPL Tokens

Even in Solana API
Solana Balance


Tokens

can you paste that request?

curl -X 'GET' \
  'https://solana-gateway.moralis.io/account/mainnet/96WAJR9yeFJkP3Pz4eN8vWttDaXi4WLcxt9XQDiQgany/balance' \
  -H 'accept: application/json' \
  -H 'X-API-Key: []'
curl -X 'GET' \
  'https://solana-gateway.moralis.io/account/mainnet/96WAJR9yeFJkP3Pz4eN8vWttDaXi4WLcxt9XQDiQgany/tokens' \
  -H 'accept: application/json' \
  -H 'X-API-Key: []'

is it always like this on Starter Plan? If I upgrade to Pro Plan will I encounter this bad requests?

it shouldn’t be related to the plan

still bad requests. are they updating the servers?

we will have to investigate, it looks like I also get that bad request response for that address

1 Like

I created new server and still bad requests. I think Moralis Solana Server is down?

it doesn’t look like it is something related to the server that you create, as the API seems to give that error directly, we’ll have to investigate

is it possible to fetch specific splToken based on its associatedTokenAddress? is it possible to get the splToken Name?

Any news on this topic?
Issue still exists.

Cheers

can you post exactly on what endpoint and with what parameters you have errors?