Skip to content
Alchemy Logo

Get Sponsorships

GET
https://manage.g.alchemy.com/api/gasManager/policy/{id}/sponsorships

Returns a list of sponsorships associated with the specified policy ID. The results are paginated.

Header Access Token

To call this endpoint, you must use your access token in the authorization header of the API request.

Headers

stringrequired

Bearer authentication token

Path Parameters

stringrequireddefaults to a844e221-3c13-40c6-95db-d2db390e14b5

ID of the policy.

Query Parameters

integerdefaults to 15

Limits the number of sponsorships returned.

string

String - used for pagination. If there are previous results, before field is returned in the response and can be passed in the request to fetch the previous page.

string

String - used for pagination. If more results are available, after field is returned in the response and can be passed in the request to fetch the next page.

Responses

200

Sponsorships fetched successfully

Was this page helpful?