Skip to main content
GET
/
config
Get Project Config
curl --request GET \
  --url https://api.velumx.xyz/api/v1/config \
  --header 'x-api-key: <api-key>'
{
  "supportedGasTokens": [
    "<string>"
  ],
  "sponsorshipPolicy": "USER_PAYS"
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Project configuration

supportedGasTokens
string[]
sponsorshipPolicy
enum<string>
Available options:
USER_PAYS,
DEVELOPER_SPONSORS