Get Sponsorships

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

ℹ️

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

Path Params
string
required
Defaults to a844e221-3c13-40c6-95db-d2db390e14b5

ID of the policy for which sponsorships are being queried.

Query Params
integer
Defaults to 5

Limits the number of sponsorships returned.

Response

Response body
object
data
object
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. Can be null if there are no previous results.

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. Can be null if there are no more results.

sponsorships
array of objects
sponsorships
object
string
required

Address of the sender

string
required

Unix timestamp of when the sponsorship was granted

string | null

Total amount of USD that was spent. Can be null if the transaction has not been mined

string
required

Status of the sponsorship. Can be PENDING, MINED or EXPIRED

string
required

Hash of the user operation

string
required

URL to the user operation explorer for the associated user operation

string | null

Hash of the transaction associated with the sponsorship. Can be null if not mined

string | null

URL to the transaction explorer for the associated transaction. Can be null if not mined

string
required

Network of the user operation

error
object
string
Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json
ReadMe
Support Hub