v1

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2025-10-09567.5 KB
Fund

Check whether a given requester is eligible to be funded

This function runs only the various eligibility checks that we perform in fund without actually funding the account or writing anything to storage. If the request is valid it returns an empty 200. If it is invalid it returns a 400 or 403 with an explanation in the response body.

post/is_eligible

Request body

amountinteger

If not set, the default is the preconfigured max funding amount. If set, we will use this amount instead assuming it is < than the maximum, otherwise we'll just use the maximum.

auth_keystring

Either this or address / pub_key must be provided.

addressstring

Either this or auth_key / pub_key must be provided.

pub_keystring

Either this or auth_key / address must be provided.