cURL
curl --request POST \ --url https://amoy-relayer.sequence.app/rpc/Relayer/AddGasSponsor \ --header 'Content-Type: application/json' \ --header 'X-Access-Key: <api-key>' \ --data ' { "projectId": 123, "address": "<string>", "name": "<string>", "active": true } '
{ "status": true }
Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI
OK
Show child attributes
Was this page helpful?