Skip to main content
POST
/
api
/
midnight
/
{network}
/
indexer
/
graphql
Forward a GraphQL query to the Midnight indexer
curl --request POST \
  --url https://nexus.gerowallet.io/api/midnight/{network}/indexer/graphql \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
"aSDinaTvuI8gbWludGxpZnk="
'
"aSDinaTvuI8gbWludGxpZnk="

Authorizations

Authorization
string
header
required

JWT Token Authentication

Path Parameters

network
string
required

Body

application/json

The body is of type string<byte>.

Response

200 - application/json

OK

The response is of type string<byte>.